View Ticket
Ticket Hash: 2ec668f90125ac3bc815405b7f1a6198b0161965
Title: debian 9 = undefined symbol: DH_set0_pqg
Status: Open Type: Code Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2019-09-26 11:56:39
Version Found In: 1.7.16
User Comments:
anonymous added on 2018-02-14 18:20:23:
Debian 9 with OpenSSL 1.1.0f  25 May 2017 (Standard Installation)

./configure --prefix=/usr/local/Tcl86 --with-tcl=/usr/local/Tcl86/lib/ --disable-sslv2 --disable-sslv3

configure; make; make install are running without errors

package require tcltls throws the following error:
couldn't load file "/usr/local/Tcl86/lib/tcltls1.7.16/tcltls.so": /usr/local/Tcl86/lib/tcltls1.7.16/tcltls.so: undefined symbol: DH_set0_pqg

anonymous (claiming to be R. J. Mathar) added on 2019-09-26 11:56:39:
From reading the error message one would guess that this configure script did not find the libcrypto.so library and/or that the -lcrypto linker command was not added by the configuration script. DH_set0_pqg is in the code table of /usr/lib64/libcrypto.so of openSUSE 15.1 at least.