Date: 09/18/00
- Next message: André Langhorst: "Re: [PHP-DEV] RE: [PHP] Function overloading bug?"
- Previous message: Steeve Lennmark: "[PHP-DEV] RE: [PHP] Function overloading bug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Robert <email protected>
Operating system: Red Hat Linux 6.2
PHP version: 4.0.2
PHP Bug Type: Apache related
Bug description: when AddModule mod_php4.c: Cannot remove module mod_php4.c: not found
Using the following config line:
./configure --enable-versioning --with-mysql=/usr/local/include/mysql --enable-track-vars --with-apxs
I installed libphp4.so AFTER installing libphp3.so (php3) and mod_php.so (php/fi/2).
Uncommenting:
LoadModule php4_module modules/libphp4.so
in the httpd.conf file allows httpd (Apache/1.3.12 Red-Hat-Secure/3.2 with suexec enabled) to restart fine, but uncommenting the next line:
AddModule mod_php4.c
crashes the httpd process when it tries to restart. No error data is available through stdout. Here is the error information from the Apache log:
[Mon Sep 18 17:45:13 2000] [notice] caught SIGTERM, shutting down
[Mon Sep 18 17:45:13 2000] [error] Cannot remove module mod_php4.c: not found in
module list
[Mon Sep 18 17:45:14 2000] [error] Cannot remove module mod_php4.c: not found in
module list
[Mon Sep 18 17:45:14 2000] [notice] Apache/1.3.12 (Unix) (Red Hat/Linux) PHP/3.
0.15 mod_perl/1.21 configured -- resuming normal operations
[Mon Sep 18 17:45:14 2000] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin
/suexec)
---The php.ini file is vanilla (straight from php.ini-dist).
Robert Peake MSIA Information Systems 9/18/00
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: André Langhorst: "Re: [PHP-DEV] RE: [PHP] Function overloading bug?"
- Previous message: Steeve Lennmark: "[PHP-DEV] RE: [PHP] Function overloading bug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

