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