aMule Forum

English => Compilation problems => Topic started by: KurtKraut on October 30, 2005, 03:55:55 AM

Title: zlib not found
Post by: KurtKraut on October 30, 2005, 03:55:55 AM
Hi,

I'm trying to compile amule on Debian (sarge) typing ./configure, and then I get this error:

checking for zlib >= 1.1.4... no
checking for zlib in peer directory... no
configure: error: unable to use zlib - no peer found


How may I fix it ? Thanks in advance.
Title: Re: zlib not found
Post by: bLuTm8 on October 30, 2005, 04:38:06 AM
try this for zlib 1.2.2 from sarge (runs fine on woody):

apt-get install zlib1g
apt-get install zlib1g-dev
Title: Re: zlib not found
Post by: thedude0001 on October 30, 2005, 10:03:51 PM
Quote
Originally posted by bLuTm8
apt-get install zlib1g-dev

That should do the trick you are possibly just lacking the devel-files.