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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 03:00:02 2026 UTC