From:             mathieu at kartoo dot com
Operating system: Linux Fedora Core 2
PHP version:      4.3.7
PHP Bug Type:     Compile Failure
Bug description:  Failure with gd lib

Description:
------------
Compilation failed when using --with-gd option

Reproduce code:
---------------
./configure  --with-mysql --with-apache=../apache_1.3.29/ --with-xml
--enable-ftp --with-db --with-gd --with-jpeg-dir --with-png-dir
--with-zlib-dir

Actual result:
--------------
/home/src/sources/php-4.3.8/ext/gd/gd.c:1318: undefined reference to
`gdImageCreateFromJpegCtx'
ext/gd/gd.o(.text+0x33db): In function `zif_imagecreatefromjpeg':
/home/src/sources/php-4.3.8/ext/gd/gd.c:1502: undefined reference to
`gdImageCreateFromJpegCtx'
ext/gd/gd.o(.text+0x33e0):/home/src/sources/php-4.3.8/ext/gd/gd.c:1502:
undefined reference to `gdImageCreateFromJpeg'
ext/gd/gd.o(.text+0x3b1b): In function `zif_imagejpeg':
/home/src/sources/php-4.3.8/ext/gd/gd.c:1755: undefined reference to
`gdImageJpegCtx'
ext/gd/gd.o(.text+0x92a9): In function `_php_image_convert':
/home/src/sources/php-4.3.8/ext/gd/gd.c:3751: undefined reference to
`gdImageCreateFromJpeg'


-- 
Edit bug report at http://bugs.php.net/?id=30024&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30024&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30024&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30024&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30024&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30024&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30024&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30024&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30024&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30024&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30024&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30024&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30024&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30024&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30024&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30024&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30024&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30024&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30024&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30024&r=mysqlcfg

Reply via email to