Hi , On March 9th this year I 've compiled and installed php 4.3.4 on SuSe linux Server with apache 1.3.
The configure command was this: './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs' '-enable-dbase' Nowadays I'm urged to install zlib support in order to let the developers to make use of compressed files. It's a requisite that the compression library has to be zlib. I don't know how to do that. I guess I should reconfigure with './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs' '--with-zlib' '-enable-dbase' then run ./make and ./make install But I'm afraid tha something could go wrong and end-up with a whole useless installation Could someone point me in the right direction? Thanks Mauricio -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php