php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #869 Missing files
Submitted: 1998-10-22 14:07 UTC Modified: 1998-10-25 17:23 UTC
From: cynthia at xerox dot com dot ni Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.5 OS: BSD 3.1
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: cynthia at xerox dot com dot ni
New email:
PHP Version: OS:

 

 [1998-10-22 14:07 UTC] cynthia at xerox dot com dot ni
I was trying to compile the source files but I had
the following problem:

gcc -g -O2 -O2   -I. -I.   -I../apache_1.3.3/src/include -I../apache_1.3.3/src/o
s/unix      -I/usr/local/include/mysql    -c functions/gd.c -o functions/gd.o
functions/gd.c:61: gdfontt.h: No such file or directory
functions/gd.c:62: gdfonts.h: No such file or directory
functions/gd.c:63: gdfontmb.h: No such file or directory
functions/gd.c:64: gdfontl.h: No such file or directory
functions/gd.c:65: gdfontg.h: No such file or directory
*** Error code 1

Stop.                                

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-10-25 17:23 UTC] zeev
This looks like a non standard installation of the GD
library.
Run configure with --without-gd and rerun make.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 17:01:32 2024 UTC