RE: [PHP] zlib problem

2001-05-05 Thread Kees Hoekzema
hi Jeroen, first, try to compile zlib like this: gunzip -c zlib-1.1.3.tar.gz | tar xf -; \ mv zlib-1.1.3/ zlib; \ cd zlib; \ ./configure --static ; \ make; \ cd .. then compile php 4.0.5 with the --with-zlib=../zlib directive in the ./configure that worked for me :) Kees Hoekzema [EMAIL PRO

Re: [PHP] zlib problem

2001-05-05 Thread Yasuo Ohgaki
""Jeroen Geusebroek"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Php always says: > Configure: error: Zlib module requires zlib >= 1.0.9. > > Needless to say, i am using a version higher then 1.0.9. Sound like configure script cannot find your zlib. Where