ID: 30251 Comment by: ken at pixelcapture dot co dot uk Reported By: lee_pedley at moot dot to Status: Bogus Bug Type: Informix related Operating System: Redhat 9 PHP Version: 5.0.1 New Comment:
im reading a book which sayss to configure php to work with apache i should locate the #LoadModule ssl_module modules/mod_ssl.so the book uses apache 1.3.29 and im using apache 1.3.31 there is nothing like #LoadModule ssl_module modules/mod_ssl.so in the httpd.conf file. ive come to a dead end Previous Comments: ------------------------------------------------------------------------ [2004-09-27 20:21:44] [EMAIL PROTECTED] No bug in PHP -> bogus. ------------------------------------------------------------------------ [2004-09-27 16:23:04] 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 10:50:07] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30251&edit=1