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

Re: Building httpd-2.0.40 with Berkeley DB 4.0.14

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-16 16:35:28 CEST

gcasper@s-und-n.de writes:

> my questions seems to be more apache related, but I think you guys are more
> knowledgable about Berkeley DB. And my motivation for this is getting
> Subversion 0.14.1 running with httpd-2.0.40. So I hope it is appropriate
> posting here.
>
> I get the infamous:
> No such file or directory: Bad database version: 2.4.14
>
> I know I have to build httpd with --with-dbm=db4
> But I have no success. The configure script always gives me a
> configure: error: Berkeley db4 not found
>
> Somebody told me to specify --with-berkeley-db=/casper/home/db-4.0.14
>
> So I tried that - still no luck.

You need both --with-dbm and --with-berkeley-db.

The configure tests work by building a test program, look in the file
srclib/apr-util/config.log to find out why it failed. I would guess
that you need to add /casper/home/db-4.0.14/lib to you LD_LIBRARY_PATH
environment variable.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 16 16:36:38 2002

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

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