php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30024 Failure with gd lib
Submitted: 2004-09-08 11:45 UTC Modified: 2004-09-08 11:49 UTC
From: mathieu at kartoo dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.7 OS: Linux Fedora Core 2
Private report: No CVE-ID: None
 [2004-09-08 11:45 UTC] mathieu at kartoo dot com
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'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-08 11:49 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 13:01:31 2024 UTC