[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-06 18:28:38 CEST

"Russell Yanofsky" <rey4@columbia.edu> writes:

> checking for Berkeley DB in /usr/local/BerkeleyDB.4.0 (as db4)... no
> checking for Berkeley DB in /usr/local/BerkeleyDB.4.0 (as db)... no
> configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db
> -- snip --
>
> I think I'm doing everything by the book. What could be wrong? My config.log
> file is attached.

configure:19876: gcc -o conftest -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/usr/local/BerkeleyDB.4.0/include -L/usr/local/apache2/lib conftest.c -L/usr/local/BerkeleyDB.4.0/lib -ldb >&5
configure:19879: $? = 0
configure:19881: ./conftest
./conftest: error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory

The test linked, but didn't run, your system is not set up to locate
shared libraries in /usr/local/BerkeleyDB.4.0/lib at run-time. You
can either modify LD_LIBRARY_PATH or use ldconfig.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 6 18:29:37 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.