From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.2.0 PHP Bug Type: GD related Bug description: Jpeg/Png not
I'm trying to run php with jpeg and png support. Everything goes fine, but the actual php scripts seem to think jpeg and png support is not available. I have installed gd, jpeg and png already. I configure php as follows: - ./configure --with-gd --with-jpeg-dir=/usr/local/src/jpeg-6b --with-zlib --with-mysql=/usr/local/mysql --with-apache=/usr/local/src/apache_1.3.24 --with-png-dir=/usr/local/src/libpng-1.2.2 In the output of that I notice the following line: gdImageCreateFromJpeg in -lgd... yes compiling php works, as does compiling apache with the static php. I don't know why, but the phpinfo() function returns: Configure Command './configure' '--with-apache=/usr/local/src/apache_1.3.24' The above line is not the same as at the top of this script. Any help would be appreciated. Thanks. -- Edit bug report at http://bugs.php.net/?id=17349&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17349&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17349&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17349&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17349&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17349&r=support Expected behavior: http://bugs.php.net/fix.php?id=17349&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17349&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17349&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17349&r=globals