[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:55:46 CEST

Simon Butler wrote:
>
> hi rene, i really appreciate you helping me with this. i ran
>
> pkginfo | grep -i expat
> # Copy the name of the package
> pkgchk -v <package name>
>
> and got
>
[snip]
> /usr/local/lib/libexpat.a
> /usr/local/lib/libexpat.la
> /usr/local/lib/libexpat.so
> /usr/local/lib/libexpat.so.0
> /usr/local/lib/libexpat.so.0.4.0

Looks too old!

[snip]
> locate libexpat
>
> and got
>
> /usr/apache2/lib/libexpat.a
> /usr/apache2/lib/libexpat.la
> /usr/apache2/lib/libexpat.so
> /usr/apache2/lib/libexpat.so.0
> /usr/apache2/lib/libexpat.so.0.1.0

From Apache 2.0.x installed with Solaris 10.

> /usr/local/lib/libexpat.a
> /usr/local/lib/libexpat.la
> /usr/local/lib/libexpat.so
> /usr/local/lib/libexpat.so.0
> /usr/local/lib/libexpat.so.0.4.0
> /usr/sfw/lib/amd64/libexpat.so
> /usr/sfw/lib/amd64/libexpat.so.0
> /usr/sfw/lib/amd64/libexpat.so.0.5.0
> /usr/sfw/lib/libexpat.so
> /usr/sfw/lib/libexpat.so.0
> /usr/sfw/lib/libexpat.so.0.5.0

From Solaris 10 (I just hate the way the install n-copies of the same thing).

> so the bottom line is that the packages i was instructed to run from the
> sunfreeware site don't contain the libexpat.so.1 expected by svn
>
> so the package provided by the sunfreeware is BAD i guess??

Looks strange, did you install the expat-1.95.5 package from Sunfreeware? If
that one doesn't include the library then the subversion package is bad indeed,
should report it to Steve Christensen.

> has anyone else been able to install the subversion 1.3.1 package from
> sunfreeware?

Subversion should work with any of the installed libraries, you could just
create a symlink (ln -s /usr/sfw/lib/libexpat.so.0.5.0
/usr/local/lib/libexpat.so.1) while you can get the correct expat package.

-- 
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:56:54 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.