Read the actual error message in config.log. When the 2nd piece (testing an actual function in the library) fails it's not always clear what the actual error is - all ./configure detects is that it failed. But the real test program, message, etc. is always in config.log.
-----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Paul Aviles > Sent: Tuesday, June 15, 2004 8:57 PM > To: [EMAIL PROTECTED] > Subject: [Ntop] gdbm header or library routines are missing error.. > > > I am getting the following error while compiling ntop 2.2 (yes I know is > old) on a Cobalt Raq 550. libgdbm.so.2 exist in /usr/lib/ and gdbm.h exist > in /usr/include/ > > I search Google with no luck.. I have also tried > --with-gdbm-root=/usr/lib/ and nothing... > > Any ideas how to fix this? > > Thanks > -pa > > **Testing Required libraries and headers** > checking for required C headers... ok > checking for crypt... ok > checking for dynamic load module... ok > checking for pcap... ok > checking for gdbm... configure: WARNING: error > > ******************************************************************* > * ERROR: gdbm header or library routines are missing > * (yes means it was found, no means it was not found) > * gdbm.h...yes > * gdbm_open() in -lgdbm...no > *>>> No way to proceed. > *??? 1. Install libgdbm > *??? and Rerun ./configure > *??? or 2. Use the --with-gdbm-root= option > ******************************************************************* > > configure: error: Unable to continue... aborting ./configure > > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
