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

Re: solaris 10 install problem

From: René Berber <r.berber_at_computer.org>
Date: 2006-04-23 00:06:44 CEST

ListMan wrote:
>
> hi all, i've installed the 1.3.1 subversion package (and all its
> dependencies)

Installed from where?

> but when i try to check out a repos i get
>
> steve_at_myhost develop/subversic 10> svn co file://repos/svn/subversic/trunk
> ld.so.1: svn: fatal: libexpat.so.1: open failed: No such file or directory
> Killed
>
> anybody else run across this?

No, but I build my own installation.

Your problem is a badly built package. Check "ldd <path>/svn" (you need to
specify the full path to svn), see how many libraries are not found and then
find where those are.

There are several possible solutions, the immediate one is to set your
LD_LIBRARY_PATH to include where the missing libraries are (let me guess
/opt/csw/lib), the real solution is to build the package with valid hard coded
library paths.

-- 
René Berber
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 23 00:08:12 2006

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.