<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Lamar,<br>
<br>
thanks a lot for bothering with me<br>
<br>
here is my output <br>
<br>
[root@host ~]# ls -l /usr/lib64/mysql/libmysqlclient*<br>
-rw-r--r-- 1 root root 1837166 Nov  3 19:54
/usr/lib64/mysql/libmysqlclient.a<br>
-rw-r--r-- 1 root root 1855206 Nov  3 19:54
/usr/lib64/mysql/libmysqlclient_r.a<br>
lrwxrwxrwx 1 root root      26 Nov  8 14:44
/usr/lib64/mysql/libmysqlclient_r.so -> libmysqlclient_r.so.15.0.0<br>
lrwxrwxrwx 1 root root      26 Feb 12 19:01
/usr/lib64/mysql/libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0<br>
-rwxr-xr-x 1 root root 1517784 Nov  3 19:54
/usr/lib64/mysql/libmysqlclient_r.so.15.0.0<br>
lrwxrwxrwx 1 root root      24 Nov  8 14:44
/usr/lib64/mysql/libmysqlclient.so -> libmysqlclient.so.15.0.0<br>
lrwxrwxrwx 1 root root      24 Feb 12 19:01
/usr/lib64/mysql/libmysqlclient.so.15 -> libmysqlclient.so.15.0.0<br>
-rwxr-xr-x 1 root root 1507344 Nov  3 19:54
/usr/lib64/mysql/libmysqlclient.so.15.0.0<br>
<br>
I have ran the <br>
<pre wrap="">yum reinstall mysql.x86_64</pre>
command but i still get the same error<br>
[root@host ~]# php -v<br>
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<br>
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<br>
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<br>
PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line
0<br>
The ionCube PHP Loader is disabled because of startup problems.<br>
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05)<br>
Copyright (c) 1997-2009 The PHP Group<br>
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies<br>
    with the ionCube PHP Loader v4.0.1, Copyright (c) 2002-2010, by
ionCube Ltd., and<br>
<br>
<br>
do you have skype or google talk.. i can give you access to the server
f you want to take a quick look<br>
<br>
thnaks<br>
<br>
<br>
<br>
Lamar Owen wrote:
<blockquote cite="mid:201102121916.19953.lowen@pari.edu" type="cite">
  <pre wrap="">On Saturday, February 12, 2011 07:03:59 pm Peter Ivanov wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">My mysql.so is about 50K .. is that nornal
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No; the ones here are three times that size:
[root@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@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
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
  </pre>
</blockquote>
<br>
</body>
</html>