History Of Ticket 2ec668f90125ac3bc815405b7f1a6198b0161965

Artifacts Associated With Ticket 2ec668f90125ac3bc815405b7f1a6198b0161965

  1. Ticket change [bb70e49d94] (rid 1341) by anonymous on 2018-02-14 18:20:23:

    1. foundin initialized to: "1.7.16"
    2. 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
      
    3. login: "anonymous"
    4. mimetype: "text/x-fossil-plain"
    5. private_contact initialized to: "9d25fe94f51ec31d701f19d65a8495580ab938b2"
    6. severity initialized to: "Critical"
    7. status initialized to: "Open"
    8. title initialized to: "debian 9 = undefined symbol: DH_set0_pqg"
    9. type initialized to: "Code Defect"
  2. Ticket change [5b8151a294] (rid 1448) by anonymous on 2019-09-26 11:56:39:

    1. 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.
      
    2. login: "anonymous"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
    6. username: "R. J. Mathar"