Hi,
i have problem installing gd support with my php
when i do the following configuration:
./configure --prefix=/www/php --with-apxs2=/www/bin/apxs --with-config-file-path=/www/php --enable-sockets --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local --with-gd
it gave me an error -
configure: error: libpng.(a|so) not found.
i have tried specifying the path for both libpng and gd.h stored in the php directory on --with-gd = '<path> '
but still couldnt solve the problem.
php version:4.3.4
currenly gd being installed in linux: gd-1.8.4-11
can anyone assist me on how to go by solving the problem? i have tried to do a google on my problem before, and have tried the instructions posted
thanks alot
jiayi