Hi Mike, >Try building the package yourself to rule out any ntop problems. We >spent a lot of time making the default config/make/make install dance >work for Solaris so it should be pretty easy. Sunfreeware can be hit and >miss sometimes (nmap 3.50 for instance doesn;t work on my Solaris 9 >install)...
I installed package from source several time using gnu make 3.8.0. When I rune make I get the following error: /bin/bash ./libtool --mode=link gcc -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -L/usr/local/lib -lnsl -lsocket -L/usr/local/lib -L/export/home/dkocic/ntop/ntop-3.0/myrrd -L/usr/local/lib -lnsl -lsocket -L/usr/local/lib -L/export/home/dkocic/ntop/ntop-3.0/myrrd -o libntop.la -rpath /usr/local/lib -L/usr/local/lib -lnsl -lsocket -L/usr/local/lib -L/export/home/dkocic/ntop/ntop-3.0/myrrd -release 3.0 -export-dynamic address.lo argv.lo dataFormat.lo fcUtils.lo getopt.lo getopt1.lo globals-core.lo hash.lo iface.lo initialize.lo leaks.lo ntop.lo pbuf.lo plugin.lo protocols.lo sessions.lo term.lo util.lo traffic.lo vendor.lo version.lo ntop_darwin.lo -lxml2 -lglib -lposix4 -lpthread -lresolv -lsocket -lxnet -lnsl -lm -ldl -lc -lssl -lcrypto -liconv -lpcap -lgdbm -lgd -lpng -lz -lmyrrd rm -fr .libs/libntop.la .libs/libntop.* .libs/libntop-3.0.* *** Warning: This library needs some functionality provided by -lpcap. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This library needs some functionality provided by -lmyrrd. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. Lpcap I have installed but it looks like that lmyrrd is the one causing the problem. Also when I run make install after this error rrdtool plugin doesn't load and ntop web server doesn't run. Please advise. Regards, Dejan _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
