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

Message to someone about svnadmin create from IRC

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2003-08-10 18:05:47 CEST

Somebody on IRC was having the same problem as me, where svnadmin create
would fail with a function not implemented Berkeley DB error while
trying to create a repositories' environment.

I fixed the problem for myself by recompiling db4 from scratch (no
special configure options required). I'm still not sure why this made
any difference.

All you need to do to fix this is unpack the db4 distribution into a
folder under the subversion directory that you compile from with the
directory name db and reconfigure subversion and compile.

After it's done, just make sure that you see svnamdin linking against
this new db4.

[root@azverkan dist]# ldd `which svnadmin`
        libsvn_repos-1.so.0 => /usr/local/lib/libsvn_repos-1.so.0
(0x40017000)
        libsvn_fs-1.so.0 => /usr/local/lib/libsvn_fs-1.so.0 (0x40027000)
        libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0
(0x40043000)
--> libdb-4.0.so => /usr/local/BerkeleyDB.4.0/lib/libdb-4.0.so
(0x4004b000) <--
        libsvn_subr-1.so.0 => /usr/local/lib/libsvn_subr-1.so.0 (0x400cf000)
[snip]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 10 18:06:35 2003

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.