php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2558 make fails - zend_config.h is missing.
Submitted: 1999-10-18 05:15 UTC Modified: 1999-10-24 12:25 UTC
From: smweb at ihost dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 2 OS: SuSE Linux 6.2
Private report: No CVE-ID: None
 [1999-10-18 05:15 UTC] smweb at ihost dot de
Hi,

I'm really desparate.. I want to run PHP 4 B2 - but it doesn't compile:

== snip

root@filer:/raid/software/_linux/src/php-4.0b2 > make
Making all in libzend
make[1]: Entering directory `/raid/software/_linux/src/php-4.0b2/libzend'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/raid/software/_linux/src/php-4.0b2/libzend'
Making all in ext
make[1]: Entering directory `/raid/software/_linux/src/php-4.0b2/ext'
Making all in apache
make[2]: Entering directory `/raid/software/_linux/src/php-4.0b2/ext/apache'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM -I/raid/software/_linux/src/php-4.0b2/../apache_1.3.9/src/include -I/raid/software/_linux/src/php-4.0b2/../apache_1.3.9/src/os/unix   -I/u01/app/oracle/product/8.1.5/rdbms/demo -I/u01/app/oracle/product/8.1.5/network/public -I/u01/app/oracle/product/8.1.5/plsql/public -I/u01/app/oracle/product/8.1.5/rdbms/demo -I/u01/app/oracle/product/8.1.5/network/public -I/u01/app/oracle/product/8.1.5/plsql/public -I../.. -I../../libzend    -g -O2 -g -O2 -c apache.c
In file included from ../../php.h:36,
                 from apache.c:22:
../../libzend/zend.h:45: zend_config.h: No such file or directory
make[2]: *** [apache.o] Error 1
make[2]: Leaving directory `/raid/software/_linux/src/php-4.0b2/ext/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/raid/software/_linux/src/php-4.0b2/ext'
make: *** [all-recursive] Error 1

== snip

The file zend_config.h seems to be missing. I read the INSTALL file and tried to rename zend_config.h.in to zend.config.h - but that also didn't help.

Who knows what's going on?

Thanks very much in advance,
- Steffen

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-24 12:25 UTC] sas at cvs dot php dot net
configure failed in libzend and thus did not create the header file. Look at the output of the configure script and try to fix what it complains about.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 03:01:30 2024 UTC