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

Re: make check Error with SVN version 4755

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-02-06 00:25:24 CET

Philip Martin <philip@codematters.co.uk> writes:

> Branko Čibej <brane@xbc.nu> writes:
>
> > >ugh so I REALLY REALLY do need to remove all the old installed versions
> > >ehh... :(
> > >
> > >Ok.
> > >
> > >
> > This is from the INSTALL file, right at the top in section I:
> >
> > Note: Because previous builds of Subversion may have installed older
> > versions of these libraries, you may want to run some of the cleanup
> > commands described in section II.B before installing the following.
>
> It's only necessary on some systems, and it has *never* been necessary
> on my Linux system. Have we ever got to the bottom of the problem?
> Why do some systems require it?

In my own experience, FreeBSD has burned me many times in this way.

Essentially, if I set LD_LIBRARY_PATH=/usr/local/lib, then the FreeBSD
runtime linker (rld) causes my in-tree binaries to use the *installed*
svn libraries. If this environment variable is unset, then the
in-tree binaries use the in-tree libraries. It took me forever to
figure this out.

Just a data point there.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 6 00:30:16 2003

This is an archived mail posted to the Subversion Dev mailing list.

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