I'm attempting to install nTop 3.3 on Xubuntu 7.10. I get through autogen/configure fine, as well as make. However, when I do a make install, I get the following:
Making install in . make[1]: Entering directory `/home/allme/ntop-3.3' make[2]: Entering directory `/home/allme/ntop-3.3' test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c 'libntop.la' '/usr/local/lib/libntop.la' /usr/bin/install -c .libs/libntop-3.3 /usr/local/lib/libntop-3.3 /usr/bin/install: cannot create regular file `/usr/local/lib/libntop-3.3': Permission denied /bin/bash ./libtool --mode=install /usr/bin/install -c 'libntopreport.la' '/usr/local/lib/libntopreport.la' libtool: install: warning: relinking `libntopreport.la' (cd /home/allme/ntop-3.3; /bin/bash ./libtool --tag=CC --mode=relink gcc -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -DPIC -L/usr/local/lib -o libntopreport.la -rpath /usr/local/lib -release 3.3 -export-dynamic emitter.lo globals-report.lo graph.lo fcReport.lo http.lo report.lo reportUtils.lo ssl.lo webInterface.lo libntop.la -lpthread -ldl -lcrypt -lc -lrrd_th -lgdbm -lz -lpcap ) libtool: link: warning: `/usr/lib/gcc/i486-linux-gnu/4.1.3/../../..//librrd_th.la' seems to be moved libtool: link: warning: `/usr/lib/gcc/i486-linux-gnu/4.1.3/../../..//libgdbm.la' seems to be moved gcc -shared .libs/emitter.o .libs/globals-report.o .libs/graph.o .libs/fcReport.o .libs/http.o .libs/report.o .libs/reportUtils.o .libs/ssl.o .libs/webInterface.o -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lntop -L/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../ -L/usr/lib -lpthread -ldl -lcrypt -lc -lrrd_th -lgdbm -lz -lpcap -lc -Wl,-soname -Wl,libntopreport-3.3 -o .libs/libntopreport-3.3 /usr/bin/ld: cannot find -lntop collect2: ld returned 1 exit status libtool: install: error: relink `libntopreport.la' with the above command before installing it make[2]: *** [install-libLTLIBRARIES] Error 1 make[2]: Leaving directory `/home/allme/ntop-3.3' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/allme/ntop-3.3' make: *** [install-recursive] Error 1 I get this with both the 3.3 package from sourceforge and the 3.3.5 code from the SVN. I'm not Linux master, so any and all help will be greatly appreciated. -Josh _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
