View Ticket
2021-03-30
21:01 Ticket [520a0fa76b] unable to install on CentOS 7 x64 status still Open with 5 other changes artifact: 00bbe1e335 user: tamayes
2021-03-28
15:10 New ticket [520a0fa76b]. artifact: a86eb035aa user: tamayes

Ticket Hash: 520a0fa76b267880fe668372e627a4ca6b9cfa62
Title: unable to install on CentOS 7 x64
Status: Open Type: Build Problem
Severity: Severe Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2021-03-30 21:01:12
Version Found In: 1.7.22
User Comments:
tamayes added on 2021-03-28 15:10:34:
installing on CentOS 7 x64 

./configure looked okay
make generated this warning:
In file included from ./tls.c:84:0:
./dh_params.h: In function ‘get_dhParams’:
./dh_params.h:42:13: warning: implicit declaration of function ‘DH_set0_pqg’ [-Wimplicit-function-declaration]
             || !DH_set0_pqg(dh, p, NULL, g)) {
             ^
./tls.c: At top level:
cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default]

make install looked okay

got this error when trying to use the package:

% package require tls 1.7
couldn't load file "/usr/local/ns/lib/tcltls1.7.22/tcltls.so": /usr/local/ns/lib/tcltls1.7.22/tcltls.so: undefined symbol: DH_set0_pqg

Thank you.

Thorpe