aMule Forum
English => Compilation problems => Topic started 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.
-
try this for zlib 1.2.2 from sarge (runs fine on woody):
apt-get install zlib1g
apt-get install zlib1g-dev
-
Originally posted by bLuTm8
apt-get install zlib1g-dev
That should do the trick you are possibly just lacking the devel-files.