I have used Eayapache via cPanel WHM to rebuild Apache with PHP 5.4.7 (upgrading from 5.3.17)
All went well during the rebuild. However my error logs now show the following message :-
[Fri Sep 28 10:55:59 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Fri Sep 28 10:55:59 2012] [notice] Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_fcgid/2.3.6 configured -- resuming normal operations
PHP Warning: PHP Startup: SQLite: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
[Fri Sep 28 10:56:04 2012] [warn] [client xxx.xxx.xxx.xxx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Fri Sep 28 10:56:04 2012] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: index.php
PHP Warning: PHP Startup: SQLite: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
[Fri Sep 28 10:56:07 2012] [error] mod_fcgid: process /usr/local/cpanel/cgi-sys/php5(16507) exit(communication error), get unexpected signal 11
And of course my webapp now does not open.
From this I assume that sqlite is still set/compiled to use the previous version of PHP. Therefore I have tried to reinstall sqlite via cpanel but got a PHPIZE failed error message.
I tried reinstalling manually via yum ( yum reinstall sqlite ) but still no joy.
I orignally had the same problem with the memcache extension however simply reinstalling via cpanel recitified this.
Any idea how I can get my site working again?
edit delete flag
All went well during the rebuild. However my error logs now show the following message :-
[Fri Sep 28 10:55:59 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Fri Sep 28 10:55:59 2012] [notice] Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_fcgid/2.3.6 configured -- resuming normal operations
PHP Warning: PHP Startup: SQLite: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
[Fri Sep 28 10:56:04 2012] [warn] [client xxx.xxx.xxx.xxx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Fri Sep 28 10:56:04 2012] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: index.php
PHP Warning: PHP Startup: SQLite: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
[Fri Sep 28 10:56:07 2012] [error] mod_fcgid: process /usr/local/cpanel/cgi-sys/php5(16507) exit(communication error), get unexpected signal 11
And of course my webapp now does not open.
From this I assume that sqlite is still set/compiled to use the previous version of PHP. Therefore I have tried to reinstall sqlite via cpanel but got a PHPIZE failed error message.
I tried reinstalling manually via yum ( yum reinstall sqlite ) but still no joy.
I orignally had the same problem with the memcache extension however simply reinstalling via cpanel recitified this.
Any idea how I can get my site working again?
edit delete flag