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

Re: Unsuccessful Compile of Subversion 1.0.0

From: Karl Fogel <kfogel_at_localhost.localdomain>
Date: 2004-03-08 02:31:00 CET

"TBrowder" <tbrowder@cox.net> writes:
> I've tried reinstalling Berkeley DB 4.2.52. Then reinstalling httpd-2.0.48,
> applying patch pointed out by David (patch found in subversion FAQ under
> troubleshooting installations under *NIX).
>
> After running configure commands from FAQ:
>
> $ configure \
> --enable-dav \
> --enable-so \
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> --with-dbm=db42
>
> it (configure) fails with:
>
> configure: error: Berkeley db4 not found
> configure failed for srclib/apr-util
>
> What now?

Did you apply the same patch to both httpd-2.0.48/srclib/apr-util and
subversion-1.0.0/apr-util and reconfigure before rebuilding?
I always do something really thorough, like:

   $ patch -p0 < blahblah && make distclean && ./configure

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 8 02:46:25 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.