php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1928 Error at compile time with Informix
Submitted: 1999-07-30 07:24 UTC Modified: 1999-08-28 15:15 UTC
From: lgallego at uvigo dot es Assigned: danny (profile)
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 1 OS: Linux RedHat 6.0
Private report: No CVE-ID: None
 [1999-07-30 07:24 UTC] lgallego at uvigo dot es
*Configure Line:
    ./configure --with-informix --with-apache=../apache_1.3.6 --enable-track-vars --with-config-file-path=/etc

  * Error from make output:
...
Making all in informix
make[2]: Entering directory `/home/temp/web/php-4.0b1/ext/informix'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM -I/home/temp/web/php-4.0b1/../apache_1.3.6/src/include -I/home/temp/web/php-4.0b1/../apache_1.3.6/src/os/unix    -I/opt/informix/incl/esql   -I../.. -I../../libzend    -g -O2 -g -I/opt/informix/incl/esql -c ifx.c
ifx.ec:130: config.h: No such file or directory
ifx.ec:141: php3_string.h: No such file or directory
ifx.ec:197: php3_list.h: No such file or directory
make[2]: *** [ifx.o] Error 1
make[2]: Leaving directory `/home/temp/web/php-4.0b1/ext/informix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/temp/web/php-4.0b1/ext'
make: *** [all-recursive] Error 1
ormix/incl/esql -c ifx.c

  With php-3.0.11, i compile, with the same options, without problems.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-28 15:15 UTC] danny at cvs dot php dot net
fixed in CVS and beta2.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 18:00:01 2026 UTC