php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #634 GD not included, however explicitly added in ./configure
Submitted: 1998-08-09 07:40 UTC Modified: 1998-08-09 12:02 UTC
From: brenno at dewinter dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.2a OS: RedHat Linux 5.1 (kernel 2.0.34)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: brenno at dewinter dot com
New email:
PHP Version: OS:

 

 [1998-08-09 07:40 UTC] brenno at dewinter dot com
For compilation I used the following configure-line:
 ./configure --with-apache=/compile/apache_1.3.1/ --with-mysql=/compile/mysql/ --with-gd=/compile/gd/

During the configuration-process I get the following notification:
checking whether to include GD support... no

No matter what I try I keep getting this. And (as expected) the GD-commands do not work.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-09 12:02 UTC] rasmus
PHP looks for /compile/gd/lib/libgd.a and /compile/gd/include/gd.h in this case.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 14:00:02 2026 UTC