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

Can't start httpd - modules/mod_dav_svn.so: undefined symbol: svn_fs_base__init

From: Stefan Lasiewski <mailinglists_at_stefanco.com>
Date: 2005-05-26 21:17:39 CEST

Greetings,

I am attempting to build SVN 1.2.0 with Apache httpd
2.0.54, both from source. Both programs build successfuly,
but when I attempt to start Apache, I get the following
error:

  % /devel/httpd-2.0.54/bin/apachectl start
  Syntax error on line 232 of
  /devel/httpd-2.0.54/conf/httpd.conf:
  Cannot load /devel/httpd-2.0.54/modules/mod_dav_svn.so
  into server: /devel/httpd-2.0.54/modules/mod_dav_svn.so:
  undefined symbol: svn_fs_base__init

I'm not sure how to get around this error.

Line 232 in httpd.conf is standard:

  LoadModule dav_svn_module modules/mod_dav_svn.so

I run CentOS 3.0.

My build commands are pretty simple & standard. Both
programs build without any errors. I did not make any other
modifications.

Configure for HTTPD was:

  ./configure --enable-dav --enable-so
  --prefix=/devel/httpd-2.0.54

Configure for SVN was:

  ./configure --prefix=/devel/subversion-1.2.0
  --with-apache=/devel/httpd-2.0.54

I appreciate any help.

THanks,

-= Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 26 21:19:34 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.