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

Re: SVN, Apache2, and Berkeley4.2 (beyond the FAQ)

From: Robert Guthrie <rguthrie_at_pobox.com>
Date: 2004-03-09 16:31:04 CET

Have you tried just --with-dbm=db42 and not including the
"--with-berkeley-db" argument at all?

I'm having a similar issue and I have yet to resolve it, but my big
problem is that I HAVE to use the --wirth-berkeley-db because the
standard /usr/local location for it is off limits to me.

I have an unfounded suspicion that the config file doesn't handle the
--with-berkeley-db parameter properly, but the defaults work without it.
  If you succeed without the parameter at all, that will lend some
credence to my theory, and I'll have more incentive to delve into the
world of configure scripting.

Gavin Kistner wrote:
> On Mar 8, 2004, at 9:16 AM, Gavin Kistner wrote:
>
>> Summary:
>> ========================================================
>> I'm trying to install SVN server with Apache2, and I can't get apache
>> built with Berkeley4.2. I've read the FAQ, applied the patch, and
>> attempted numerous ways to get it to work. No glory. Help? Please?
>
>
> Followup: I still need your help. Slightly more information follows:
>
> root@Frump:/usr/local/BerkeleyDB.4.2# find . -name 'db*.h'
> ./include/db.h
> ./include/db_cxx.h
>
>
> Using --with-dbm=db42 --with-berkeley-db (without a path specified)
> produces the following output when apr-util goes searching:
>
> checking checking for Berkeley DB 4.2 in the standard places...
> 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 db-4.2... 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 db4... 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 db... no
> checking checking for Berkeley DB 4.2 in /usr/local/BerkeleyDB.4.2...
> 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 db-4.2... 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 db4... 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 db... no
> configure: error: Berkeley db4 not found
> configure failed for srclib/apr-util
>
>
> --
> (-, /\ \/ / /\/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 12 02:26:06 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.