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

Re: Configure error with zlib

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-09-04 13:12:30 CEST

On Tue, Sep 04, 2007 at 10:58:16AM +0000, ANGonline wrote:

> checking for zlib.h... no
> configure: error: subversion requires zlib
>
> I've tried some of the workaround present on web, like compiling manually the zlib
> or using the --prefix option but nothing works :(

Build your on zlib, e.g "./configure --prefix=/opt/zlib"
Then chdir into subversion's source and do a
"./configure --with-zlib=/opt/zlib"

HTH,
Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 4 13:09:38 2007

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.