On May 16, 2006, at 00:20, Bradley Wagner wrote:
> Bradley Wagner wrote:
>> I compiled subversion with the "--with-apxs" for the dynamic
>> apache2 modules. Then, I removed the subversion binaries/libaries
>> by accident because I already had SVN installed in a different
>> location. Is there anyway to re-associate those modules with a
>> different subversion installation? Do I just have to recompile it
>> again for the new location? Is there anyway to specify during
>> compilation that I ONLY want the apache modules and none of the
>> other stuff?
>
> I guess I should mention that the error i'm getting when trying to
> start apache with the "Load mod_dav_svn" in the config file is this:
>
> Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: /
> usr/lib64/libsvn_fs_base-1.so.0: undefined symbol: db_create
Sounds like a problem finding the BerkeleyDB libraries:
http://svn.haxx.se/users/archive-2005-08/1334.shtml
Do you need BerkeleyDB especially? If not, you could configure and
build Subversion without BDB support. I believe there's a switch you
can pass to ./configure for that.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 16 16:02:45 2006