[CentOS] CentOS 64 bit php 5.2 huge problem

Sun Feb 13 00:28:53 UTC 2011
Peter Ivanov <boksiora at gmail.com>

Hi Lamar,

thanks a lot for bothering with me

here is my output

[root at host ~]# ls -l /usr/lib64/mysql/libmysqlclient*
-rw-r--r-- 1 root root 1837166 Nov  3 19:54 
/usr/lib64/mysql/libmysqlclient.a
-rw-r--r-- 1 root root 1855206 Nov  3 19:54 
/usr/lib64/mysql/libmysqlclient_r.a
lrwxrwxrwx 1 root root      26 Nov  8 14:44 
/usr/lib64/mysql/libmysqlclient_r.so -> libmysqlclient_r.so.15.0.0
lrwxrwxrwx 1 root root      26 Feb 12 19:01 
/usr/lib64/mysql/libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
-rwxr-xr-x 1 root root 1517784 Nov  3 19:54 
/usr/lib64/mysql/libmysqlclient_r.so.15.0.0
lrwxrwxrwx 1 root root      24 Nov  8 14:44 
/usr/lib64/mysql/libmysqlclient.so -> libmysqlclient.so.15.0.0
lrwxrwxrwx 1 root root      24 Feb 12 19:01 
/usr/lib64/mysql/libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
-rwxr-xr-x 1 root root 1507344 Nov  3 19:54 
/usr/lib64/mysql/libmysqlclient.so.15.0.0

I have ran the

yum reinstall mysql.x86_64

command but i still get the same error
[root at host ~]# php -v
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.15: cannot open 
shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib64/php/modules/mysqli.so' - libmysqlclient.so.15: cannot open 
shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib64/php/modules/pdo_mysql.so' - libmysqlclient.so.15: cannot 
open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
     with the ionCube PHP Loader v4.0.1, Copyright (c) 2002-2010, by 
ionCube Ltd., and


do you have skype or google talk.. i can give you access to the server f 
you want to take a quick look

thnaks



Lamar Owen wrote:
> On Saturday, February 12, 2011 07:03:59 pm Peter Ivanov wrote:
>    
>> My mysql.so is about 50K .. is that nornal
>>      
>
> No; the ones here are three times that size:
> [root at localhost ~]# ls -l /usr/lib64/mysql/libmysqlclient*.so.15.0.0
> -rwxr-xr-x 1 root root 1517784 Nov  3 19:54 /usr/lib64/mysql/libmysqlclient_r.so.15.0.0
> -rwxr-xr-x 1 root root 1510224 Nov  3 19:54 /usr/lib64/mysql/libmysqlclient.so.15.0.0
> [root at localhost ~]#
>
> You need to 'yum reinstall mysql.x86_64' and that will get you all the files you need for that package, and the correct ones.  Just sending the one .so file isn't going to help your bigger issue.
>
> You may have other problems; that's why I recommend running an rpm -Va, pipe the output to a file, and if you get similar verification errors reinstall the effected packages with yum reinstall.
>
> Don't send the output of rpm -Va to the list, however, as it's likely to be large.
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>    

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110213/a28368e8/attachment-0003.html>