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

Re: Problem installing on Sun in different location

From: <daniel_at_email.unc.edu>
Date: 2005-02-02 18:11:09 CET

Ed,

You can run "ldd" against a binary to see which static libraries it links
against.

If you are installing with --prefix=PREFIX, you can add PREFIX/lib to
LD_RUN_PATH or LD_LIBRARY_PATH to let the linker find the shared libraries.

If you are building from source you can also configure with
--enable-all-static to make portable executables.

Daniel

Quoting Ed Mostrom <edward.mostrom@eds.com>:

>
>
> I don't have access on this specific box to write to /usr/local so I wanted
> to install in a different directory. I tried various combinations of
> --prefix and DESTDIR. These start to put everything in those locations but
> in the end it fails by trying to access /usr/local/lib/libsvn_client-1.so.0
>
> I did a search in the archive and found several other comments about this
> but nothing which explained exactly how to get it to work properly. Can
> anyone give me a step by step list of commands to get it to work on Sun?
>
>
> Thanks,
>
> Ed
>
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 18:13:53 2005

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.