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

Re: svn libz issue

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-08 19:34:33 CET

On Nov 8, 2006, at 11:20, Dale Bohl wrote:

> I'm seeing this after building Subversion 1.4 on AIX 5.2.
>
> ./svn
> Could not load program ./svn:
> Could not load module /usr/local/lib/libsvn_ra_dav-1.so.
> Dependent module /usr/local/lib/libz.a(libz.so.1) could not be loaded.
> Member libz.so.1 is not found in archive
>
> libz.so.1 is not on my system

I forget if zlib comes with the subversion-deps archive or if you
must already have it on your system.

It sounds like zlib was compiled not to be a shared library? Try
recompiling it as a shared library. I believe you just need to add "-
shared" to its ./configure line.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 8 19:35:34 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.