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

Berkeley DB doesn't work [Issue 1590???]

From: Lukas Lipavsky <lukas.lipavsky_at_gmail.com>
Date: 2004-11-29 22:31:24 CET

Hi, I'am running svn 1.1.1 (r11581) on Linux(slackware linux 9.1).

I have BerkeleyDB 4.3

I am not sure, whether it's supported but it doesn't work for me :(

on server:
svnadmin create /home/lilu/test
svnadmin verify /home/lilu/test

I get the following error
svn: Berkeley DB error while opening environment for filesystem test/db:
Resource temporarily unavailable

I thing that it's maybe the same problem as in [Issue 1590], because
If I didn't use verify and just called import and then chcekout, it
returned same error output as in [issue 1590]:

svn: Couldn't open a repository.
svn: Commit failed (details follow):
svn: Unable to open an ra_local session to URL
svn: Unable to open repository

Is there a problem with my configuration or is Berkeley DB 4.3 unsupported yet?

some details:

ldd /usr/local/bin/svn
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40027000)
        libdb-4.3.so => /usr/local/BerkeleyDB.4.3/lib/libdb-4.3.so (0x4002e000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4015d000)
        librt.so.1 => /lib/librt.so.1 (0x4017c000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4018e000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x401bb000)
        libdl.so.2 => /lib/libdl.so.2 (0x401d0000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x401d4000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x402ce000)
        libm.so.6 => /lib/libm.so.6 (0x4031f000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40342000)
        libc.so.6 => /lib/libc.so.6 (0x4034f000)
        libimf.so => /opt/intel_cc_80/lib/libimf.so (0x40485000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Thanks in advance

Lukas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 29 22:34:25 2004

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.