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

Re: Trying to install Subversion

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-08-03 23:59:11 CEST

On Tuesday 03 August 2004 17:48, Fabiano Bonin wrote:
> Yes, i know the problem is related to NPTL issue. One of the messages i
> read, they said one of the solutions was to recompile Berkeley DB. I
> did it. But it's still not working.
> Your links points to the source of the problem, but i don't see a way
> to solve it.
> Does it means i can't use Subversion with Fedora?

No, it doesn't mean that at all. Try doing an 'ldd `which svn`' to see
which library the executable actually linked against. My guess is that
even though you specified the path to berkeley on the command line, it
still picked up the Fedora packages. Did you make sure to
add /usr/local/BerkeleyDB.4.2/lib to /etc/ld.so.conf and run 'ldconfig'?

> I saw a post saying something that Subversion 1.1 can work without
> Berkeley DB, using the filesystem (?). Does the daemon (svnserve -d)
> works this way too?

Yep. 1.1 contains a plain file backend called 'fsfs'.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 4 00:00:02 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.