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

Re: Apahce Can't Load SVN Modules

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 23 Jun 2009 15:48:54 -0500

On Jun 23, 2009, at 14:06, Dave Ariens wrote:

> On Tue, Jun 23, 2009 at 1:53 PM, Ryan Schmidt wrote:
>
>> On Jun 23, 2009, at 08:52, Dave Ariens wrote:
>>
>>> I'm trying to configure/build/install SVN 1.6.2 for Apache 2.2.11.
>>>
>>> Apache ran fine after I compiled it, but after I built and installed
>>> SVN, edited httpd.conf accordingly, I received the following error:
>>>
>>> httpd: Syntax error on line 57 of /usr/local/apache/conf/httpd.conf:
>>> Cannot load /usr/local/apache/modules/mod_dav_svn.so into server:
>>> /usr/local/apache/modules/mod_dav_svn.so: undefined symbol:
>>> svn_log__rev_proplist
>>
>> Maybe mod_dav_svn is finding older versions of the Subversion
>> libraries that
>> don't have that symbol defined. If you have multiple versions of
>> Subversion
>> installed in various locations on your system, you might try
>> removing all
>> but the latest.
>
> Thanks dude...
>
> The problem was that I didn't compile Apache with:
>
> --enable-dav \
> --enable-dav=shared \
>
> Also, I didn't realize the modules for svn, are actually plug-ins
> of mod_dav.
>
> Lastly, I then ran into issues with Apache finding libssl, and
> libcrypt - which I just sym linked into /usr/lib from their custom
> path I installed them to.

I'm glad you got it working.

I'm Cc'ing the mailing list again on this reply so anybody else
experiencing this issue will find your solution.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2364689

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-23 22:49:53 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.