First off, one problem per message. ERR_error_string_n is a standard part of openSSL:
http://openssl.planetmirror.com/docs/crypto/ERR_error_string.html The ./configure step looks for the files libssl.a and ssl.h to decide if you have openSSL installed (it sometimes looks for libcrypto.a too). If you have a bad installation, it could be that it's finding them at ./configure time (choosing to compile for openSSL), but is unable to link. If you don't plan on using openSSL, then use --disable-ssl. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Maguire Sent: Monday, July 01, 2002 6:19 PM To: [EMAIL PROTECTED] Subject: [Ntop-dev] problem compiling under solaris 2.6 Hi I checked out latest via CVS as described on main page. <snip /> ERR_error_string_n(l, buf, sizeof buf); this gives an undefined symbol at link timne. I just commented it out, as I wasn't intending using SSL anyway. _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop-dev
