php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37365 apache2 cannot load libphp4.so
Submitted: 2006-05-08 13:47 UTC Modified: 2006-05-15 21:57 UTC
From: mluisfer at gmail dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.4.2 OS: tru64 v5.1A
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: mluisfer at gmail dot com
New email:
PHP Version: OS:

 

 [2006-05-08 13:47 UTC] mluisfer at gmail dot com
Description:
------------
I'm using 
apache2 2.0.58
IBM Informix CSDK Version 2.80, IBM Informix-ESQL Version 9.52.FC2

commands make and make install works fine, but when I want to statup the apache2 send the next message :

exception system: exiting due to internal error: exception dispatch or unwind stuck in infinite loop
exception system: exiting due to internal error: exception dispatch or unwind stuck in infinite loop
./apachectl: 326203 Abort - core dumped

The php cli binary (/usr/local/apache2/bin/php) generated by the make install works fine, I can run a php script with the following command "/usr/local/apache2/bin/php testifx.php", it has a single connection to informix database and make a sql.

is possible to mention that php libphp4.so works without the --with-informix option.


Actual result:
--------------
my configure options:


./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --disable-rpath --with-ndbm --with-yp --enable-ftp --enable-calendar --with-pear --enable-mbstring --with-zlib-dir=/usr/local/lib --with-informix=yes 

this is the apache2 log:
Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server: dlopen: libaio.so: symbol "aio_prefork" unresolved

compiled modules in php cli binary (php -m):
[PHP Modules]
calendar
ctype
dba
ftp
informix
mbstring
mysql
overload
pcre
posix
session
standard
tokenizer
xml
zlib



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-08 14:33 UTC] mluisfer at gmail dot com
using IBM Informix CSDK Version 2.90, IBM Informix-ESQL Version 2.90.FC4

the process to startup apache2 dont drop a core dump but hangs and need a ctrl-c o ctrl-z to kill the process. In the logs file send the same messages about symbol "aio_prefork" unresolved.
 [2006-05-15 21:57 UTC] tony2001@php.net
"aio_prefork" symbol and libaio.so have nothing to do with PHP.
Not PHP problem.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 15:01:36 2025 UTC