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

Re: Compile Apache

From: Nathan Kidd <nathan_at_hummingbird.com>
Date: 2004-04-01 15:28:01 CEST

> I haven't yet had success building a Subversion server that can work
> with Apache, so up to now I've been using svnserve. But I want to use
> Apache authentication, so I need to cross this hurdle.
<SNIP>
> Step #2 would be to configure and build Apache. I'm using
> Apache2.0.49, which is the current release. I have applied
> db42-support-patch.txt to the apr-util configure script, as the FAQ
> instructs. Now I ./configure Apache.
<SNIP>

Perhaps you forgot to add /usr/local/BerkeleyDB.4.2/lib to
/etc/ld.so.conf? You've got to run ldconfig afterward.

Otherwise, did you confirm that the patch actually worked? I.e. when you
open your srclib/apr-util/configure file you see the lines (without +'es):

+ db42)
+
+ places="$check_places"
+ if test -z "$places"; then
+ places="std /usr/local/BerkeleyDB.4.2"
+ fi

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 15:28:38 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.