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

Re: Problem with mod_dav_svn on Ubuntu Server

From: becomingguru <chris_at_graphicpoet.com>
Date: Sun, 1 Mar 2009 17:49:10 -0800 (PST)

Not sure if we have the same problem, but I was getting the apr_hash_clear
error as well. I did two related things and found a solution. I specified
the apr_config and apu_config for my system apr and apr_utils, respectively,
to the subversion build, and used --with-included-apr config option to
httpd.

-

Robert Dailey wrote:
>
> Hi,
>
> I'm currently still in the process of getting SVN 1.5 RC11 server up
> and running through HTTP. Below is what my httpd.conf looks like:
>
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module /usr/lib/apache2/modules/mod_dav_svn.so
> LoadModule authz_svn_module /usr/lib/apache2/modules/mod_authz_svn.so
>
> <Location /svn>
> DAV svn
> SVNParentPath /svn_root
> AuthType Basic
> AuthName "Subversion Repository"
> AuthUserFile /etc/apache2/dav_svn.passwd
> Require valid-user
> </Location>
>
>
>
> And when I try to restart the apache server, I get the below:
>
> root_at_server:/download# /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
>
>
> Can anyone help me please? I don't know enough about svn build process
> or Ubuntu yet to solve this myself. Nothing on google helps me out
> either. Thanks in advance.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Problem-with-mod_dav_svn-on-Ubuntu-Server-tp17834820p22280766.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1253679
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-02 08:16:25 CET

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.