php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1729 PHP module compile failure with GD library support
Submitted: 1999-07-17 02:49 UTC Modified: 1999-09-03 12:51 UTC
From: wallp at earthlink dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.11 OS: Linux 2.0.36
Private report: No CVE-ID: None
 [1999-07-17 02:49 UTC] wallp at earthlink dot net
This is in reference to bug report 1728.

I just tried a compile of the CVS tree with the GD fixes in. This is what
the compiler spits out.
./libphp3.a(gd.o): In function `php3_imagecreatefromgif':
/www/php-3.0.11/functions/gd.c:461: undefined reference to 
`gdImageCreateFromGif'
./libphp3.a(gd.o): In function `php3_imagegif':
/www/php-3.0.11/functions/gd.c:820: undefined reference to `gdImageGif'
/www/php-3.0.11/functions/gd.c:838: undefined reference to `gdImageGif'

This ofcourse produces an error on compile and stops the compile of Apache.
The compile of PHP goes fine.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-03 12:51 UTC] rasmus at cvs dot php dot net
This should be all fixed in 3.0.12 - give it a try and resubmit if you still have a problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 02:01:29 2024 UTC