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

Re: M7 build tip

From: Aaron Optimizer Digulla <digulla_at_hepe.com>
Date: 2004-03-04 20:50:42 CET

On Thu, Mar 04, 2004 at 11:00:25AM -0800, James J Myers wrote:

> I hadn't seen anything about db4-4.2 requirement.
> So I downloaded and tried installing it on my linux fedora core 1 system
> and it has a lot of dependencies on the 4.1 version and won't let me
> install 4.2.
>
> So what can I do about that??

Download the source for db4 4.2 and install it /usr/local/db4-4.2 and configure
subversion to use that (configure --with-berkeley-db=/usr/local/db4-4.2).

This should already work. If it doesn't (svn complains about wrong paths),
create a shell script in your path which is found before the real
svn (for example $HOME/bin/svn).

Put this into the script:

#!/bin/sh

export LD_LIBRARY_PATH=/usr/local/db4-4.2/lib:$LD_LIBRARY_PATH

exec /usr/local/bin/svn "$@"

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits." 
http://www.philmann-dark.de/
Received on Fri Mar 5 06:50:42 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.