php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1791 gd.h missing
Submitted: 1999-07-21 06:59 UTC Modified: 1999-07-21 10:01 UTC
From: eric at heuts dot nl Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 1 OS: linux
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: eric at heuts dot nl
New email:
PHP Version: OS:

 

 [1999-07-21 06:59 UTC] eric at heuts dot nl
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM       -I../.. -I../../libzend    -g -O2 -g -c gd.c
In file included from gd.c:32:
php3_gd.h:44: gd.h: No such file or directory
gd.c:46: gd.h: No such file or directory
gd.c:47: gdfontt.h: No such file or directory
gd.c:48: gdfonts.h: No such file or directory
gd.c:49: gdfontmb.h: No such file or directory
gd.c:50: gdfontl.h: No such file or directory
gd.c:51: gdfontg.h: No such file or directory
make: *** [gd.o] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-21 10:01 UTC] andrey at cvs dot php dot net
You need to specify DIR where your gd library and headers are by using
--with-gd=DIR as an argument to configure.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 11:01:32 2025 UTC