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

Error "undefined symbol: svn_fs_fs__init" when starting Apache 2.0.54 & svn 1.2.0

From: Stefan Lasiewski <mailinglists_at_stefanco.com>
Date: 2005-05-27 23:07:12 CEST

Someone on #svn suggested I compile svn and httpd with the
--without-berkeley-db flag .

Now I get an error regarding 'svn_fs_fs__init' when
starting httpd:

/devel/httpd/bin/httpd
Syntax error on line 232 of /devel/httpd/conf/httpd.conf:
Cannot load /devel/httpd/modules/mod_dav_svn.so into
server: /devel/httpd/modules/mod_dav_svn.so: undefined
symbol: svn_fs_fs__init

I built httpd with the following options:

./configure --enable-dav --enable-so
--prefix=/devel/httpd --without-berkeley-db

Subversion 1.2.0 is now configured with:

./configure --prefix=/devel/subversion-1.2.0
--with-apxs=/devel/httpd/bin/apxs
--with-apr=/devel/httpd
--without-berkeley-db

Help help!

-= Stefan

--- Stefan Lasiewski <mailinglists@stefanco.com> wrote:
> 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.

<*SNIP*>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 23:09: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.