On Dec 1, 2009, at 8:46 PM, Jeremy McDermond wrote:

On Dec 1, 2009, at 9:33 PM, Bob Nielsen wrote:

I have Berkely DB 4.7 and 4.8 installed but configure doesn't recognize them and as a result, caching is not enabled. Is there any trick to this with OS X?

I had to point "configure" specifically at the directories with flags:

--with-bdb-libdir=/usr/local/BerkeleyDB.4.8/lib
--with-bdb-incdir=/usr/local/BerkeleyDB.4.8/include

You might try:

--with-bdb-libdir=/sw/lib
--with-bdb-incdir=/sw/include

or something similar.

Thanks, I ended up using --with-bdb-libdir=/sw/lib and --with-bdb- incdir=/sw/include/db4 and that worked, as far as the configure step. However, it looks like I have a version discrepancy to work on:

***** WARNING *****
Berkeley DB header files/shared library file do NOT match!
Disabling use of the map cache.
 Header file: Berkeley DB 4.7.25: (May 15, 2008)
Library file: Berkeley DB 4.8.24: (August 14, 2009)
***** WARNING *****

This is probably an issue with fink.

73, Bob N7XY


_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to