[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 01:09:18 CEST

ListMan wrote:
>
> On Apr 22, 2006, at 3:06 PM, René Berber wrote:
>
>> ListMan wrote:
>>>
>>> hi all, i've installed the 1.3.1 subversion package (and all its
>>> dependencies)
>>
>> Installed from where?
>
> i got this package from
> http://sunfreeware.mirrors.tds.net/indexintel10.html

OK, this package installs everything under /usr/local.

> and followed the instructions exactly. i deleted the packages and
> reinstalled several times
> to make sure i wasn't making some kind of error.

Did you installed expat?

>>> but when i try to check out a repos i get
>>>
>>> steve@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.
>
> i tried that too and got some linking errors during make..
>
>>
>> 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.
>
> libexpat.so.1 is missing but i ran locate and this does not appear to be
> anywhere on the machine

Another approach:

pkginfo | grep -i expat
# Copy the name of the package
pkgchk -v <package name>

This was only to make sure that it was installed and where.

Now, /usr/local/lib is not in the default dynamic loader search path, as I said
there are several ways to solve this, use crle, set LD_LIBRARY_PATH, etc.

> hmm, i guess solaris 10 isn't the most stable of environments. i also
> have a solaris 8 machine it *just worked*

Your problem has nothing to do with "stability", is just that /usr/local is not
in the default path for anything. If you install non-Sun packages (Sunfreeware
or Blastwave) you have to configure your environment accordingly.

-- 
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 01:10:46 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.