Luca, WRT the openssl problem: I've updated configure.in and configure to actually do a compile test, rather than just looking for the .h and .a.
I used the ERR_error_string_n() function as the canary. And I used the full set of #includes from ntop.h - so it should be a pretty strong test that ssl.c will compile! I also took the opportunity to collapse the repetitive tests into a single defined function, cleanup the --enable-sslv3 and --enable-sslwatchdog test and remove the old explicit tests for 0.9.4... I'll be commiting this as soon as I finish testing. If anybody has an odd openssl setup, please let me know if it works, ASAP! -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Luca Deri Sent: Thursday, July 11, 2002 7:57 AM To: [EMAIL PROTECTED] Subject: Re: [Ntop-dev] 2.1 bug report Craig, ERR_error_string_n is part of OpenSSL 0.96 and above. Please update. Cheers, Luca Craig Humphrey wrote: >Hi, > >I'm running a vanilla RH 7 install, just nabbed the 11th July snapshot, but >it barfs while compiling: "./.libs/libntop.so: undefined reference to >`ERR_error_string_n'" > >See full compile output below. > >Later'ish >Craig > > > >Making all in . >make[2]: Entering directory `/root/ntop-current/ntop' >/bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o ntop main.o admin.o >libntopreport.la libntop.la -lpthread -lresolv -lnsl -ldl -lcrypt -lm -lz >-L/root/ntop-current/gdchart0.94c -lgdchart >-L/root/ntop-current/gdchart0.94c/gd-1.8.3 -lgd >-L/root/ntop-current/gdchart0.94c/gd-1.8.3/libpng-1.2.1 -lpng >-L/root/ntop-current/gdchart0.94c/zlib-1.1.4 -lz -lssl -lcrypto >libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. >gcc -g -O2 -pipe -o .libs/ntop main.o admin.o ./.libs/libntopreport.so >-lcrypt -lm -lz -L/root/ntop-current/gdchart0.94c -lgdchart >-L/root/ntop-current/gdchart0.94c/gd-1.8.3 -lgd >-L/root/ntop-current/gdchart0.94c/gd-1.8.3/libpng-1.2.1 -lpng >-L/root/ntop-current/gdchart0.94c/zlib-1.1.4 -lz -lssl -lcrypto -lcrypt -lm >-lz -lgdchart -lgd -lpng -lz -lssl -lcrypto ./.libs/libntop.so >-L/usr/local/lib -lpcap /usr/lib/libgdbm.so -lcrypt -lm -lz -lgdchart -lgd >-lpng -lz -lssl -lcrypto -lpthread -lresolv -lnsl -ldl -lcrypt -lm -lz >-lgdchart -lgd -lpng -lz -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/lib >./.libs/libntop.so: undefined reference to `ERR_error_string_n' >collect2: ld returned 1 exit status >make[2]: *** [ntop] Error 1 >make[2]: Leaving directory `/root/ntop-current/ntop' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/root/ntop-current/ntop' >make: *** [all-recursive-am] Error 2 >_______________________________________________ >Ntop-dev mailing list >[EMAIL PROTECTED] >http://lists.ntop.org/mailman/listinfo/ntop-dev > > -- Luca Deri NETikos S.p.A. Via Matteucci 34/B 56124 Pisa, Italy. Ph. +39/050/968.639 Fax. +39/050/968.626 Personal: [EMAIL PROTECTED] Business: [EMAIL PROTECTED] WWW: http://luca.ntop.org/ ICQ: 68183632 Hacker: someone who loves to program and enjoys being clever about it - Richard Stallman _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop-dev
