php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25182 linux+informix+php+apache configure error !!!
Submitted: 2003-08-20 20:48 UTC Modified: 2003-08-20 23:20 UTC
From: jkshin at naver dot com Assigned:
Status: Not a bug Package: Informix related
PHP Version: 4CVS-2003-08-20 OS: RedHat 8.0
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: jkshin at naver dot com
New email:
PHP Version: OS:

 

 [2003-08-20 20:48 UTC] jkshin at naver dot com
Description:
------------
RedHat 8.0 + ache_1.3.20 + php4-STABLE-200308202330 + informix7.3

1. apache configure
./configure --prefix=/usr/local/apache


2. php configure
/configure --with-config-file-path=/etc --with-informix=$INFORMIXDIR --with-apache=../apache_1.3.20 --enable-track-vars

3. php make (but error !!!)



Expected result:
----------------
[root@db php4-STABLE-200308202330]# make
gcc  -Iext/ctype/ -I/usr/local/php4-STABLE-200308202330/ext/ctype/ -DPHP_ATOM_INC -I/usr/local/php4-S
TABLE-200308202330/include -I/usr/local/php4-STABLE-200308202330/main -I/usr/local/php4-STABLE-200308
202330 -I/usr/local/php4-STABLE-200308202330/Zend -I/usr/local/php4-STABLE-200308202330/ext/xml/expat
  -I/usr/local/php4-STABLE-200308202330/TSRM  -g -O2  -c /usr/local/php4-STABLE-200308202330/ext/ctyp
e/ctype.c -o ext/ctype/ctype.o  && echo > ext/ctype/ctype.lo
/bin/sh /usr/local/php4-STABLE-200308202330/libtool --silent --preserve-dup-deps --mode=link gcc /opt
/informix/lib/esql/checkapi.o -o ext/informix/libphpifx.a
(if test -d /opt/informix; then \
   THREADLIB=POSIX /opt/informix/bin/esql -e -EDHAVE_IFX_IUS /usr/local/php4-STABLE-200308202330/ext/
informix/ifx.ec; mv ifx.c /usr/local/php4-STABLE-200308202330/ext/informix/ifx.c; \
 else \
   touch /usr/local/php4-STABLE-200308202330/ext/informix/ifx.c; \
 fi)

Invalid serial number.  Please consult your installation instructions.
mv: cannot stat `ifx.c': not search file or directory.
make: *** [/usr/local/php4-STABLE-200308202330/ext/informix/ifx.c] error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-20 21:20 UTC] sniper@php.net
You better read the installation instructions for informix,
obviously you haven't set the serial number correctly.
(configure/compile works fine for me using latest CVS)

 [2003-08-20 22:25 UTC] jkshin at naver dot com
i see.

thank you sniper@php.net
 [2003-08-20 22:40 UTC] sniper@php.net
User error -> bogus.

 [2003-08-20 23:20 UTC] jkshin at naver dot com
.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 06:01:28 2025 UTC