I've been trying for DAYS to compile PHP4 with gd1.8.3 and get jpeg creation to work, and so far nothing has worked. Any help would be appreciated.
I'm running Mandrake 7.1. I removed the apache, php, gd, etc. packages and compiled them myself. Apache's running well and is looking at php as a DSO.
I've editted my gd makefile and got it to compile and install. Seems ok, but I'm concerned that there may be a problem in there somewhere. Sure wish it had a ./configure script. . .
I configured php with ./configure --with-axs=blahdeblah --with-gd --with-jpeg-dir=/usr/include/gd --with-mysql --with-zlib. No complaints from the script (I've gotten complaints about not finding jpeg support before). Make and make install run great.
phpinfo() works fine. ImagePNG() works fine. It's only ImageJPEG() that's killing me.
Again, any suggestions would be appreciated. I'm sick of watching the compile info scroll by for hours at a time.