php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2628 gcc -g -O2 -O2 -I. -I. -I/oracle/ora805/rdbms/public -I/oracle/ora805/netwo
Submitted: 1999-10-28 09:21 UTC Modified: 1999-12-01 11:34 UTC
From: christiane dot tiedemann at edeka dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.12 OS: PC Suse6.2-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: christiane dot tiedemann at edeka dot de
New email:
PHP Version: OS:

 

 [1999-10-28 09:21 UTC] christiane dot tiedemann at edeka dot de
During installation of php:
1. ./configure --with-apache=/usr/local/apache --with-oracle=/oracle/ora805 --enable-track-vars
2. make   produces foolowing error

gcc -g -O2 -O2   -I. -I.   -I/oracle/ora805/rdbms/public -I/oracle/ora805/networ
k/public -I/oracle/ora805/plsql/public -I/usr/local/apache/src/include -I/usr/lo
cal/apache/src/os/unix                  -I/usr/include    -c internal_functions.
c -o internal_functions.o
In file included from internal_functions.c:72:
functions/php3_gd.h:44: gd.h: No such file or directory
make: *** [internal_functions.o] Error 1                                       

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-01 11:34 UTC] sas at cvs dot php dot net
The gd headers are missing. Either (re-)install gd correctly or configure PHP with the option --without-gd.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 16:01:30 2025 UTC