From:             [EMAIL PROTECTED]
Operating system: RHL7.3
PHP version:      4.3.0-pre2
PHP Bug Type:     GD related
Bug description:  Something is broken when compiling with --with-jpeg as apache module

modules/php4/libphp4.a(gd_jpeg.o): In function `fatal_jpeg_error':
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:57: undefined
reference to `jpeg_destroy'
modules/php4/libphp4.a(gd_jpeg.o): In function `gdImageJpegCtx':
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:135: undefined
reference to `jpeg_std_error'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:147: undefined
reference to `jpeg_CreateCompress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:153: undefined
reference to `jpeg_set_defaults'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:155: undefined
reference to `jpeg_set_quality'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:164: undefined
reference to `jpeg_simple_progression'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:175: undefined
reference to `jpeg_destroy_compress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:181: undefined
reference to `jpeg_start_compress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:190: undefined
reference to `jpeg_write_marker'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:213: undefined
reference to `jpeg_write_scanlines'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:245: undefined
reference to `jpeg_write_scanlines'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:251: undefined
reference to `jpeg_finish_compress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:253: undefined
reference to `jpeg_destroy_compress'
modules/php4/libphp4.a(gd_jpeg.o): In function
`gdImageCreateFromJpegCtx':
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:298: undefined
reference to `jpeg_std_error'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:312: undefined
reference to `jpeg_CreateDecompress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:316: undefined
reference to `jpeg_read_header'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:347: undefined
reference to `jpeg_start_decompress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:440: undefined
reference to `jpeg_read_scanlines'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:453: undefined
reference to `jpeg_finish_decompress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:458: undefined
reference to `jpeg_destroy_decompress'
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:463: undefined
reference to `jpeg_destroy_decompress'
modules/php4/libphp4.a(gd_jpeg.o): In function `jpeg_gdIOCtx_src':
/usr/local/src/php-4.3.0pre2/ext/gd/libgd/gd_jpeg.c:718: undefined
reference to `jpeg_resync_to_restart'
collect2: ld returned 1 exit status

-- 
Edit bug report at http://bugs.php.net/?id=20269&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20269&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20269&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20269&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20269&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20269&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20269&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20269&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20269&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20269&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20269&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20269&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20269&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20269&r=isapi

Reply via email to