PHP Warning after upgrading from PHP 5.2.1 to 5.3.1 on CentOS
Hello,
I just upgraded from PHP 5.2.1 to PHP 5.3.1
I am getting the following warning afterI run php-v:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/dbase.so' - /usr/lib64/php/modules/dbase.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: mhash: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
PHP 5.3.1 (cli) (built: Nov 20 2009 18:18:28)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
I think my problem has to do with not all of my libraries are x86_64
[root@Jaybird ~]# yum list installed | grep php
php.i386 5.2.12-1.el5.art installed
php.x86_64 5.3.1-1.el5.remi installed
php-cli.i386 5.2.12-1.el5.art installed
php-cli.x86_64 5.3.1-1.el5.remi installed
php-common.i386 5.2.12-1.el5.art installed
php-common.x86_64 5.3.1-1.el5.remi installed
php-devel.x86_64 5.3.1-1.el5.remi installed
php-eaccelerator.x86_64 1:5.2.12_0.9.5.3-5.el5.art installed
php-gd.x86_64 5.3.1-1.el5.remi installed
php-imap.x86_64 5.3.1-1.el5.remi installed
php-ldap.x86_64 5.3.1-1.el5.remi installed
php-mbstring.x86_64 5.3.1-1.el5.remi installed
php-mcrypt.x86_64 5.3.1-1.el5.remi installed
php-mhash.x86_64 5.2.12-1.el5.art installed
php-mssql.x86_64 5.3.1-1.el5.remi installed
php-mysql.x86_64 5.3.1-1.el5.remi installed
php-odbc.x86_64 5.3.1-1.el5.remi installed
php-pdo.x86_64 5.3.1-1.el5.remi installed
php-pear.noarch 1:1.9.0-1.el5.remi installed
php-snmp.x86_64 5.3.1-1.el5.remi installed
php-soap.x86_64 5.3.1-1.el5.remi installed
php-tidy.x86_64 5.3.1-1.el5.remi installed
php-xml.x86_64 5.3.1-1.el5.remi installed
php-xmlrpc.x86_64 5.3.1-1.el5.remi installed
phpmyadmin.noarch 2.11.9.6-1.el5.rf installed
I think I need to remove to .i386 files but I am not sure how to do that safely.
Any help would be greatly appreciated.
Thanks,
Rossie
|