| 2024-06-29 | ||
| 01:14 | • Closed ticket [2ec668f901]: debian 9 = undefined symbol: DH_set0_pqg plus 4 other changes artifact: c43e002748 user: bohagan | |
| 2019-09-26 | ||
| 11:56 | • Ticket [2ec668f901]: 6 changes artifact: 5b8151a294 user: anonymous | |
| 2018-02-14 | ||
| 18:20 | • New ticket [2ec668f901]. artifact: bb70e49d94 user: anonymous | |
| Ticket Hash: | 2ec668f90125ac3bc815405b7f1a6198b0161965 | ||
| Title: | debian 9 = undefined symbol: DH_set0_pqg | ||
| Status: | Closed | Type: | Code Defect | 
| Severity: | Critical | Priority: | Immediate | 
| Subsystem: | Resolution: | Fixed | |
| Last Modified: | 2024-06-29 01:14:07 1.34 years ago | Created: | 2018-02-14 18:20:23 7.71 years ago | 
| 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. bohagan added on 2024-06-29 01:14:07:
 This issue has been fixed in commit [d3d16ea77fa810d8] with the change to auto set the DH parameters. | ||||