php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30251 Unable to compile PHP5 with Apache 1.3.31 and Informix SDK 2.40 rpm
Submitted: 2004-09-27 10:50 UTC Modified: 2004-09-27 20:21 UTC
From: lee_pedley at moot dot to Assigned:
Status: Not a bug Package: Informix related
PHP Version: 5.0.1 OS: Redhat 9
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: lee_pedley at moot dot to
New email:
PHP Version: OS:

 

 [2004-09-27 10:50 UTC] lee_pedley at moot dot to
Description:
------------
Trying to compile PHP 5.01 with Apache 1.3.31 and Informix SDK 2.40 rpm and mysql 4.0.21.

I am running the following configure script:-

./configure --with-mysql=/usr/local/mysql --with-informix=/opt/informix --with-memory-limit --with-apache=../apache_1.3.31 --with-gd --with-zlib --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib

The above configure works fine with no error messages reported, however when running make I get an error message make: *** [sapi/cli/php] Error 1, and at this point it bombs out.


Reproduce code:
---------------
./configure --with-mysql=/usr/local/mysql --with-informix=/opt/informix --with-memory-limit --with-apache=../apache_1.3.31 --with-gd --with-zlib --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib


Actual result:
--------------
/opt/informix/lib/esql/libifos.so: the use of `mktemp' is dangerous, better use `mkstemp'
/opt/informix/lib/libifasf.so: undefined reference to `__ctype_b'
/opt/informix/lib/esql/libifos.so: undefined reference to `__ctype_toupper'
/opt/informix/lib/libifasf.so: undefined reference to `__ctype_tolower'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-27 16:23 UTC] lee_pedley at moot dot to
Have found that this bug is not related to PHP, but is a compatibility issue with Redhat Linux 9 and Informix.
 [2004-09-27 20:21 UTC] derick@php.net
No bug in PHP -> bogus.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 06:01:28 2025 UTC