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

Re: keeping current without deleting old versions

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-10 14:37:36 CET

Steve Salkin <steve@salkin.org> writes:

> # rm -f /usr/local/lib/libsvn*
> # rm -f /usr/local/lib/libapr*
> # rm -f /usr/local/lib/libexpat*
> # rm -f /usr/local/lib/libneon*

I think these instructions are ancient, paranoid, and unnecessary.
Maybe we can delete them?

I think they only exist because a long time ago, I used to get burned
by libtool on FreeBSD. Nobody else (on Linux) had my problem.

The problem is that on FreeBSD, the linker would notice that I had
/usr/local/lib in my LD_LIBRARY_PATH, and actually link against the
*installed* svn libraries rather than the ones freshly built in my
source tree. Totally broken, IMO, that LD_LIBRARY_PATH should take
precedence over the --runpath's passed by libtool to ld. As soon as I
blanked my LD_LIBRARY_PATH, the problem went away. And to this day,
this problem has only ever existed on FreeBSD.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 14:47:19 2002

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.