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

Trying to install Subversion

From: Fabiano Bonin <fabiano_at_personalsoft.com.br>
Date: 2004-08-03 23:30:45 CEST

Hi, i'm trying to install subversion.

Fedora Core 1
Kernel 2.4.24 (recompiled, not the original)
Berkeley DB 4.2.52 (just instaled)

I'm folowing these steps to build and install

cd /usr/src
tar xzf subversion...
cd subversion...
./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
make
make install

It builds and installs ok.

Now i'm trying to create a new repository with

svnadmin create subversion

And i get:

[root@servidor share]# svnadmin create subversion
svn: Berkeley DB error while creating environment for filesystem
subversion/db:
Invalid argument

What can be the cause?

Thanks.

FYI, I installed Berkeley DB this way:

cd /usr/src
tar xzf db-4.2.52...
cd db-4.2.52...
patch -p0 < patch.4.2.52.1
patch -p0 < patch.4.2.52.2
cd build_unix
../dist/configure
make
make install

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 3 23:31:06 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.