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
""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
2 matches
Mail list logo