[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: Gregory Smith <greg_at_siliconoptix.com>
Date: 2004-03-18 05:11:57 CET

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'

        -----Original Message-----
        From: Pete [mailto:petesea@bigfoot.com]
        Sent: Wed 17/03/2004 11:03 PM
        To: users@subversion.tigris.org
        Cc:
        Subject: Subversion 1.0.1 on Solaris 8
        
        
         
Received on Thu Mar 18 05:14:34 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.