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

Re: /libsvn_fs_base-1.so.0: undefined symbol: db_create

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Mon, 21 Dec 2009 00:29:41 -0600

On Dec 21, 2009, at 00:19, tanveer haider baig wrote:

> -----------------------------------
> OS : Fedora Core 6
> SVN : 1.4.3
> Storage : FSFS
> Apache2
> ----------------------------------
>
> I am using SVN with FSFS and svnserve server. It is working fine. Now I am setting Apache for HTTP access to my existing repository ( I will run both server). Now after having necessary modules, when I start httpd I am having the following error
> " Cannot load /usr/local/apache/modules/mod_dav_svn.so into server: /usr/lib64/libsvn_fs_base-1.so.0: undefined symbol : db_create"
> I searched the web and find that this error usually caused by berkly DB libraries, but I am not using it.

You may not have intended to use BerkeleyDB, but apparently you are.

Often I've seen that the mod_dav_svn.so is not the same version as the rest of the Subversion components, because you have to install mod_dav_svn.so manually in some configurations, and sometimes people don't know this and forget to do this.

Also note that Subversion 1.4.x and earlier aren't supported anymore, and you should upgrade to the current version if possible.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2431876

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-21 07:30:52 CET

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.