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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 02:01:28 2024 UTC