Hello,

I am trying to compile ntop 3.3 on OpenBSD 4.2
I installed gdbm-1.8.3p0
# ls -la /usr/local/include/gdbm.h


-r--r--r--  1 bin  bin  4744 Aug 15  2007 /usr/local/include/gdbm.h
# ls -la /usr/local/lib/libgdbm.*


-rw-r--r--  1 root  bin  30494 Aug 15  2007 /usr/local/lib/libgdbm.a
-rw-r--r--  1 root  bin    783 Aug 15  2007 /usr/local/lib/libgdbm.la
-rw-r--r--  1 root  bin  25228 Aug 15  2007 /usr/local/lib/libgdbm.so.3.0
# ldconfig -r | grep gdbm


        76:-lgdbm.3.0 => /usr/local/lib/libgdbm.so.3.0


However, when I am running configure, I get:
* ERROR: gdbm header or library routines are missing
*           (yes means it was found, no means it was not found)
*
*              gdbm.h...no
*              gdbm_open() in -lgdbm...no
*
*>>> No way to proceed.
*
*???     1. Install libgdbm
*???    and Rerun ./configure
*???  or 2. Use the --with-gdbm-xxxxx= options

So, as suggested, I tried setting --with-gdbm-lib=/usr/local/lib and
--with-gdbm-include=/usr/local/include
Same error

I tried compiling libgdbm by hand, same error.

I tried symlinking the libs and includes from /usr/local to /usr, same
error.
I tried the same as above, but copying instead of symlinking, same error.
I tried setting CFLAGS, LDFLAGS, CPPFLAGS, same error.

Has someone any clue or something else I could test?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to