Hi

i get the following error

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

when i run my configphp script, this has worked on all my previous RH system
7.2 & 8 now i switch to FC3 and no luck. Leaving out the png line it does
the same!

#!/bin/sh

./configure \
"--with-openssl-dir=../openssl-0.9.7e" \
"--with-curl=/usr/local" \
"--enable-sockets" \
"--with-zlib" \
"--with-gdbm" \
"--enable-ftp" \
"--with-gd" \
"--with-jpeg-dir=/usr" \
"--with-png" \
"--enable-sysvem" \
"--enable-sysvshm" \
"--with-mysql" \
"--with-gettext" \
"--with-apxs=/usr/local/apache/bin/apxs" \
"$@"

Mark

Reply via email to