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

RE: Re: solaris 10 install problem

From: Stoffers, Roger, VF-NL <roger.stoffers_at_vodafone.com>
Date: 2006-04-24 11:16:19 CEST

 Take a look at this page: http://www.sunfreeware.com - it also has an installer package for Solaris. There are some prerequisites though - also listed there.

pkgadd -d <filename>

Good luck!

-----Original Message-----
From: news [mailto:news@sea.gmane.org] On Behalf Of René Berber
Sent: Sunday, April 23, 2006 1:56 AM
To: users@subversion.tigris.org
Subject: Re: solaris 10 install problem

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 24 11:17:32 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.