-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Macleod, Sean Sent: Tuesday, December 02, 2003 11:24 PM
<snip/> gcc -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototype s -Wmissing-declarations -Wnested-externs -fPIC -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wneste d-externs -fPIC -o .libs/ntop ntop-main.o ntop-admin.o -L/usr/local/lib -L/usr/local/ssl/lib -L/export/home/dist/ntop _cvs/ntop/myrrd ./.libs/libntopreport.so -L/usr/lib -L/usr/openwin/lib ./.libs/libntop.so -lposix4 -lpthread -lresolv -lsocket -lxnet -lnsl -lc -ls sl -lcrypto /usr/local/lib/libiconv.so -lpcap /usr/local/lib/libgdbm.so /usr/local/lib/libgd.so -lm -lpng -lz -lmyrrd -Wl,--rpath -Wl,/usr/local/lib <snip/> ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntop.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntop.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntopreport.so: undefined reference to [EMAIL PROTECTED]' ./.libs/libntop.so: undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status Well, those messages indicate that the loader, ld, was unable to resolve the standard networking calls (listen, accept, recv). You'll have to figure out where they are on your system and add the appropriate -lxxxxx or -Lxxxxx command - see the various files in the configureeextra/ directory for examples. (As a start, compare the lines in the older version that doesn't have the problem - it should be pretty obvious which are different) -----Burton _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
