I am trying to install 4.3.10. I get stuck on it trying to find zlib. Do I need zlib devel if so where can I download it.
checking if the location of ZLIB install directory is defined... no configure: error: Cannot find libz
Thanks
Hi,
give us some more information like OS, version, web server, ...
Thomas
I am running solaris 9 with apache 2.0.52
Ok,
first try out the zlib package available at www.sunfreeware.com
Most packages available at www.sunfreeware.com install to /usr/local/bin so specify /usr/local as path to zlib when configuring php. Additionally, you might need to add /usr/local/lib to the LD_LIBRARY_PATH environment variable.
If that doesn't work then download and install the sources available at http://www.gzip.org/zlib/ and then try to compile php again.