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

HELP: Berkeley DB library configured to support only DB_PRIVATE?

From: Andrew Bruno <andrew.bruno_at_gmail.com>
Date: 2006-06-23 14:01:46 CEST

Hi,

I followed the instructions for installing subversion on fedora 3 using

http://www.bernzilla.com/item.php?id=445

Basically:

1. Installed Subversion: yum install subversion
2. Installed mod_dav_svn: yum install mod_dav_svn
3. Created a new repository according to the Subversion Book
4. Created a new project according to the Subversion Book
etc..

I received the following error :(

[root@lala ~]# svnadmin create /data/svnrepos
svn: Berkeley DB error while creating environment for filesystem /data/svnrepos/
db:
Invalid argument
svn: bdb: Berkeley DB library configured to support only DB_PRIVATE environments

Also, it looks like I am running

[root@lala ~]# ldd `which svn` | grep libdb
libdb-4.2.so => /lib/libdb-4.2.so (0xf7d64000)

[root@lala ~]# uname -a

Linux lala 2.6.16.16-RH202rc20 #3 SMP Mon May 15 11:11:58 CDT 2006
i386 i386 i386 GNU/Linux

I have googled as much as I can. Does anyone have any ideas?

Thanks, Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 23 14:03:27 2006

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.