configure: error: libpng.(a|so) not found.
April 26, 2008 | In: Installation, PHP
cd /usr/local/src
wget http://prdownloads.sourceforge.net/libpng/libpng-1.2.26.tar.gz?download
cd libpng-1.2.26
./configure
make
make install
April 26, 2008 | In: Installation, PHP
cd /usr/local/src
wget http://prdownloads.sourceforge.net/libpng/libpng-1.2.26.tar.gz?download
cd libpng-1.2.26
./configure
make
make install
1 Response to configure: error: libpng.(a|so) not found.
blackdown
July 26th, 2010 at 9:18 am
thanks you man, you’re the only one to have given a functional solution