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