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

Re: svn 1.4.2 tests fail on Solaris 9

From: asdf <fia_wrc_fanatic_at_yahoo.com>
Date: 2007-02-21 23:48:08 CET

Ed,

Sorry for the very late reply to your reply below...

As per your suggestion below, once I had set LDFLAGS with the location
of my gcc installation I was able to run the subversion test suite on
Solaris 9. And I finally got rid of having to set LD_LIBRARY_PATH just
to run the subversion binaries.

Thanks for help!
Regards,

--- Ed Hillmann <ed.hillmann@gmail.com> wrote:

> I try to avoid using the LD_LIBRARY_PATH in Solaris. I found that to
> avoid the svn users from defining directories in their
> LD_LIBRARY_PATH
> values, I needed to compile svn with the following setting:
>
> export LDFLAGS="-L$GCC_HOME/lib -R$GCC_HOME/lib"
>
> Where GCC_HOME is the home directory of my gcc installation. The -R
> flag links the binary with the required libs at linking time instead
> of evaluation time. The svn make file tells you this during a "make
> install" (which I repeatedly ignored until the penny dropped for me).
>
> Once I did this during a build process, I never needed to set
> LD_LIBRARY_PATH again (at least for my Subversion executables).
>
> Hope this helps,
> Ed
>

 
____________________________________________________________________________________
Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 21 23:48:33 2007

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.