Sorry to bother the list - this is a localized problem I think, as 2.0.9 is bailing on the same errors at the same place.
Probably some foolishness with openssl and krb5 with RedHat - I've had to do some ugly things in the name of fixing openssl breakage with some other compiles. -----Original Message----- From: Derr,Ben [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 10:08 AM To: 'Marc Croteau' Cc: '[EMAIL PROTECTED]' Subject: RE: problems compiling 2.0.10a Thanks, Yes I did. The nessus-installer.sh would also do that as part of the script, I'd imagine, since it doesn't stop to have you do this. -----Original Message----- From: Marc Croteau [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 10:01 AM To: Derr,Ben Cc: '[EMAIL PROTECTED]' Subject: Re: problems compiling 2.0.10a Working fine here. Just tried and got everything working. I'm using the "boring method". Did you type "ldconfig" as stated in the compile instructions ? -- Marc Derr,Ben wrote: More info: Seems to be with compiling libnasl. Same error occurs using nessus-installer.sh. I have built Nessus successfully from both source and the installer before on this machine. The libraries not being found are installed and the kerberos libraries path is in /etc/ld.so.conf. Here is the failiure message with the .sh installer: x -- Installing x - Compiling the NASL interpretor x -- Configuring the sources for your system x -- Compiling nasl_func.c: In function `insert_nasl_func': nasl_func.c:111: warning: passing arg 4 of `qsort' from incompatible pointer type /usr/bin/ld: warning: libgssapi_krb5.so.2, needed by /usr/lib/libssl.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libkrb5.so.3, needed by /usr/lib/libssl.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libcom_err.so.3, needed by /usr/lib/libssl.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libk5crypto.so.3, needed by /usr/lib/libssl.so, not found (try using -rpath or -rpath-link) /usr/lib/libssl.so: undefined reference to `krb5_get_credentials' /usr/lib/libssl.so: undefined reference to `krb5_sname_to_principal' /usr/lib/libssl.so: undefined reference to `krb5_mk_req_extended' -----Original Message----- From: Derr,Ben [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 7:30 AM To: '[EMAIL PROTECTED]' Subject: problems compiling 2.0.10a I'm getting the following error compiling from source on a RedHat 9 box: /usr/lib/libssl.so: undefined reference to `krb5_kt_default' /usr/lib/libssl.so: undefined reference to `krb5_get_server_rcache' /usr/lib/libssl.so: undefined reference to `krb5_free_data_contents' /usr/lib/libssl.so: undefined reference to `krb5_init_context' collect2: ld returned 1 exit status make[1]: *** [nasl] Error 1 make[1]: Leaving directory `/home/user1/src/nessus/libnasl/nasl' make: *** [all] Error 2 Anyone else run into this? Seems to be related to RedHat's handling of krb5 libs in ssl, but I'm not sure how to handle it in this case. _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
