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

Re: mod_dav_svn with apache2.2 problems

From: Dmitri <amavis_at_sharedlog.com>
Date: 2006-10-03 15:48:37 CEST

Ok, I just found the way to build subversion with apache2.2 on linux
what has to be done is to pass
'--with-berkeley-db=/usr/local/BerkeleyDB.4.4' to api-util configure script
this has to be apr >1, I used 1.2.2

Then subversion will build with this apr and BerkeleyDB 4.4 and apache2.2.3

Ryan Schmidt wrote:

> On Oct 2, 2006, at 15:32, Dmitri wrote:
>
>> I can't compile subversion with apache-2.2.3
>>
>> the problem is that apache 2.2 requires apr >1 but subversion comes
>> with apr 0.9.7
>>
>> If I pass the --with-apr=/usr/local/apr/bin/apr-1-config
>> then I am getting errors something about "external apr used, cannot
>> build with BerkeleyDB.4.4"
>>
>> If I just build subversion with it's default apr, it builds fine, no
>> errors, but then subversion just does not work with apache.
>>
>> Have someone built subversion with apache 2.2 successfully?
>
>
> Absolutely (on Mac OS X 10.4.7 PPC). Though, I use the --without-bdb
> option because I do not need or want BerkeleyDB. Do you specifically
> want BDB? If not, you may as well disable it.
>
>
>
> ---------------------------------------------------------------------
> 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 Tue Oct 3 15:48:54 2006

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.