Re: [PHP-DEV] zlib compile

2010-10-26 Thread Antony Dovgal
On 10/21/2010 07:09 PM, lon...@gmail.com wrote: PHP 5.2.14 Docs say to compile w/ zlib you need to use the --with-zlib[=DIR] flag. This does not work. You need to use --with-zlib --with-zlib-dir=[DIR] No, you don't have to use it, --with-zlib works just fine: # ./configure

Re: [PHP-DEV] zlib compile

2010-10-25 Thread Enrico Weigelt
* Lonny K lon...@gmail.com wrote: BTW: recent zlib provides an proper pkg-config descriptor, which should be used. I do not understand how to use this to have it compile correctly with --with-zlib[=DIR] Can you please elaborate? configure.ac has to be changed properly. it's a bit

[PHP-DEV] zlib compile

2010-10-21 Thread lonnyk
PHP 5.2.14 Docs say to compile w/ zlib you need to use the --with-zlib[=DIR] flag. This does not work. You need to use --with-zlib --with-zlib-dir=[DIR] Is this a documentation error or a ./configure error?

Re: [PHP-DEV] zlib compile

2010-10-21 Thread Enrico Weigelt
* lon...@gmail.com lon...@gmail.com wrote: PHP 5.2.14 Docs say to compile w/ zlib you need to use the --with-zlib[=DIR] flag. This does not work. You need to use --with-zlib --with-zlib-dir=[DIR] Is this a documentation error or a ./configure error? BTW: recent zlib provides an proper