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

Re: anyone compiled subversion 1.1 with apache2 on Solaris 9?

From: David F. Newman <dnewman_at_epnet.com>
Date: 2004-11-23 18:25:36 CET

Usually setting LD_RUN_PATH to /usr/local/BerkeleyDB.4.2/lib will help
configure find it. If you look in config.log after it fails you will usually
see the culprit. You'll probably see something like ld.so can't find
libdb-4.2.so.

-Dave

On Tuesday 23 November 2004 11:38, Lundgren, Scott wrote:
> Can you share your tips? Or point out what I'm not doing to get apache2
> or subversion to find Berkeley DB?
>
> <!-- snip -->
> 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
Received on Tue Nov 23 18:27:58 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.