After a manual make && make install of GeoIP the make install of ntop worked BUT the main problem is that ntop didn't recognized the system as Debian Etch and has compiled it with default settings as an "unknown_X86" system. Now all files are stored at strange places and there is no /etc/init.d/ntop script etc. How can I force the autogen.sh to use Debian Etch AMD64 as distribution and load its settings? Thanks. PS: A "make uninstall" will clean up everything, right?
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Yuri Francalacci Gesendet: Mittwoch, 18. März 2009 19:48 An: [email protected] Betreff: Re: [Ntop] Problem with make install On Mar 18, 2009, at 7:45 PM, Frederik Niedernolte wrote: > I need still help with this... > > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:[email protected]] Im Auftrag > von > Frederik Niedernolte > Gesendet: Mittwoch, 11. März 2009 09:09 > An: [email protected] > Betreff: [Ntop] Problem with make install > > I just wanted to install ntop 3.3.9 on my Debian Etch AMD64 system > but after > a correct ./autogen.sh and make I cannot do a successful make install > because of this: > > make install > Making install in . > make[1]: Entering directory `/tmp/ntop-3.3.9' > make[2]: Entering directory `/tmp/ntop-3.3.9' > test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" > /bin/sh ./libtool --mode=install /usr/bin/install -c 'libntop.la' > '/usr/local/lib/libntop.la' > libtool: install: warning: relinking `libntop.la' > (cd /tmp/ntop-3.3.9; /bin/sh ./libtool --tag=CC --mode=relink gcc - > g -O2 > -I/usr/local/include -I/opt/local/include -Wshadow -Wpointer-arith > -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC - > DPIC > -I/tmp/ntop-3.3.9/GeoIP-1.4.6/libGeoIP/ -release 3.3.9 -export-dynamic > -L/usr/local/lib -L/opt/local/lib > -L/tmp/ntop-3.3.9/GeoIP-1.4.6/libGeoIP/.libs/ -lGeoIP -o libntop.la - > rpath > /usr/local/lib address.lo argv.lo dataFormat.lo fcUtils.lo getopt.lo > getopt1.lo globals-core.lo hash.lo iface.lo initialize.lo l7.lo > leaks.lo > ntop.lo pbuf.lo database.lo plugin.lo prefs.lo protocols.lo > sessions.lo > term.lo util.lo utildl.lo traffic.lo vendor.lo version.lo > ntop_darwin.lo > -lpthread -lcrypt -lc -lssl -lcrypto -lrrd_th -lpcre -lgdbm -lz > -L/usr/local/lib -lpcap ) > gcc -shared .libs/address.o .libs/argv.o .libs/dataFormat.o .libs/ > fcUtils.o > .libs/getopt.o .libs/getopt1.o .libs/globals-core.o .libs/hash.o > .libs/iface.o .libs/initialize.o .libs/l7.o .libs/leaks.o .libs/ntop.o > .libs/pbuf.o .libs/database.o .libs/plugin.o .libs/prefs.o .libs/ > protocols.o > .libs/sessions.o .libs/term.o .libs/util.o .libs/utildl.o .libs/ > traffic.o > .libs/vendor.o .libs/version.o .libs/ntop_darwin.o -Wl,--rpath > -Wl,/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lGeoIP -lpthread > -lcrypt -lc -lssl -lcrypto -L/usr/lib -lrrd_th -lpcre -lgdbm -lz - > lpcap > -Wl,-soname -Wl,libntop-3.3.9.so -o .libs/libntop-3.3.9.so > /usr/bin/ld: cannot find -lGeoIP Maybe Geoip was not compiled. try ti compile it by hand Yuri > > collect2: ld returned 1 exit status > libtool: install: error: relink `libntop.la' with the above command > before > installing it > /bin/sh ./libtool --mode=install /usr/bin/install -c > 'libntopreport.la' > '/usr/local/lib/libntopreport.la' > libtool: install: warning: relinking `libntopreport.la' > (cd /tmp/ntop-3.3.9; /bin/sh ./libtool --tag=CC --mode=relink gcc - > g -O2 > -I/usr/local/include -I/opt/local/include -Wshadow -Wpointer-arith > -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC - > DPIC > -I/tmp/ntop-3.3.9/GeoIP-1.4.6/libGeoIP/ -release 3.3.9 -export-dynamic > -L/usr/local/lib -L/opt/local/lib > -L/tmp/ntop-3.3.9/GeoIP-1.4.6/libGeoIP/.libs/ -lGeoIP -o > libntopreport.la > -rpath /usr/local/lib emitter.lo globals-report.lo graph.lo > fcReport.lo > http.lo perl.lo report.lo reportUtils.lo ssl.lo webInterface.lo map.lo > libntop.la -lpthread -lcrypt -lc -lssl -lcrypto -lrrd_th -lpcre - > lgdbm -lz > -L/usr/local/lib -lpcap ) > gcc -shared .libs/emitter.o .libs/globals-report.o .libs/graph.o > .libs/fcReport.o .libs/http.o .libs/perl.o .libs/report.o > .libs/reportUtils.o .libs/ssl.o .libs/webInterface.o .libs/map.o > -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/opt/local/lib - > lGeoIP > -lntop -lpthread -lcrypt -lc -lssl -lcrypto -L/usr/lib -lrrd_th -lpcre > -lgdbm -lz -lpcap -Wl,-soname -Wl,libntopreport-3.3.9.so -o > .libs/libntopreport-3.3.9.so > /usr/bin/ld: cannot find -lGeoIP > collect2: ld returned 1 exit status > libtool: install: error: relink `libntopreport.la' with the above > command > before installing it > make[2]: *** [install-libLTLIBRARIES] Fehler 1 > make[2]: Leaving directory `/tmp/ntop-3.3.9' > make[1]: *** [install-am] Fehler 2 > make[1]: Leaving directory `/tmp/ntop-3.3.9' > make: *** [install-recursive] Fehler 1 > > What could be the problem and how can I solve it? > Thanks in advance. > ____________________________________________________________________________ > __ > Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 17,95 > EURO/mtl. > + 1 Monat gratis!* http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a > > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop > > __________ Information from ESET NOD32 Antivirus, version of virus > signature > database 3911 (20090305) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature > database 3946 (20090318) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop __________ Information from ESET NOD32 Antivirus, version of virus signature database 3946 (20090318) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
