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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wallp at earthlink dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Fri Jul 03 03:00:02 2026 UTC