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

RE: Problem finding BerkeleyDB.4.2 when configuring Apache 2.0.49

From: Carmela Stuart <c.stuart_at_CableLabs.com>
Date: 2004-05-05 22:49:24 CEST

Brane,

I am invoking the following configure command:

./configure --prefix=/usr/local/apache2 \
--enable-dav \
--enable-so \
--enable-maintainer-mode \
--enable-ssl \
--enable-deflate \
--with-dbm=db42 \
--with-berkeley-db=/usr/local/BerkeleyDB.4.2

Here is a snippet of the output...
______________________________________________________________________

checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for ldap support...
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking for Berkeley DB 4.2 in /usr/local/BerkeleyDB.4.2...
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb-4.2... no
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb4... no
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
configure: error: Berkeley db4 not found
configure failed for srclib/apr-util

Thanks,

Carmela

-----Original Message-----
From: Branko Cibej [mailto:brane@xbc.nu]
Sent: Wednesday, May 05, 2004 12:12 PM
To: Carmela Stuart
Cc: users@subversion.tigris.org
Subject: Re: Problem finding BerkeleyDB.4.2 when configuring Apache
2.0.49

Carmela Stuart wrote:

> The configure command for Apache 2.0.49 (on Solaris 8) fails to find
> my installation of BerkeleyDB.4.2 (installed in
> /usr/local/BerkeleyDB.4.2). In the Subversion FAQ, item #43 indicates

> that there is a patch for the configure file for apr-util.

Httpd-2.0.49 doesn't need that patch any more. How are you invoking
configure?

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 5 22:50:41 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.