ID: 25622 User updated by: cube660 at verizon dot net Reported By: cube660 at verizon dot net Status: Open Bug Type: Compile Failure -Operating System: Windows XP +Operating System: FreeBSD 4.4-RELEASE PHP Version: 4.3.3 New Comment:
FreeBSD 4.4-RELEASE Previous Comments: ------------------------------------------------------------------------ [2003-09-21 21:05:39] cube660 at verizon dot net 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 this bug report at http://bugs.php.net/?id=25622&edit=1