From:             cube660 at verizon dot net
Operating system: Windows XP
PHP version:      4.3.3
PHP Bug Type:     Compile Failure
Bug description:  make failed stating: undefined reference to `gdImageCreateFromPngCtx

Description:
------------
Hello,

Can someone help me?
'make' fails with the following erros:

/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x138d):
undefined reference to `gdImageCreateFromPngCtx'
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x13a1):
undefined reference to `gdImageCreateFromGifCtx'
ext/gd/gd.lo: In function `zif_imagecreatefromgif':
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x1729):
undefined reference to `gdImageCreateFromGifCtx'
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x172f):
undefined reference to `gdImageCreateFromGif'
ext/gd/gd.lo: In function `zif_imagecreatefrompng':
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x17a9):
undefined reference to `gdImageCreateFromPngCtx'
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x17af):
undefined reference to `gdImageCreateFromPng'
ext/gd/gd.lo: In function `zif_imagepng':
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x1e38):
undefined reference to `gdImagePngCtx'
ext/gd/gd.lo: In function `_php_image_convert':
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x78e0):
undefined reference to `gdImageCreateFromGif'
/usr/local/www/vhosts/cubetech.com/php/php-4.3.3/ext/gd/gd.c(.text+0x7920):
undefined reference to `gdImageCreateFromPng'
*** Error code 1 


I am using Apache/1.3.22 on a FreeBSD 4.4-RELEASE system, I am using
--with-gd at compile time, and all compiles well. However 'make' fails
with the errors stated above. This is an attempted upgrade from PHP 4.3.1
and I do have gd-2.0.15 installed. 

Can you please help?


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

Reply via email to