Click to See Complete Forum and Search --> : may i know what this error means during configuration?


rei
07-06-2004, 10:52 PM
./configure --with-mysql --with-gd --with-zlib --with-apx2=/usr/local/apa
che2/bin/apxs --enable-mbstring --enable-mbregex

............
configure: error: libpng.(a|so) not found.
$

PunkSktBrdr01
07-07-2004, 10:40 PM
The error means the the files libpng.a and libpng.so weren't found. Try adding --with-png-dir=DIR. :)