History Of Ticket 520a0fa76b

Artifacts Associated With Ticket 520a0fa76b

  1. Ticket change [a86eb035aa] (rid 1559) by tamayes on 2021-03-28 15:10:34:

    1. foundin initialized to: "1.7.22"
    2. icomment:
      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
      
    3. login: "tamayes"
    4. mimetype: "text/plain"
    5. private_contact initialized to: "5423d2503c6af52359355f3ef77d83386b13c3e5"
    6. severity initialized to: "Severe"
    7. status initialized to: "Open"
    8. type initialized to: "Build Problem"
  2. Ticket change [00bbe1e335] (rid 1560) by tamayes on 2021-03-30 21:01:12:

    1. login: "tamayes"
    2. mimetype: "text/x-markdown"
    3. priority changed to: "Immediate"
    4. resolution changed to: "Open"
    5. title changed to: "unable to install on CentOS 7 x64"