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

Apache configure not finding Berkeley DB

From: Justin Johnson <justinjohnson_at_fastmail.fm>
Date: 2004-03-10 21:38:47 CET

Hi,

I'm trying to compile Apache 2.0.48 on Solaris 8. First I compiled
db-4.2.52 and installed it in /opt/db4. Then I configured Apache as
follows:

$ env CC=/opt/gcc/bin/gcc ./configure --with-berkeley-db=/opt/db4
--with-dbm=db4 --prefix=/opt/apache2
[.....]
checking for db.h... yes
checking for db... no
configure: error: Berkeley db4 not found
configure failed for srclib/apr-util

I tried installing db4 in /usr/local to see if it would find it
automatically, but got the same error. Also tried setting
LD_LIBRARY_PATH to /opt/db4/lib with no success.

I saw http://www.contactor.se/~dast/svnusers/archive-2003-11/0503.shtml
which seemed similar to my problem, but the solution doesn't seem to be
working.

Does anyone have any ideas how to solve this problem?

Your help is appreciated.
-Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 10 21:39:11 2004

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.