After recompiling OpenSSL with the shared libraries, it appears to work now. I had to do a make install in OpenSSL TWICE because after installing libnasl, it somehow reverted me to the old libraries again. Anyway, that seems to have done it. One other note is that I inserted -mcpu=athlon into the .tmpl files to make a cpu-specific version of nessus, as that seems to have been left out.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Theall Sent: Monday, January 10, 2005 11:29 To: [email protected] Subject: Re: Problem with compilation of NASL On Sat, Jan 08, 2005 at 10:32:31PM -0600, Jason Beaver wrote: > nessus-config --libs reports: > -L/usr/lib -lnessus -lhosts_gatherer -lpcap-nessus -lutil -lnsl > -lresolv -L/usr/kerberos/lib -L/usr/lib -lssl -lcrypto -ldl > > /usr/lib is where the libcrypt.a and such is installed, I checked. > That's the only place it is, and that it should be. Do you also have /usr/lib/libcrypto.so*? You'll need those since you're building nessus with shared library support (eg, "-ldl" above). If you don't, rebuild OpenSSL and pass config the "shared" argument. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
