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

Pain compiling svn 1.2.3, apache 2.2

From: Jamie Lawrence <jal_at_jal.org>
Date: 2005-12-19 21:53:12 CET

Hi all,

I haven't built apache/svn in tandem in a while, and am having a lot of
pain with it. This will be a private to subversion apache.

Here's my apache config call:

./configure --prefix=/usr/local/svn \
--enable-so \
--enable-mods-shared="most ssl" \
--disable-userdir \
--enable-maintainer-mode \
--enable-dav

And Subversion:

./configure --prefix=/usr/local/svn/ \
--with-apxs=/usr/local/svn/bin/apxs \
--without-berkeley-db \
--with-swig=/usr/local

And then my apache config changes from stock (I just want to see it run
with svn before I modify it more):

LoadModule mod_dav_svn modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /svn>
        DAV svn
        SVNPath /usr/local/svn
</Location>

Currently, I'm getting
httpd: Syntax error on line 98 of /usr/local/svn/conf/httpd.conf: Can't
locate API module structure `mod_dav_svn' in file
/usr/local/svn/modules/mod_dav_svn.so: /usr/local/svn/lib/libapr-1.so.0:
undefined symbol: mod_dav_svn

Other builds, with slightly different options, I was getting:
mod_dav_svn.so: undefined symbol: dav_xml_get_cdata

Does anyone see what I'm doing wrong? (This is RHEL3, BTW.)

Thanks in advance,

-j

-- 
Jamie Lawrence                                        jal@jal.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 19 21:58:27 2005

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.