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

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

From: Stefan Lasiewski <stefan_at_stefanco.com>
Date: 2005-05-28 21:29:49 CEST

I figured this out-- at least partially.

I had a rogue version of apxs installed to /usr/local/apxs.
It seems like Subversion picking up some information from
that apxs, even though I used the
'--with-apxs=/devel/httpd/bin/apxs' flag.

I removed /usr/local/apxs , rebuilt Apache and SVN from
source, and everything works now.

-= Stefan

--- Stefan Lasiewski <mailinglists@stefanco.com> wrote:
> 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 Sat May 28 23:04:28 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.