[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, where to find?

From: Robert Dailey <rcdailey_at_gmail.com>
Date: Fri, 13 Jun 2008 14:32:05 -0500

On Fri, Jun 13, 2008 at 2:19 PM, Les Mikesell <lesmikesell_at_gmail.com> wrote:
> Robert Dailey wrote:
>>
>>>>
>>>> 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.
>
> Where did your apache come from? If it is a packaged version there is
> probably a corresponding package with apxs. For example on fedora or Centos
> linux you can 'yum install httpd-devel' to get it. Is there something new
> in the mod_dav_svn module for 1.5? There is probably one of those packaged
> for most distributions as well, but it may be an older version.

I figured out what to do. I did:

./configure --width-apxs="/usr/bin/apxs2"

This worked out fine.

Now I have a mod_dav_svn.so file in:

/usr/lib/apache2/modules/mod_dav_svn.so

It also seems to have changed my /etc/apache2/httpd.conf accordingly
so it would load mod_dav_svn.so.

Now when I restart apache, I get this:

root_at_server:/etc/apache2# /etc/init.d/apache2 restart
 * Restarting web server apache2
apache2: Syntax error on line 185 of /etc/apache2/apache2.conf: Syntax
error on line 2 of /etc/apache2/mods-enabled/dav_svn.load: Cannot load
/usr/lib/apache2/modules/mod_dav_svn.so into server:
/usr/local/lib/libsvn_subr-1.so.0: undefined symbol: apr_hash_clear

Anyone have any idea what is going on here? To answer your last
question Les, I installed apache2 via "apt-get install apache2". But,
I'm new to Ubuntu Server so I may have missed some things, hence all
of the trouble I'm having. I built SVN 1.5 RC11 myself from a tarball
because I couldn't find it in the package system.

---------------------------------------------------------------------
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:32:33 CEST

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.