php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3301 the file functions/gd.h is missing
Submitted: 2000-01-24 13:59 UTC Modified: 2000-03-09 14:10 UTC
From: jgdumas at dpm dot univ-lyon1 dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.14 OS: linux suse 6.2
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: jgdumas at dpm dot univ-lyon1 dot fr
New email:
PHP Version: OS:

 

 [2000-01-24 13:59 UTC] jgdumas at dpm dot univ-lyon1 dot fr
The step 9 (make) in the Quick installation procedure exit with error :
the file functions/gd.h is not found.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-24 15:01 UTC] mrobinso at cvs dot php dot net
If you're using rpms, make sure gd-devel is also installed.
Some linux distributions do not install *-devel files by
default. If it is installed, you may have to direct php to
the gd install directory in the configure line, something like

--with-gd=/path/to/gd-install-dir

Sometimes a certain flavour of linux installs stuff in
non-standard places. 



 [2000-03-01 15:26 UTC] hholzgra at cvs dot php dot net
or if you don't want gd at all then add --without-ttf
after --without-gd 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 21:01:32 2025 UTC