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

Re: can't build with zlib

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Wed, 7 Jul 2010 07:00:02 -0400

On Tue, Jul 6, 2010 at 10:14 AM, Edward Ned Harvey <svn_at_nedharvey.com> wrote:
> I have tried everything I can think of, and I can't seem to get svn to build
> with the zlib that comes with it.  It's always linking against
> /usr/lib64/zlib.

Why do you want to? Compiling libraries internally for specific
applicatons is begging for version skew issues,and difficulties in
providing feature fixes for components: any upgrades to zlib would
force you to recompile Subversion. While local libraries are sometimes
needed because the system component is incompatible (such as some of
the historical SQLite issues on RHEL for Subversion), it's rarely
desirable.
Received on 2010-07-07 13:01:44 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.