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

Apahce Can't Load SVN Modules

From: Dave Ariens <dave_at_ariens.ca>
Date: Tue, 23 Jun 2009 09:52:35 -0400

Hi folks,

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

Here's how I built SVN, any help would be appreciated!!!

Subversion 1.6.2
----------------

        Configure, build and install:
        
                src]# ./configure \
                        --with-apr=/usr/local/apache \
                        --with-apr-util=/usr/local/apache \
                        --with-ssl \
                        --with-apxs=/usr/local/apache/bin/apxs \

                src]# make clean
                src]# make
                src]# make install
                
        Create the repository:
        
                src]# mkdir -p /usr/local/svn/repos
                src]# /usr/bin/svnadmin create /usr/local/svn/repos
                
                Note: Full path to svnadmin req'd as previous installed versions may
now not be wise to use
                
        Configure Apache to support SVN:
        
                Ensure httpd.conf contains:
                
                        LoadModule dav_svn_module modules/mod_dav_svn.so
                        LoadModule authz_svn_module modules/mod_authz_svn.so
                        
                        <Location /repos>
                                DAV svn
                                SVNPath /usr/local/svn/repos
                        </Location>

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

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