Artifacts Associated With Ticket 2ec668f901
Ticket change [bb70e49d94] (rid 1341) by anonymous on 2018-02-14 18:20:23:
- foundin initialized to: "1.7.16"
- icomment:
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
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- private_contact initialized to: "9d25fe94f51ec31d701f19d65a8495580ab938b2"
- severity initialized to: "Critical"
- status initialized to: "Open"
- title initialized to: "debian 9 = undefined symbol: DH_set0_pqg"
- type initialized to: "Code Defect"
Ticket change [5b8151a294] (rid 1448) by anonymous on 2019-09-26 11:56:39:
- icomment:
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.
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- username: "R. J. Mathar"
- icomment:
Ticket change [c43e002748] (rid 3690) by bohagan on 2024-06-29 01:14:07:
- icomment:
This issue has been fixed in commit [d3d16ea77fa810d8] with the change to auto set the DH parameters.
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
- resolution changed to: "Fixed"
- status changed to: "Closed"
- icomment: