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

Problems with mod_dav_svn.so and apache

From: Jakob Curdes <jc_at_info-systems.de>
Date: Wed, 11 Nov 2009 17:10:44 +0100

Hello, I am trying to upgrade an existing svn 1.4.x installation (which
was installed from RPMs) to 1.6.6. I have to compile it as for my older
Fedora distribution no binaries are available.

Compiling etc works fine but apache complains about unresolved symbols
when inserting the DSO:

Cannot load ../modules/mod_dav_svn.so into server:
../modules/mod_dav_svn.so: undefined symbol: svn_log__update

I am using a self-compiled apache 2.0.63 and the appropriate tools
apr-1.3.3 and apr-util-1.3.4 . I configured apr-util with BDB 4.3 and
the location of the apache tree.

The configure line for subversion is:
./configure --prefix=/usr --with-apr-util=/usr/local/apr-util-1.3.4
--with-apxs=/usr/local/apache_2063/bin/apxs
--with-apache-libexecdir=/usr/local/apache_2063/modules
and it compiles and links without warnings.

Apache has been compiled with:
./configure --prefix=/usr/local/apache_2063 (... many shared mods)
--enable-so --enable-dav --enable-dav-fs --enable-dav-lock

Any hint what I am missing? Or is the 2.0.63 apache too old for svn 1.6.6 ?

Regards,
Jakob Curdes

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-11 17:13:09 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.