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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC