Greetings Forum:
I am attempting to upgrade PHP 4.1.2 to PHP 4.3.1 on Linux 7.3 and am having problems.
The previous install was from an RPM - I am attempting to install from php-4.3.1.tar.gz (.configure, make, make install)
The php.ini is found in /etc and has the extensions directory set correctly, and that directory contains:
imap.so
ldap.so
mysql.so
pgsq.so
All seemed to go well until I restarted HTTPD and then got this message:
Starting httpd:
PHP Warning: Unknown(): imap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match in Unknown on line 0
PHP Warning: Unknown(): ldap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match in Unknown on line 0
PHP Warning: Unknown(): mysql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match in Unknown on line 0
PHP Warning: Unknown(): pgsql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match in Unknown on line 0
[ OK ]
Not sure what I have/not have done correctly?
Can I install from code rather than RPM over an older RPM install?
Is there something that I must do differently to show where to find the other files?
Any help much appreciated.
Thanks to all!