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

RE: Subversion 1.0.1 on Solaris 8

From: Pete <petesea_at_bigfoot.com>
Date: 2004-03-19 01:10:44 CET

On Wed, 17 Mar 2004, Gregory Smith wrote:

> Those are all entry points in libz - see if you have libz.so, and if
> it's on the LD_LIBRARY_PATH (or whatever the Solaris equivalent is). Try
> adding -lz to the link, if it's not already there. Shared-libs under
> Solaris don't work the same as way as under Linux - I found this out
> while building python under Solaris - but I don't know any more than
> that.
>
> .../subversion-1.0.1/neon/src/.libs/libneon.so: undefined reference to `inflateEnd@SUNW_1.1'
> .../subversion-1.0.1/neon/src/.libs/libneon.so: undefined reference to `inflateInit2_@SUNW_1.1'
> .../subversion-1.0.1/neon/src/.libs/libneon.so: undefined reference to `crc32@SUNW_1.1'
> .../subversion-1.0.1/neon/src/.libs/libneon.so: undefined reference to `inflate@SUNW_1.1'

The link line already has "-lz".

I found libz.so in /usr/lib and /usr/local/lib. I tried adding both to
LD_LIBRARY_PATH, but it still fails with the same error.

  /usr/lib/sparcv9/libz.so -> libz.so.1
  /usr/lib/sparcv9/libz.so.1
  /usr/lib/libz.so -> ./libz.so.1
  /usr/lib/libz.so.1
  /usr/local/lib/libz.a
  /usr/local/lib/libz.so -> libz.so.1.1.4
  /usr/local/lib/libz.so.1 -> libz.so.1.1.4
  /usr/local/lib/libz.so.1.1.4

LD_LIBRARY_PATH does seem to be the correct thing to use... at least
according to the ld man page.

Any other ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 19 01:29:12 2004

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.