Hi,
I installed PHP4.3.0 with the following configure line.
./configure --with-apxs=/usr/sbin/apxs --with-mysql --with-jpeg-dir
--with-gettext=/usr --enable-safe-mod --with-png --enable-track-vars
--with-exec-dir=/usr/bin --with-zlib --enable-magic-quotes
--with-regex=system --with-ttf --with-gdbm --enable-mbstring
--enable-mbstr-enc-trns --enable-wddx=shared --enable-mm=shared
--enable-xml --enable-ftp --enable-debug --with-libdir=/usr/lib
--with-interbase=shared --with-pgsql-shared --with-imap
The /usr/lib directory has (among other things):
libjpeg.a, libjpeg.so.62, libjpeg.so.62.0.0
linpng.so.2, libpng.so.2.1.0.8
the /usr/local/lib directory has:
libjpeg.a
libpng.a, libpng.so, libpng.so.3, libpng.so.3.1.2.1
PHP installed into /usr/local/bin and appears to be running fine. BUT.
I have an application that (in the past) would generate a .jpg image on
it based on some sql server data. It now doesn't work. (no, I don't
have the old config line anymore). It is also supposed to be able to
generate a .png, but that has never worked.
Am I missing a config entry?
--Will