gcc - maybe that's the GNU C compiler... doh... I would guess - and it's only a guess - that libgcc_s on a solaris box might be a gcc Solaris library of some kind. And it's being requested by gdbm...
1. Is it the same (or a newer?) version of gdbm that's installed 2. Search the web for libgcc_c.so - you're probably missing some compiler libraries. As always, it's a good idea to run ./autogen.sh -1 before ./configure -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Behrens, Stefan Sent: Monday, February 25, 2002 7:33 AM To: Ntop-Mailingliste (E-Mail) Subject: [Ntop] Problems building ntop on Solaris 7 Hi, I've got problems with a built of current snapshot of ntop: gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -I/csim/work/ntop/ntop-current/gdchart0.94c -I/usr/local/ssl/include -g -O2 -pipe -c bind.c gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -I/csim/work/ntop/ntop-current/gdchart0.94c -I/usr/local/ssl/include -g -O2 -pipe -c hash.c gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -I/csim/work/ntop/ntop-current/gdchart0.94c -I/usr/local/ssl/include -g -O2 -pipe -c dump.c /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o intop argv.o command.o getopt.o gnuline.o prompt.o intop.o init.o open.o close.o filter.o pcapmore.o sniff.o uptime.o status.o lsdev.o nettable.o info.o swap.o hosts.o arp.o nbt.o top.o bind.o hash.o dump.o ../libntop.la -lreadline -lcurses -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz -L/csim/work/ntop/ntop-current/gdchart0.94c -lgdchart -L/csim/work/ntop/ntop-current/gdchart0.94c/gd-1.8.3 -lgd -L/csim/work/ntop/ntop-current/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/csim/work/ntop/ntop-current/gdchart0.94c/zlib-1.1.3 -lz -L/usr/local/ssl/lib -lssl -lcrypto gcc -g -O2 -pipe -o .libs/intop argv.o command.o getopt.o gnuline.o prompt.o intop.o init.o open.o close.o filter.o pcapmore.o sniff.o uptime.o status.o lsdev.o nettable.o info.o swap.o hosts.o arp.o nbt.o top.o bind.o hash.o dump.o ../.libs/libntop.so -L/usr/local/lib -lpcap -lgdbm -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz -L/csim/work/ntop/ntop-current/gdchart0.94c -lgdchart -L/csim/work/ntop/ntop-current/gdchart0.94c/gd-1.8.3 -lgd -L/csim/work/ntop/ntop-current/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/csim/work/ntop/ntop-current/gdchart0.94c/zlib-1.1.3 -lz -L/usr/local/ssl/lib -lssl -lcrypto -lreadline -lcurses -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz -L/csim/work/ntop/ntop-current/gdchart0.94c -lgdchart -L/csim/work/ntop/ntop-current/gdchart0.94c/gd-1.8.3 -lgd -L/csim/work/ntop/ntop-current/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/csim/work/ntop/ntop-current/gdchart0.94c/zlib-1.1.3 -lz -L/usr/local/ssl/lib -lssl -lcrypto -R/usr/local/lib ld: warning: file libgcc_s.so.1: required by /usr/local/lib/libgdbm.so, not found creating intop make[2]: Leaving directory `/csim/work/ntop/ntop-current/ntop/intop' make[1]: Leaving directory `/csim/work/ntop/ntop-current/ntop' A few releases ago (ntop 2.0 betas) built works fine, but here's something missing. But what ? Where does libgcc_s.so.1 belong to ? Any help appreciated ... Regards, Stefan Behrens GE CompuNet Computer AG & Co. oHG Network- and Systemmanagement Email: [EMAIL PROTECTED] Im Hause Airbus Deutschland GmbH OITO13, IT Server Operation Enterprise Servers Germany Telefon 040-743-81114, Haus 44 Email: [EMAIL PROTECTED] _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
