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

Re: Built 1.8.1 from source: "libz.so.1: no version information available"

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 12 Aug 2013 08:16:48 +0100

Randy <nya_macha_at_yahoo.com> writes:

> Thank you for the reply. I think you are correct about it being a zlib
> version problem. But the error with "/lib64/libz.so.1" happens whether
> I build svn with the dependencies or without. The reason I am
> attempting to build it with the static libraries (which are fetched

You are using shared libraries. --enable-static merely enables static
libraries to be produced, it does not cause the build to use them.

> with the included "get-deps.sh" script) is to prevent it from trying
> to use "/lib64/libz.so.1" which appears to have zlib version
> problem. However ldd shows my svn using "/lib64/libz.so.1" no matter
> what I do.

The only problem you have shown is using different zlibs at build time
and after install. Either use the system zlib during the build or
arrange for your zlib to be used after install.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
Received on 2013-08-12 09:17:28 CEST

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.