[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: BDB mismatch problem



Thanks for the response. Setting LD_RUN_PATH didn't solve the problem, and I'm pretty sure the -L flag should not be included in LD_LIBRARY_PATH.

I'll keep trying suggestions, but FWIW temporarily renaming the following appears to do the trick in a pinch:

/lib/libdb-4.3.so
/usr/lib/libdb-4.3.so
/usr/lib/libdb-4.3.la
/usr/lib/libdb-4.3.a

Jon Roberts
www.mentata.com

Quanah Gibson-Mount wrote:
--On Monday, August 01, 2005 12:13 PM -0500 Jon Roberts <jon@jonanddeb.net> wrote:

setenv CC gcc
setenv CFLAGS "-O -g"
setenv CPPFLAGS "-I/usr/local/include"
setenv LDFLAGS "-L/usr/local/lib"
setenv LD_LIBRARY_PATH "/usr/local/lib"


I had to set the following things:


LDFLAGS="-L/usr/local/lib" LD_RUN_PATH=/usr/local/lib LD_LIBRARY_PATH="-L /usr/local/lib"

Your LD_LIBRARY_PATH looks incorrect, and you don't have LD_RUN_PATH