[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: Robert Dailey <rcdailey_at_gmail.com>
Date: Mon, 16 Jun 2008 21:09:45 -0500

Is APR built as a shared library? I suspect that if the shared library
cannot be found, it will say "undefined symbol", but this is just an
educated guess. Can anyone verify?

Why is building subversion from scratch so difficult? I had to download APR
and APR-UTIL and place those in folders inside of the subversion source
root, since the Ubuntu packages for both seem to be bugged.

On Mon, Jun 16, 2008 at 9:07 PM, Robert Dailey <rcdailey_at_gmail.com> wrote:

> Can anyone please help?
>
>
> On Sat, Jun 14, 2008 at 10:47 AM, Robert Dailey <rcdailey_at_gmail.com>
> wrote:
>
>> On Sat, Jun 14, 2008 at 1:14 AM, Ryan Schmidt
>> <subversion-2008b_at_ryandesign.com> wrote:
>> >
>> > On Jun 13, 2008, at 20:50, Robert Dailey wrote:
>> >
>> >> 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
>> >
>> > What version of Apache do you have installed? What version of APR do you
>> > have installed?
>> >
>> >
>>
>> I have apache 2.2.8 installed and APR version 1.2.11 and APR-UTIL
>> version 1.2.12.
>>
>
>
Received on 2008-06-17 04:10:08 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.