php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4064 variuos files not found when entering `*/php-4.0RC1/ext/gd' with make install
Submitted: 2000-04-07 07:52 UTC Modified: 2000-04-07 19:45 UTC
From: peter dot grafwallner at planet-interkom dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Release Candidate 1 OS: S.u.Se Linux 6.3
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: peter dot grafwallner at planet-interkom dot de
New email:
PHP Version: OS:

 

 [2000-04-07 07:52 UTC] peter dot grafwallner at planet-interkom dot de
make[2]: Entering directory `/tmp/php-4.0RC1/ext/gd'
make[3]: Entering directory `/tmp/php-4.0RC1/ext/gd'
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/php
-4.0RC1/ext/gd -I../.. -I../../Zend -I/tmp/php-4.0RC1 -I/usr/local/httpd/include
 -I/tmp/php-4.0RC1/ext/mysql/libmysql -I/tmp/php-4.0RC1/ext/xml/expat/xmltok -I/
tmp/php-4.0RC1/ext/xml/expat/xmlparse  -DEAPI=1 -DXML_BYTE_ORDER=12 -D_REENTRANT
 -g -O2 -Wall  -c gd.c
In file included from gd.c:32:
php_gd.h:50: 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[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/tmp/php-4.0RC1/ext/gd'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/php-4.0RC1/ext/gd'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/php-4.0RC1/ext'
make: *** [install-recursive] Error 1
pedroserver:/tmp/php-4.0RC1   

---------------------------------------------------------

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-07 19:45 UTC] sterling at cvs dot php dot net
When you compile with gd, you need to have gd properly installed on your system.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 07:01:30 2024 UTC