On Fri, Jun 13, 2008 at 2:08 PM, Robert Dailey <rcdailey_at_gmail.com> wrote:
> On Fri, Jun 13, 2008 at 11:34 AM, Erik Huelsmann <ehuels_at_gmail.com> wrote:
>> On 6/13/08, Robert Dailey <rcdailey_at_gmail.com> wrote:
>>> Hi,
>>>
>>> I'm looking for a version of mod_dav_svn compatible with SVN 1.5 RC11.
>>> I noticed there's a mod_dav_svn in the subversion directory of the svn
>>> tarball, but I figured building subversion would install this for me,
>>> but apache2 can't seem to find mod_dav_svn.so. Help is appreciated!
>>
>> You need to tell the Subversion configuration script it needs to build
>> mod_dav_svn by pointing it to apxs2 with the --with-apxs option. Did
>> you specify it?
>>
>> HTH,
>>
>> Erik.
>>
>
> I did not specify that. I'll try to find out where apxs2 is myself,
> but in the meantime if someone could tell me that would help out a
> great deal. Thanks.
>
Okay, I installed the apache2-prefork-dev package via apt-get, and I now have:
./usr/bin/apxs2
So I need to do --with-apxs="/usr/bin"?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-13 21:13:47 CEST