php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9711 Fatal Error while trying to install
Submitted: 2001-03-12 13:47 UTC Modified: 2001-06-04 04:32 UTC
From: Todd_Benson at ao dot uscourts dot gov Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: Solaris 2.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 + 37 = ?
Subscribe to this entry?

 
 [2001-03-12 13:47 UTC] Todd_Benson at ao dot uscourts dot gov
When trying to run make, I get the following messages:
*******
Making install in main
gcc  -I. -I/home/php4-200103120945/main -I/home/php4-200103120945/main -I/home/o
In file included from php_compat.h:7,
                 from php.h:35,
                 from main.c:26:
php_config.h:1783: warning: `ZEND_DEBUG' redefined
/home/apache_1.3.12/src/include/../php_config.h:1606: warning: this is the locan
php_config.h:1813: warning: `PHP_BUILD_DATE' redefined
/home/apache_1.3.12/src/include/../php_config.h:1636: warning: this is the locan
In file included from php_compat.h:7,
                 from php.h:35,
                 from main.c:26:
php_config.h:1864: warning: `zend_isinf' redefined
/home/apache_1.3.12/src/include/../php_config.h:1681: warning: this is the locan
main.c: In function `php_module_startup':
main.c:790: structure has no member named `get_configuration_directive'
main.c: In function `php_execute_script':
main.c:1153: structure has no member named `exit_status'
main.c:1164: structure has no member named `exit_status'
main.c:1203: structure has no member named `exit_status'
*** Error code 1
make: Fatal error: Command failed for target `main.lo'
Current working directory /home/php4-200103120945/main
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'
Current working directory /home/php4-200103120945/main
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'
*****

This is after I run ./configure --with-informix=yes --with-apache=../apache_1.3.12 --enable-track-vars with 
no problems.

This is a exisiting server that already has apache 1.3.12 with php4.0.2 running.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-16 17:29 UTC] sniper@php.net
Does this happen with latest CVS snapshot now?

--Jani

 [2001-03-16 18:05 UTC] Todd_Benson at ao dot uscourts dot gov
Yes, this same error happens with the latest snapshot.
 [2001-06-04 04:32 UTC] sniper@php.net
Please try PHP 4.0.6RC2 from here:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz 

It fixes some compile problems with Informix. 
You have to set INFORMIXDIR before configure!

Also, you should try with fresh apache sources too,
and follow the instructions found in INSTALL file very
strictly.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC