I am using RedHat ES Ver3.0
Install Apache 2.0.59
Install MySQL 5.0.22
Downloaded PHP 5.1.4
Configure using:
./configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs
Receive Error:
configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.
Download zlib-1.2.3: configure and install
Reconfigure PHP using:
./configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --with-zlib=/usr/local/zlib-1.2.3
Receive error:
checking if the location of ZLIB install directory is defined... no
configure: error: Cannot find libz
Appreciate for any help. TQ