Hello,
i am getting the following error in CentOS 64 bit with php 5.2
I cant get mysql functionality running and the ioncube loader
Please help, i am very desperate
Here is my output:
[root@host ~]# php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex 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 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. [root@host ~]#
On 02/12/2011 03:19 PM, Peter Ivanov wrote:
Hello,
i am getting the following error in CentOS 64 bit with php 5.2
I cant get mysql functionality running and the ioncube loader
Please help, i am very desperate
Here is my output:
[root@host ~]# php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex 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 '' - 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 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. [root@host ~]#
Looks like you need to install whatever will provides libmysqlclient.so.15 64bit and/or the so modules in /usr/lib64/php/modules/ are missing.
Make sure you have the following x86_64 packages installed:
mysql-5.0.77-4.el5_5.3.x86_64 php-mysql-5.1.6-27.el5_5.3.x86_64
Hi,
thanks for your fast reply.
I have all the modules in
/use/lib64/php/modules/
But they wont load
Also i have all needed php packages,
[root@host ~]# rpm -qa |grep php php-odbc-5.2.10-1.el5.centos php-mbstring-5.2.10-1.el5.centos php-cli-5.2.10-1.el5.centos php-xmlrpc-5.2.10-1.el5.centos php-5.2.10-1.el5.centos php-pgsql-5.2.10-1.el5.centos php-xml-5.2.10-1.el5.centos php-pear-1.8.1-2.el5.centos php-common-5.2.10-1.el5.centos php-mcrypt-5.2.9-2.el5.centos.3 php-snmp-5.2.10-1.el5.centos php-gd-5.2.10-1.el5.centos php-pdo-5.2.10-1.el5.centos php-imap-5.2.10-1.el5.centos wbm-php-pear-1.5-1 php-mysql-5.2.10-1.el5.centos php-devel-5.2.10-1.el5.centos
ALso my dir in php.ini is
extension_dir = "/usr/lib64/php/modules"
Johnny Hughes wrote:
On 02/12/2011 03:19 PM, Peter Ivanov wrote:
Hello,
i am getting the following error in CentOS 64 bit with php 5.2
I cant get mysql functionality running and the ioncube loader
Please help, i am very desperate
Here is my output:
[root@host ~]# php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex 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 '' - 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 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. [root@host ~]#
Looks like you need to install whatever will provides libmysqlclient.so.15 64bit and/or the so modules in /usr/lib64/php/modules/ are missing.
Make sure you have the following x86_64 packages installed:
mysql-5.0.77-4.el5_5.3.x86_64 php-mysql-5.1.6-27.el5_5.3.x86_64
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Am 12.02.2011 22:37, schrieb Peter Ivanov:
Hi,
No top-posting please.
thanks for your fast reply.
And you did not really read Johnny's reply ...
I have all the modules in
/use/lib64/php/modules/
... and neither the error messages.
But they wont load
Also i have all needed php packages,
[root@host ~]# rpm -qa |grep php php-odbc-5.2.10-1.el5.centos php-mbstring-5.2.10-1.el5.centos php-cli-5.2.10-1.el5.centos php-xmlrpc-5.2.10-1.el5.centos php-5.2.10-1.el5.centos php-pgsql-5.2.10-1.el5.centos php-xml-5.2.10-1.el5.centos php-pear-1.8.1-2.el5.centos php-common-5.2.10-1.el5.centos php-mcrypt-5.2.9-2.el5.centos.3 php-snmp-5.2.10-1.el5.centos php-gd-5.2.10-1.el5.centos php-pdo-5.2.10-1.el5.centos php-imap-5.2.10-1.el5.centos wbm-php-pear-1.5-1 php-mysql-5.2.10-1.el5.centos php-devel-5.2.10-1.el5.centos
PHP is complaining about the missing libmysqlclient.so.15. I wonder how you managed to install php-mysql without fulfilling the dependency.
yum provides */libmysqlclient.so.15
Alexander
Hi Alex,
thnaks for the reply.
here is my output
[root@host ~]# yum provides */libmysqlclient.so.15 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * 5jpackage-generic: jpackage.netmindz.net * addons: mirror.science.uottawa.ca * base: centos.mirror.iweb.ca * extras: centos.mirror.iweb.ca * jpackage-generic: jpackage.netmindz.net * updates: centos.mirror.iweb.ca Reducing CentOS-5 Testing to included packages only Finished 5jpackage-generic/filelists_db | 2.7 MB 00:01 addons/filelists | 197 B 00:00 base/filelists_db | 4.0 MB 00:00 c5-testing/filelists_db | 3.2 MB 00:01 extras/filelists_db | 225 kB 00:00 jpackage-generic/filelists_db | 1.8 MB 00:01 updates/filelists_db | 3.9 MB 00:00 virtualmin/filelists | 97 kB 00:01 virtualmin-universal/filelists | 887 kB 00:01 mysql-5.0.77-4.el5_4.2.x86_64 : MySQL client programs and shared libraries Repo : base Matched from: Filename : /usr/lib64/mysql/libmysqlclient.so.15
mysql-5.0.77-4.el5_4.2.i386 : MySQL client programs and shared libraries Repo : base Matched from: Filename : /usr/lib/mysql/libmysqlclient.so.15
mysql-5.0.77-4.el5_5.3.i386 : MySQL client programs and shared libraries Repo : updates Matched from: Filename : /usr/lib/mysql/libmysqlclient.so.15
mysql-5.0.77-4.el5_5.4.x86_64 : MySQL client programs and shared libraries Repo : updates Matched from: Filename : /usr/lib64/mysql/libmysqlclient.so.15
mysql-5.0.77-4.el5_5.3.x86_64 : MySQL client programs and shared libraries Repo : updates Matched from: Filename : /usr/lib64/mysql/libmysqlclient.so.15
mysql-5.0.77-4.el5_5.4.i386 : MySQL client programs and shared libraries Repo : updates Matched from: Filename : /usr/lib/mysql/libmysqlclient.so.15
mysql-5.0.77-4.el5_5.4.x86_64 : MySQL client programs and shared libraries. Repo : installed Matched from: Filename : /usr/lib64/mysql/libmysqlclient.so.15
mysql-5.0.77-4.el5_5.4.i386 : MySQL client programs and shared libraries. Repo : installed Matched from: Filename : /usr/lib/mysql/libmysqlclient.so.15
[root@host ~]#
The file
libmysqlclient.so.15
exist but for some reason PHP wont load it
Alexander Dalloz wrote:
Am 12.02.2011 22:37, schrieb Peter Ivanov:
Hi,
No top-posting please.
thanks for your fast reply.
And you did not really read Johnny's reply ...
I have all the modules in
/use/lib64/php/modules/
... and neither the error messages.
But they wont load
Also i have all needed php packages,
[root@host ~]# rpm -qa |grep php php-odbc-5.2.10-1.el5.centos php-mbstring-5.2.10-1.el5.centos php-cli-5.2.10-1.el5.centos php-xmlrpc-5.2.10-1.el5.centos php-5.2.10-1.el5.centos php-pgsql-5.2.10-1.el5.centos php-xml-5.2.10-1.el5.centos php-pear-1.8.1-2.el5.centos php-common-5.2.10-1.el5.centos php-mcrypt-5.2.9-2.el5.centos.3 php-snmp-5.2.10-1.el5.centos php-gd-5.2.10-1.el5.centos php-pdo-5.2.10-1.el5.centos php-imap-5.2.10-1.el5.centos wbm-php-pear-1.5-1 php-mysql-5.2.10-1.el5.centos php-devel-5.2.10-1.el5.centos
PHP is complaining about the missing libmysqlclient.so.15. I wonder how you managed to install php-mysql without fulfilling the dependency.
yum provides */libmysqlclient.so.15
Alexander
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed.
Is this on a real machine or a VPS with one of those stb type kernels?
Did this ever work or is this a new install?
On 02/12/2011 04:13 PM, Johnny Hughes wrote:
I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed.
Is this on a real machine or a VPS with one of those stb type kernels?
Did this ever work or is this a new install?
wbm-php-pear-1.5-1 <=== That is not part of CentOS
This is Webmin,
i use webmin with centos
Johnny Hughes wrote:
On 02/12/2011 04:13 PM, Johnny Hughes wrote:
I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed.
Is this on a real machine or a VPS with one of those stb type kernels?
Did this ever work or is this a new install?
wbm-php-pear-1.5-1<=== That is not part of CentOS
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Any other sites on this server using php WITHOUT mysql are working
Johnny Hughes wrote:
On 02/12/2011 04:13 PM, Johnny Hughes wrote:
I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed.
Is this on a real machine or a VPS with one of those stb type kernels?
Did this ever work or is this a new install?
wbm-php-pear-1.5-1<=== That is not part of CentOS
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
HI,
this is a real machine and hew sites are down at the moment because of this.
the server worked, but suddenly mysql connectivity dissapeared.
when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect()
the php version was 5.1 (10 mins ago)
now i upgraded to php 5.2 but the problem stays
Johnny Hughes wrote:
I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed.
Is this on a real machine or a VPS with one of those stb type kernels?
Did this ever work or is this a new install?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote:
the server worked, but suddenly mysql connectivity dissapeared.
when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect()
Can you connect with the command line mysqlclient?
Something fishy is going on; something has changed in your setup, either in the mysql setup or in php.ini.
Googling the error message produces 126,000 hits (WITH quotes!). Lots of possibilities.
HI Lamar,
thanks for the reply.
I can connect with the
mysqlclient
Lamar Owen wrote:
On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote:
the server worked, but suddenly mysql connectivity dissapeared.
when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect()
Can you connect with the command line mysqlclient?
Something fishy is going on; something has changed in your setup, either in the mysql setup or in php.ini.
Googling the error message produces 126,000 hits (WITH quotes!). Lots of possibilities.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi Lamar,
here they are
[root@host ~]# yum list | grep ^mysql
mysql.i386 5.0.77-4.el5_5.4 installed mysql.x86_64 5.0.77-4.el5_5.4 installed mysql-devel.i386 5.0.77-4.el5_5.4 installed mysql-devel.x86_64 5.0.77-4.el5_5.4 installed mysql-server.x86_64 5.0.77-4.el5_5.4 installed mysql-bench.x86_64 5.0.77-4.el5_5.4 updates mysql-connector-java.noarch 1:5.0.8-4.jpp5 5jpackage-generic mysql-connector-java-javadoc.noarch 1:5.0.8-4.jpp5 5jpackage-generic mysql-connector-odbc.x86_64 3.51.26r1127-1.el5 base mysql-test.x86_64 5.0.77-4.el5_5.4 updates [root@host ~]#
.............
[root@host ~]# rpm -V mysql S.5..... c /etc/my.cnf prelink: /usr/bin/my_print_defaults: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/my_print_defaults prelink: /usr/bin/mysql: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysql prelink: /usr/bin/mysql_waitpid: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysql_waitpid prelink: /usr/bin/mysqladmin: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysqladmin prelink: /usr/bin/mysqlbinlog: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysqlbinlog prelink: /usr/bin/mysqlcheck: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysqlcheck prelink: /usr/bin/mysqldump: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysqldump prelink: /usr/bin/mysqlimport: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysqlimport prelink: /usr/bin/mysqlshow: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/mysqlshow prelink: /usr/lib64/mysql/libmysqlclient.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient.so.15.0.0 prelink: /usr/lib64/mysql/libmysqlclient_r.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 S.5..... c /etc/my.cnf
................
[root@host ~]# rpm -ql mysql /etc/ld.so.conf.d/mysql-x86_64.conf /etc/my.cnf /usr/bin/msql2mysql /usr/bin/my_print_defaults /usr/bin/mysql /usr/bin/mysql_config /usr/bin/mysql_find_rows /usr/bin/mysql_tableinfo /usr/bin/mysql_waitpid /usr/bin/mysqlaccess /usr/bin/mysqladmin /usr/bin/mysqlbinlog /usr/bin/mysqlcheck /usr/bin/mysqldump /usr/bin/mysqlimport /usr/bin/mysqlshow /usr/lib64/mysql /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/mysql/libmysqlclient.so.15.0.0 /usr/lib64/mysql/libmysqlclient_r.so.15 /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 /usr/lib64/mysql/mysql_config /usr/lib64/mysql/mysqlbug /usr/share/doc/mysql-5.0.77 /usr/share/doc/mysql-5.0.77/COPYING /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT /usr/share/doc/mysql-5.0.77/README /usr/share/info/mysql.info.gz /usr/share/man/man1/my_print_defaults.1.gz /usr/share/man/man1/mysql.1.gz /usr/share/man/man1/mysql_config.1.gz /usr/share/man/man1/mysql_find_rows.1.gz /usr/share/man/man1/mysql_tableinfo.1.gz /usr/share/man/man1/mysql_waitpid.1.gz /usr/share/man/man1/mysqlaccess.1.gz /usr/share/man/man1/mysqladmin.1.gz /usr/share/man/man1/mysqldump.1.gz /usr/share/man/man1/mysqlshow.1.gz /usr/share/mysql /usr/share/mysql/charsets /usr/share/mysql/charsets/Index.xml /usr/share/mysql/charsets/README /usr/share/mysql/charsets/armscii8.xml /usr/share/mysql/charsets/ascii.xml /usr/share/mysql/charsets/cp1250.xml /usr/share/mysql/charsets/cp1251.xml /usr/share/mysql/charsets/cp1256.xml /usr/share/mysql/charsets/cp1257.xml /usr/share/mysql/charsets/cp850.xml /usr/share/mysql/charsets/cp852.xml /usr/share/mysql/charsets/cp866.xml /usr/share/mysql/charsets/dec8.xml /usr/share/mysql/charsets/geostd8.xml /usr/share/mysql/charsets/greek.xml /usr/share/mysql/charsets/hebrew.xml /usr/share/mysql/charsets/hp8.xml /usr/share/mysql/charsets/keybcs2.xml /usr/share/mysql/charsets/koi8r.xml /usr/share/mysql/charsets/koi8u.xml /usr/share/mysql/charsets/latin1.xml /usr/share/mysql/charsets/latin2.xml /usr/share/mysql/charsets/latin5.xml /usr/share/mysql/charsets/latin7.xml /usr/share/mysql/charsets/macce.xml /usr/share/mysql/charsets/macroman.xml /usr/share/mysql/charsets/swe7.xml /usr/share/mysql/czech /usr/share/mysql/czech/errmsg.sys /usr/share/mysql/danish /usr/share/mysql/danish/errmsg.sys /usr/share/mysql/dutch /usr/share/mysql/dutch/errmsg.sys /usr/share/mysql/english /usr/share/mysql/english/errmsg.sys /usr/share/mysql/estonian /usr/share/mysql/estonian/errmsg.sys /usr/share/mysql/french /usr/share/mysql/french/errmsg.sys /usr/share/mysql/german /usr/share/mysql/german/errmsg.sys /usr/share/mysql/greek /usr/share/mysql/greek/errmsg.sys /usr/share/mysql/hungarian /usr/share/mysql/hungarian/errmsg.sys /usr/share/mysql/italian /usr/share/mysql/italian/errmsg.sys /usr/share/mysql/japanese /usr/share/mysql/japanese/errmsg.sys /usr/share/mysql/korean /usr/share/mysql/korean/errmsg.sys /usr/share/mysql/norwegian /usr/share/mysql/norwegian-ny /usr/share/mysql/norwegian-ny/errmsg.sys /usr/share/mysql/norwegian/errmsg.sys /usr/share/mysql/polish /usr/share/mysql/polish/errmsg.sys /usr/share/mysql/portuguese /usr/share/mysql/portuguese/errmsg.sys /usr/share/mysql/romanian /usr/share/mysql/romanian/errmsg.sys /usr/share/mysql/russian /usr/share/mysql/russian/errmsg.sys /usr/share/mysql/serbian /usr/share/mysql/serbian/errmsg.sys /usr/share/mysql/slovak /usr/share/mysql/slovak/errmsg.sys /usr/share/mysql/spanish /usr/share/mysql/spanish/errmsg.sys /usr/share/mysql/swedish /usr/share/mysql/swedish/errmsg.sys /usr/share/mysql/ukrainian /usr/share/mysql/ukrainian/errmsg.sys /etc/ld.so.conf.d/mysql-i386.conf /etc/my.cnf /usr/bin/msql2mysql /usr/bin/my_print_defaults /usr/bin/mysql /usr/bin/mysql_config /usr/bin/mysql_find_rows /usr/bin/mysql_tableinfo /usr/bin/mysql_waitpid /usr/bin/mysqlaccess /usr/bin/mysqladmin /usr/bin/mysqlbinlog /usr/bin/mysqlcheck /usr/bin/mysqldump /usr/bin/mysqlimport /usr/bin/mysqlshow /usr/lib/mysql /usr/lib/mysql/libmysqlclient.so.15 /usr/lib/mysql/libmysqlclient.so.15.0.0 /usr/lib/mysql/libmysqlclient_r.so.15 /usr/lib/mysql/libmysqlclient_r.so.15.0.0 /usr/lib/mysql/mysql_config /usr/lib/mysql/mysqlbug /usr/share/doc/mysql-5.0.77 /usr/share/doc/mysql-5.0.77/COPYING /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT /usr/share/doc/mysql-5.0.77/README /usr/share/info/mysql.info.gz /usr/share/man/man1/my_print_defaults.1.gz /usr/share/man/man1/mysql.1.gz /usr/share/man/man1/mysql_config.1.gz /usr/share/man/man1/mysql_find_rows.1.gz /usr/share/man/man1/mysql_tableinfo.1.gz /usr/share/man/man1/mysql_waitpid.1.gz /usr/share/man/man1/mysqlaccess.1.gz /usr/share/man/man1/mysqladmin.1.gz /usr/share/man/man1/mysqldump.1.gz /usr/share/man/man1/mysqlshow.1.gz /usr/share/mysql /usr/share/mysql/charsets /usr/share/mysql/charsets/Index.xml /usr/share/mysql/charsets/README /usr/share/mysql/charsets/armscii8.xml /usr/share/mysql/charsets/ascii.xml /usr/share/mysql/charsets/cp1250.xml /usr/share/mysql/charsets/cp1251.xml /usr/share/mysql/charsets/cp1256.xml /usr/share/mysql/charsets/cp1257.xml /usr/share/mysql/charsets/cp850.xml /usr/share/mysql/charsets/cp852.xml /usr/share/mysql/charsets/cp866.xml /usr/share/mysql/charsets/dec8.xml /usr/share/mysql/charsets/geostd8.xml /usr/share/mysql/charsets/greek.xml /usr/share/mysql/charsets/hebrew.xml /usr/share/mysql/charsets/hp8.xml /usr/share/mysql/charsets/keybcs2.xml /usr/share/mysql/charsets/koi8r.xml /usr/share/mysql/charsets/koi8u.xml /usr/share/mysql/charsets/latin1.xml /usr/share/mysql/charsets/latin2.xml /usr/share/mysql/charsets/latin5.xml /usr/share/mysql/charsets/latin7.xml /usr/share/mysql/charsets/macce.xml /usr/share/mysql/charsets/macroman.xml /usr/share/mysql/charsets/swe7.xml /usr/share/mysql/czech /usr/share/mysql/czech/errmsg.sys /usr/share/mysql/danish /usr/share/mysql/danish/errmsg.sys /usr/share/mysql/dutch /usr/share/mysql/dutch/errmsg.sys /usr/share/mysql/english /usr/share/mysql/english/errmsg.sys /usr/share/mysql/estonian /usr/share/mysql/estonian/errmsg.sys /usr/share/mysql/french /usr/share/mysql/french/errmsg.sys /usr/share/mysql/german /usr/share/mysql/german/errmsg.sys /usr/share/mysql/greek /usr/share/mysql/greek/errmsg.sys /usr/share/mysql/hungarian /usr/share/mysql/hungarian/errmsg.sys /usr/share/mysql/italian /usr/share/mysql/italian/errmsg.sys /usr/share/mysql/japanese /usr/share/mysql/japanese/errmsg.sys /usr/share/mysql/korean /usr/share/mysql/korean/errmsg.sys /usr/share/mysql/norwegian /usr/share/mysql/norwegian-ny /usr/share/mysql/norwegian-ny/errmsg.sys /usr/share/mysql/norwegian/errmsg.sys /usr/share/mysql/polish /usr/share/mysql/polish/errmsg.sys /usr/share/mysql/portuguese /usr/share/mysql/portuguese/errmsg.sys /usr/share/mysql/romanian /usr/share/mysql/romanian/errmsg.sys /usr/share/mysql/russian /usr/share/mysql/russian/errmsg.sys /usr/share/mysql/serbian /usr/share/mysql/serbian/errmsg.sys /usr/share/mysql/slovak /usr/share/mysql/slovak/errmsg.sys /usr/share/mysql/spanish /usr/share/mysql/spanish/errmsg.sys /usr/share/mysql/swedish /usr/share/mysql/swedish/errmsg.sys /usr/share/mysql/ukrainian /usr/share/mysql/ukrainian/errmsg.sys
Thnaks for helping me.
I hope this gives a clue
Lamar Owen wrote:
On Saturday, February 12, 2011 05:37:00 pm Peter Ivanov wrote:
HI Lamar,
thanks for the reply.
I can connect with the
mysqlclient
Can you post the output of yum list | grep ^mysql please?
And the output of rpm -V mysql
And the output of rpm -ql mysql please? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote:
Hi Lamar,
here they are
[root@host ~]# rpm -V mysql S.5..... c /etc/my.cnf prelink: /usr/bin/my_print_defaults: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/my_print_defaults
[snip]
prelink: /usr/lib64/mysql/libmysqlclient.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient.so.15.0.0 prelink: /usr/lib64/mysql/libmysqlclient_r.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 S.5..... c /etc/my.cnf
I hope this gives a clue
It looks like your mysql installation has been corrupted in some way; the ? indicates that the process could not complete for some reason (and that's in the MD5 section), and the S means the size differs. I ran this on a server I have access to, and no such lines were output.
You will want to 'ls -l /isr/lib64/mysql/libmysql*' and check permissions and sizes. My gut feel is that the size will turn out to be zero, or something really odd.
You can try 'yum reinstall mysql.x86_64' to refresh it.
I would do an 'rpm -Va' on the box and see what else is corrupted, and run (from read-only media) a copy of something like rkhunter or checkrootkit. You may have an intruder on your system.
Also, here are the md5sums from my setup, of just the x86_64 mysql rpm, which is the same version as yours. You can run the command line at the top for yourself, and hand-compare the md5sums.... ++++++++++++++++++++++++ [root@localhost ~]# rpm -ql mysql|xargs md5sum ac3aebcaf6963ab83a099706d0d512f4 /etc/ld.so.conf.d/mysql-x86_64.conf 740258c758e3ef283d2fd5f862bc9e4c /etc/my.cnf 52bcda45f35ffb42a7e032eea9b5655f /usr/bin/msql2mysql b4e80dabbbcd3cad7c88e1337872f435 /usr/bin/my_print_defaults 8405d6d62b45c6645a0a529540c7cfdb /usr/bin/mysql 17b56ddc4639ad47ae48ff2176dab909 /usr/bin/mysql_config b4ef945be869bc738711bdc18bc48f14 /usr/bin/mysql_find_rows eac07b461dd7dfa0eea248d2d08e3da0 /usr/bin/mysql_tableinfo 3c99880d7c4080dacafbec32256b1042 /usr/bin/mysql_waitpid 0afee772423c6d3840726ee8d095d6c6 /usr/bin/mysqlaccess 523e7f51f86d561795dc3626f3cb2bc5 /usr/bin/mysqladmin b47aae44ccc50d67fcdd4ccb482bdb5e /usr/bin/mysqlbinlog 4960f633d8dd1cc9fa7a72b8ae6dfbf7 /usr/bin/mysqlcheck c84e1610e673484c6c819a78b456db49 /usr/bin/mysqldump 250047b2132a66d7a85950980a2f3e33 /usr/bin/mysqlimport 3a41a101b17997bb89089ba8b52a4700 /usr/bin/mysqlshow md5sum: /usr/lib64/mysql: Is a directory e6a5df475ce7bbdf12b6aeab7657b12b /usr/lib64/mysql/libmysqlclient.so.15 e6a5df475ce7bbdf12b6aeab7657b12b /usr/lib64/mysql/libmysqlclient.so.15.0.0 d28d5ea0c03dc17bde8981ec404551ce /usr/lib64/mysql/libmysqlclient_r.so.15 d28d5ea0c03dc17bde8981ec404551ce /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 b657ace1e8d098faf73ce1238cc596e2 /usr/lib64/mysql/mysql_config 26d217110de4bf0620d76084935e0a25 /usr/lib64/mysql/mysqlbug md5sum: /usr/share/doc/mysql-5.0.77: Is a directory 477ab0a4c8ca64b482b3f2a365d0fdfa /usr/share/doc/mysql-5.0.77/COPYING d9ad42b427ace53cb3e752092b040c59 /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT f042efae8bc01e77901896b6e94843f3 /usr/share/doc/mysql-5.0.77/README ca0fafe8b95c20b3e69b63e51c32c0ad /usr/share/info/mysql.info.gz cc76b6ecb25e7d82d06dc735b5ad82b4 /usr/share/man/man1/my_print_defaults.1.gz da118d1aab5e886c031cc032d71f54ea /usr/share/man/man1/mysql.1.gz 9c31872658e1567cdc999ca282243328 /usr/share/man/man1/mysql_config.1.gz 4d32b2a0280a0306da16b32e273cf56a /usr/share/man/man1/mysql_find_rows.1.gz 0171df50c4b0c760457782fd3818abf8 /usr/share/man/man1/mysql_tableinfo.1.gz 1ed1c10ec19551ab2a28ecf09118c389 /usr/share/man/man1/mysql_waitpid.1.gz 1615660ea4d184e210e15b8584816d54 /usr/share/man/man1/mysqlaccess.1.gz 1bdc7a0175bcc3a3540d1725a159bed7 /usr/share/man/man1/mysqladmin.1.gz ecd3526b77032defc84b26aa85f901c7 /usr/share/man/man1/mysqldump.1.gz 29d81f551a60f283b0ee9a41c8456ec9 /usr/share/man/man1/mysqlshow.1.gz md5sum: /usr/share/mysql: Is a directory md5sum: /usr/share/mysql/charsets: Is a directory 5efa1112115331425740e789d2b4f77e /usr/share/mysql/charsets/Index.xml c17e32bb326c2ea2c39d064219605b15 /usr/share/mysql/charsets/README b8d6f26e44e815ed164fe7ada537c7e9 /usr/share/mysql/charsets/armscii8.xml 381d926414521380a8cb490f0cda4f15 /usr/share/mysql/charsets/ascii.xml 1559a8a48cf98797db00833ada133e90 /usr/share/mysql/charsets/cp1250.xml 71c729b0689a5cbf3169528542c1a192 /usr/share/mysql/charsets/cp1251.xml 91a747ddefc0705f9cf187ef7aebedbf /usr/share/mysql/charsets/cp1256.xml 2d39aa0a3afd5c4373360c5affd09de6 /usr/share/mysql/charsets/cp1257.xml f82f1f41704c4715c2fe3d90f27712ec /usr/share/mysql/charsets/cp850.xml e3a297db9dee58cdccc53f0f33a705d6 /usr/share/mysql/charsets/cp852.xml e6fa1450652d8cea162a480b486b8a17 /usr/share/mysql/charsets/cp866.xml dd31812ea0df98e082e6695ab9524c64 /usr/share/mysql/charsets/dec8.xml ba4b6cfef55e334ca951e089068321ba /usr/share/mysql/charsets/geostd8.xml 43784535eb3e5c2d6481dcd16d0931f1 /usr/share/mysql/charsets/greek.xml 39fceb7330311441c5b4d4d6c77501eb /usr/share/mysql/charsets/hebrew.xml 8fc7fe06c3566bf5e3d6a17b404b5b17 /usr/share/mysql/charsets/hp8.xml 4a03d1982389f176f72df5ce54c5b6ff /usr/share/mysql/charsets/keybcs2.xml 196f36dd3ef90c5e4beabb2ebf5ef8ee /usr/share/mysql/charsets/koi8r.xml fe1619b5f70a191f9591fcaf6f6d7811 /usr/share/mysql/charsets/koi8u.xml ace04e7f96d7f9cc708bb29a8bdf7c96 /usr/share/mysql/charsets/latin1.xml 1b3d66db05887a77750ead396620c769 /usr/share/mysql/charsets/latin2.xml d5a0965c5cb697906b5090a1140b8d45 /usr/share/mysql/charsets/latin5.xml fd9d63a219f19cfb61c558aadf59521b /usr/share/mysql/charsets/latin7.xml 5e84207fbd7c1d4cf5815473ffc9e123 /usr/share/mysql/charsets/macce.xml 7091b5d8e7e195ed9dad61e7ab3b073d /usr/share/mysql/charsets/macroman.xml bbd792e26f054350bc39469848350962 /usr/share/mysql/charsets/swe7.xml md5sum: /usr/share/mysql/czech: Is a directory 2c3d55073d5d3cc8f429b68ccea61c19 /usr/share/mysql/czech/errmsg.sys md5sum: /usr/share/mysql/danish: Is a directory c76b6ceacad7c0c1f86f4b76b91bb7ac /usr/share/mysql/danish/errmsg.sys md5sum: /usr/share/mysql/dutch: Is a directory 9f4d61ad4a34e97df2348bf62c284134 /usr/share/mysql/dutch/errmsg.sys md5sum: /usr/share/mysql/english: Is a directory 19e12c5cb1c97877d026d38fa074826b /usr/share/mysql/english/errmsg.sys md5sum: /usr/share/mysql/estonian: Is a directory c48de1746d11cc9d509301b19aa9f484 /usr/share/mysql/estonian/errmsg.sys md5sum: /usr/share/mysql/french: Is a directory f384cd144d412d5293d400e2c45488c1 /usr/share/mysql/french/errmsg.sys md5sum: /usr/share/mysql/german: Is a directory 653abc21d8da809c1e59e922ff5f170c /usr/share/mysql/german/errmsg.sys md5sum: /usr/share/mysql/greek: Is a directory 090eb385018ea3560bd3befd9538d0c1 /usr/share/mysql/greek/errmsg.sys md5sum: /usr/share/mysql/hungarian: Is a directory 6e64029a1ee1c0c56e9640e096dce6c3 /usr/share/mysql/hungarian/errmsg.sys md5sum: /usr/share/mysql/italian: Is a directory 563d9bb3a312dbc18d2ea7a0f6fb687d /usr/share/mysql/italian/errmsg.sys md5sum: /usr/share/mysql/japanese: Is a directory f3e26c85626f17b18c745fd97c8b33fa /usr/share/mysql/japanese/errmsg.sys md5sum: /usr/share/mysql/korean: Is a directory dbe21e7e7b7c4798bb1c4ffdf361ed00 /usr/share/mysql/korean/errmsg.sys md5sum: /usr/share/mysql/norwegian: Is a directory md5sum: /usr/share/mysql/norwegian-ny: Is a directory f99279d0ef8837f693a37ead19a1c207 /usr/share/mysql/norwegian-ny/errmsg.sys 40a2b5e4aea442ed22f5b8f9346c2f2c /usr/share/mysql/norwegian/errmsg.sys md5sum: /usr/share/mysql/polish: Is a directory 0efb064c4e01eb7a94a3d9229a903341 /usr/share/mysql/polish/errmsg.sys md5sum: /usr/share/mysql/portuguese: Is a directory 73a69002de8b7e030284461b1db057ed /usr/share/mysql/portuguese/errmsg.sys md5sum: /usr/share/mysql/romanian: Is a directory b33d4aba038036fe159395bf25c33322 /usr/share/mysql/romanian/errmsg.sys md5sum: /usr/share/mysql/russian: Is a directory dae069e2e7960f81a93f493185fbca24 /usr/share/mysql/russian/errmsg.sys md5sum: /usr/share/mysql/serbian: Is a directory fff38765748f903021fbbd6f774a3fb9 /usr/share/mysql/serbian/errmsg.sys md5sum: /usr/share/mysql/slovak: Is a directory 66298b60a236c31729e498fa837dcca3 /usr/share/mysql/slovak/errmsg.sys md5sum: /usr/share/mysql/spanish: Is a directory 0a2b77e13083e07120378d97b40d2009 /usr/share/mysql/spanish/errmsg.sys md5sum: /usr/share/mysql/swedish: Is a directory ddda853ba6c417ca68e2184046d500c8 /usr/share/mysql/swedish/errmsg.sys md5sum: /usr/share/mysql/ukrainian: Is a directory 4b645ed41df2e33df138f98164644a38 /usr/share/mysql/ukrainian/errmsg.sys 7e264e51a65d504766c1c7fedb8af6c5 /etc/ld.so.conf.d/mysql-i386.conf 740258c758e3ef283d2fd5f862bc9e4c /etc/my.cnf 52bcda45f35ffb42a7e032eea9b5655f /usr/bin/msql2mysql b4e80dabbbcd3cad7c88e1337872f435 /usr/bin/my_print_defaults 8405d6d62b45c6645a0a529540c7cfdb /usr/bin/mysql 17b56ddc4639ad47ae48ff2176dab909 /usr/bin/mysql_config b4ef945be869bc738711bdc18bc48f14 /usr/bin/mysql_find_rows eac07b461dd7dfa0eea248d2d08e3da0 /usr/bin/mysql_tableinfo 3c99880d7c4080dacafbec32256b1042 /usr/bin/mysql_waitpid 0afee772423c6d3840726ee8d095d6c6 /usr/bin/mysqlaccess 523e7f51f86d561795dc3626f3cb2bc5 /usr/bin/mysqladmin b47aae44ccc50d67fcdd4ccb482bdb5e /usr/bin/mysqlbinlog 4960f633d8dd1cc9fa7a72b8ae6dfbf7 /usr/bin/mysqlcheck c84e1610e673484c6c819a78b456db49 /usr/bin/mysqldump 250047b2132a66d7a85950980a2f3e33 /usr/bin/mysqlimport 3a41a101b17997bb89089ba8b52a4700 /usr/bin/mysqlshow md5sum: /usr/lib/mysql: Is a directory 44a9f1220c1922476cc05f814e005f54 /usr/lib/mysql/libmysqlclient.so.15 44a9f1220c1922476cc05f814e005f54 /usr/lib/mysql/libmysqlclient.so.15.0.0 59bccf846ab0ae0196be2ad94f90bd88 /usr/lib/mysql/libmysqlclient_r.so.15 59bccf846ab0ae0196be2ad94f90bd88 /usr/lib/mysql/libmysqlclient_r.so.15.0.0 5d6fea0d3a39effa3e6c59cd3ede9c26 /usr/lib/mysql/mysql_config 9a291c9b6663d6e7d6cb2809dc9f61d7 /usr/lib/mysql/mysqlbug md5sum: /usr/share/doc/mysql-5.0.77: Is a directory 477ab0a4c8ca64b482b3f2a365d0fdfa /usr/share/doc/mysql-5.0.77/COPYING d9ad42b427ace53cb3e752092b040c59 /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT f042efae8bc01e77901896b6e94843f3 /usr/share/doc/mysql-5.0.77/README ca0fafe8b95c20b3e69b63e51c32c0ad /usr/share/info/mysql.info.gz cc76b6ecb25e7d82d06dc735b5ad82b4 /usr/share/man/man1/my_print_defaults.1.gz da118d1aab5e886c031cc032d71f54ea /usr/share/man/man1/mysql.1.gz 9c31872658e1567cdc999ca282243328 /usr/share/man/man1/mysql_config.1.gz 4d32b2a0280a0306da16b32e273cf56a /usr/share/man/man1/mysql_find_rows.1.gz 0171df50c4b0c760457782fd3818abf8 /usr/share/man/man1/mysql_tableinfo.1.gz 1ed1c10ec19551ab2a28ecf09118c389 /usr/share/man/man1/mysql_waitpid.1.gz 1615660ea4d184e210e15b8584816d54 /usr/share/man/man1/mysqlaccess.1.gz 1bdc7a0175bcc3a3540d1725a159bed7 /usr/share/man/man1/mysqladmin.1.gz ecd3526b77032defc84b26aa85f901c7 /usr/share/man/man1/mysqldump.1.gz 29d81f551a60f283b0ee9a41c8456ec9 /usr/share/man/man1/mysqlshow.1.gz md5sum: /usr/share/mysql: Is a directory md5sum: /usr/share/mysql/charsets: Is a directory 5efa1112115331425740e789d2b4f77e /usr/share/mysql/charsets/Index.xml c17e32bb326c2ea2c39d064219605b15 /usr/share/mysql/charsets/README b8d6f26e44e815ed164fe7ada537c7e9 /usr/share/mysql/charsets/armscii8.xml 381d926414521380a8cb490f0cda4f15 /usr/share/mysql/charsets/ascii.xml 1559a8a48cf98797db00833ada133e90 /usr/share/mysql/charsets/cp1250.xml 71c729b0689a5cbf3169528542c1a192 /usr/share/mysql/charsets/cp1251.xml 91a747ddefc0705f9cf187ef7aebedbf /usr/share/mysql/charsets/cp1256.xml 2d39aa0a3afd5c4373360c5affd09de6 /usr/share/mysql/charsets/cp1257.xml f82f1f41704c4715c2fe3d90f27712ec /usr/share/mysql/charsets/cp850.xml e3a297db9dee58cdccc53f0f33a705d6 /usr/share/mysql/charsets/cp852.xml e6fa1450652d8cea162a480b486b8a17 /usr/share/mysql/charsets/cp866.xml dd31812ea0df98e082e6695ab9524c64 /usr/share/mysql/charsets/dec8.xml ba4b6cfef55e334ca951e089068321ba /usr/share/mysql/charsets/geostd8.xml 43784535eb3e5c2d6481dcd16d0931f1 /usr/share/mysql/charsets/greek.xml 39fceb7330311441c5b4d4d6c77501eb /usr/share/mysql/charsets/hebrew.xml 8fc7fe06c3566bf5e3d6a17b404b5b17 /usr/share/mysql/charsets/hp8.xml 4a03d1982389f176f72df5ce54c5b6ff /usr/share/mysql/charsets/keybcs2.xml 196f36dd3ef90c5e4beabb2ebf5ef8ee /usr/share/mysql/charsets/koi8r.xml fe1619b5f70a191f9591fcaf6f6d7811 /usr/share/mysql/charsets/koi8u.xml ace04e7f96d7f9cc708bb29a8bdf7c96 /usr/share/mysql/charsets/latin1.xml 1b3d66db05887a77750ead396620c769 /usr/share/mysql/charsets/latin2.xml d5a0965c5cb697906b5090a1140b8d45 /usr/share/mysql/charsets/latin5.xml fd9d63a219f19cfb61c558aadf59521b /usr/share/mysql/charsets/latin7.xml 5e84207fbd7c1d4cf5815473ffc9e123 /usr/share/mysql/charsets/macce.xml 7091b5d8e7e195ed9dad61e7ab3b073d /usr/share/mysql/charsets/macroman.xml bbd792e26f054350bc39469848350962 /usr/share/mysql/charsets/swe7.xml md5sum: /usr/share/mysql/czech: Is a directory 2c3d55073d5d3cc8f429b68ccea61c19 /usr/share/mysql/czech/errmsg.sys md5sum: /usr/share/mysql/danish: Is a directory c76b6ceacad7c0c1f86f4b76b91bb7ac /usr/share/mysql/danish/errmsg.sys md5sum: /usr/share/mysql/dutch: Is a directory 9f4d61ad4a34e97df2348bf62c284134 /usr/share/mysql/dutch/errmsg.sys md5sum: /usr/share/mysql/english: Is a directory 19e12c5cb1c97877d026d38fa074826b /usr/share/mysql/english/errmsg.sys md5sum: /usr/share/mysql/estonian: Is a directory c48de1746d11cc9d509301b19aa9f484 /usr/share/mysql/estonian/errmsg.sys md5sum: /usr/share/mysql/french: Is a directory f384cd144d412d5293d400e2c45488c1 /usr/share/mysql/french/errmsg.sys md5sum: /usr/share/mysql/german: Is a directory 653abc21d8da809c1e59e922ff5f170c /usr/share/mysql/german/errmsg.sys md5sum: /usr/share/mysql/greek: Is a directory 090eb385018ea3560bd3befd9538d0c1 /usr/share/mysql/greek/errmsg.sys md5sum: /usr/share/mysql/hungarian: Is a directory 6e64029a1ee1c0c56e9640e096dce6c3 /usr/share/mysql/hungarian/errmsg.sys md5sum: /usr/share/mysql/italian: Is a directory 563d9bb3a312dbc18d2ea7a0f6fb687d /usr/share/mysql/italian/errmsg.sys md5sum: /usr/share/mysql/japanese: Is a directory f3e26c85626f17b18c745fd97c8b33fa /usr/share/mysql/japanese/errmsg.sys md5sum: /usr/share/mysql/korean: Is a directory dbe21e7e7b7c4798bb1c4ffdf361ed00 /usr/share/mysql/korean/errmsg.sys md5sum: /usr/share/mysql/norwegian: Is a directory md5sum: /usr/share/mysql/norwegian-ny: Is a directory f99279d0ef8837f693a37ead19a1c207 /usr/share/mysql/norwegian-ny/errmsg.sys 40a2b5e4aea442ed22f5b8f9346c2f2c /usr/share/mysql/norwegian/errmsg.sys md5sum: /usr/share/mysql/polish: Is a directory 0efb064c4e01eb7a94a3d9229a903341 /usr/share/mysql/polish/errmsg.sys md5sum: /usr/share/mysql/portuguese: Is a directory 73a69002de8b7e030284461b1db057ed /usr/share/mysql/portuguese/errmsg.sys md5sum: /usr/share/mysql/romanian: Is a directory b33d4aba038036fe159395bf25c33322 /usr/share/mysql/romanian/errmsg.sys md5sum: /usr/share/mysql/russian: Is a directory dae069e2e7960f81a93f493185fbca24 /usr/share/mysql/russian/errmsg.sys md5sum: /usr/share/mysql/serbian: Is a directory fff38765748f903021fbbd6f774a3fb9 /usr/share/mysql/serbian/errmsg.sys md5sum: /usr/share/mysql/slovak: Is a directory 66298b60a236c31729e498fa837dcca3 /usr/share/mysql/slovak/errmsg.sys md5sum: /usr/share/mysql/spanish: Is a directory 0a2b77e13083e07120378d97b40d2009 /usr/share/mysql/spanish/errmsg.sys md5sum: /usr/share/mysql/swedish: Is a directory ddda853ba6c417ca68e2184046d500c8 /usr/share/mysql/swedish/errmsg.sys md5sum: /usr/share/mysql/ukrainian: Is a directory 4b645ed41df2e33df138f98164644a38 /usr/share/mysql/ukrainian/errmsg.sys [root@localhost ~]# ++++++++++++++++++++++++
Hope that helps....
Hi Lamar,
can you send me your .SO files so i can try to replace them to see what will happen
Lamar Owen wrote:
On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote:
Hi Lamar,
here they are
[root@host ~]# rpm -V mysql S.5..... c /etc/my.cnf prelink: /usr/bin/my_print_defaults: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/my_print_defaults
[snip]
prelink: /usr/lib64/mysql/libmysqlclient.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient.so.15.0.0 prelink: /usr/lib64/mysql/libmysqlclient_r.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 S.5..... c /etc/my.cnf
I hope this gives a clue
It looks like your mysql installation has been corrupted in some way; the ? indicates that the process could not complete for some reason (and that's in the MD5 section), and the S means the size differs. I ran this on a server I have access to, and no such lines were output.
You will want to 'ls -l /isr/lib64/mysql/libmysql*' and check permissions and sizes. My gut feel is that the size will turn out to be zero, or something really odd.
You can try 'yum reinstall mysql.x86_64' to refresh it.
I would do an 'rpm -Va' on the box and see what else is corrupted, and run (from read-only media) a copy of something like rkhunter or checkrootkit. You may have an intruder on your system.
Also, here are the md5sums from my setup, of just the x86_64 mysql rpm, which is the same version as yours. You can run the command line at the top for yourself, and hand-compare the md5sums.... ++++++++++++++++++++++++ [root@localhost ~]# rpm -ql mysql|xargs md5sum ac3aebcaf6963ab83a099706d0d512f4 /etc/ld.so.conf.d/mysql-x86_64.conf 740258c758e3ef283d2fd5f862bc9e4c /etc/my.cnf 52bcda45f35ffb42a7e032eea9b5655f /usr/bin/msql2mysql b4e80dabbbcd3cad7c88e1337872f435 /usr/bin/my_print_defaults 8405d6d62b45c6645a0a529540c7cfdb /usr/bin/mysql 17b56ddc4639ad47ae48ff2176dab909 /usr/bin/mysql_config b4ef945be869bc738711bdc18bc48f14 /usr/bin/mysql_find_rows eac07b461dd7dfa0eea248d2d08e3da0 /usr/bin/mysql_tableinfo 3c99880d7c4080dacafbec32256b1042 /usr/bin/mysql_waitpid 0afee772423c6d3840726ee8d095d6c6 /usr/bin/mysqlaccess 523e7f51f86d561795dc3626f3cb2bc5 /usr/bin/mysqladmin b47aae44ccc50d67fcdd4ccb482bdb5e /usr/bin/mysqlbinlog 4960f633d8dd1cc9fa7a72b8ae6dfbf7 /usr/bin/mysqlcheck c84e1610e673484c6c819a78b456db49 /usr/bin/mysqldump 250047b2132a66d7a85950980a2f3e33 /usr/bin/mysqlimport 3a41a101b17997bb89089ba8b52a4700 /usr/bin/mysqlshow md5sum: /usr/lib64/mysql: Is a directory e6a5df475ce7bbdf12b6aeab7657b12b /usr/lib64/mysql/libmysqlclient.so.15 e6a5df475ce7bbdf12b6aeab7657b12b /usr/lib64/mysql/libmysqlclient.so.15.0.0 d28d5ea0c03dc17bde8981ec404551ce /usr/lib64/mysql/libmysqlclient_r.so.15 d28d5ea0c03dc17bde8981ec404551ce /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 b657ace1e8d098faf73ce1238cc596e2 /usr/lib64/mysql/mysql_config 26d217110de4bf0620d76084935e0a25 /usr/lib64/mysql/mysqlbug md5sum: /usr/share/doc/mysql-5.0.77: Is a directory 477ab0a4c8ca64b482b3f2a365d0fdfa /usr/share/doc/mysql-5.0.77/COPYING d9ad42b427ace53cb3e752092b040c59 /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT f042efae8bc01e77901896b6e94843f3 /usr/share/doc/mysql-5.0.77/README ca0fafe8b95c20b3e69b63e51c32c0ad /usr/share/info/mysql.info.gz cc76b6ecb25e7d82d06dc735b5ad82b4 /usr/share/man/man1/my_print_defaults.1.gz da118d1aab5e886c031cc032d71f54ea /usr/share/man/man1/mysql.1.gz 9c31872658e1567cdc999ca282243328 /usr/share/man/man1/mysql_config.1.gz 4d32b2a0280a0306da16b32e273cf56a /usr/share/man/man1/mysql_find_rows.1.gz 0171df50c4b0c760457782fd3818abf8 /usr/share/man/man1/mysql_tableinfo.1.gz 1ed1c10ec19551ab2a28ecf09118c389 /usr/share/man/man1/mysql_waitpid.1.gz 1615660ea4d184e210e15b8584816d54 /usr/share/man/man1/mysqlaccess.1.gz 1bdc7a0175bcc3a3540d1725a159bed7 /usr/share/man/man1/mysqladmin.1.gz ecd3526b77032defc84b26aa85f901c7 /usr/share/man/man1/mysqldump.1.gz 29d81f551a60f283b0ee9a41c8456ec9 /usr/share/man/man1/mysqlshow.1.gz md5sum: /usr/share/mysql: Is a directory md5sum: /usr/share/mysql/charsets: Is a directory 5efa1112115331425740e789d2b4f77e /usr/share/mysql/charsets/Index.xml c17e32bb326c2ea2c39d064219605b15 /usr/share/mysql/charsets/README b8d6f26e44e815ed164fe7ada537c7e9 /usr/share/mysql/charsets/armscii8.xml 381d926414521380a8cb490f0cda4f15 /usr/share/mysql/charsets/ascii.xml 1559a8a48cf98797db00833ada133e90 /usr/share/mysql/charsets/cp1250.xml 71c729b0689a5cbf3169528542c1a192 /usr/share/mysql/charsets/cp1251.xml 91a747ddefc0705f9cf187ef7aebedbf /usr/share/mysql/charsets/cp1256.xml 2d39aa0a3afd5c4373360c5affd09de6 /usr/share/mysql/charsets/cp1257.xml f82f1f41704c4715c2fe3d90f27712ec /usr/share/mysql/charsets/cp850.xml e3a297db9dee58cdccc53f0f33a705d6 /usr/share/mysql/charsets/cp852.xml e6fa1450652d8cea162a480b486b8a17 /usr/share/mysql/charsets/cp866.xml dd31812ea0df98e082e6695ab9524c64 /usr/share/mysql/charsets/dec8.xml ba4b6cfef55e334ca951e089068321ba /usr/share/mysql/charsets/geostd8.xml 43784535eb3e5c2d6481dcd16d0931f1 /usr/share/mysql/charsets/greek.xml 39fceb7330311441c5b4d4d6c77501eb /usr/share/mysql/charsets/hebrew.xml 8fc7fe06c3566bf5e3d6a17b404b5b17 /usr/share/mysql/charsets/hp8.xml 4a03d1982389f176f72df5ce54c5b6ff /usr/share/mysql/charsets/keybcs2.xml 196f36dd3ef90c5e4beabb2ebf5ef8ee /usr/share/mysql/charsets/koi8r.xml fe1619b5f70a191f9591fcaf6f6d7811 /usr/share/mysql/charsets/koi8u.xml ace04e7f96d7f9cc708bb29a8bdf7c96 /usr/share/mysql/charsets/latin1.xml 1b3d66db05887a77750ead396620c769 /usr/share/mysql/charsets/latin2.xml d5a0965c5cb697906b5090a1140b8d45 /usr/share/mysql/charsets/latin5.xml fd9d63a219f19cfb61c558aadf59521b /usr/share/mysql/charsets/latin7.xml 5e84207fbd7c1d4cf5815473ffc9e123 /usr/share/mysql/charsets/macce.xml 7091b5d8e7e195ed9dad61e7ab3b073d /usr/share/mysql/charsets/macroman.xml bbd792e26f054350bc39469848350962 /usr/share/mysql/charsets/swe7.xml md5sum: /usr/share/mysql/czech: Is a directory 2c3d55073d5d3cc8f429b68ccea61c19 /usr/share/mysql/czech/errmsg.sys md5sum: /usr/share/mysql/danish: Is a directory c76b6ceacad7c0c1f86f4b76b91bb7ac /usr/share/mysql/danish/errmsg.sys md5sum: /usr/share/mysql/dutch: Is a directory 9f4d61ad4a34e97df2348bf62c284134 /usr/share/mysql/dutch/errmsg.sys md5sum: /usr/share/mysql/english: Is a directory 19e12c5cb1c97877d026d38fa074826b /usr/share/mysql/english/errmsg.sys md5sum: /usr/share/mysql/estonian: Is a directory c48de1746d11cc9d509301b19aa9f484 /usr/share/mysql/estonian/errmsg.sys md5sum: /usr/share/mysql/french: Is a directory f384cd144d412d5293d400e2c45488c1 /usr/share/mysql/french/errmsg.sys md5sum: /usr/share/mysql/german: Is a directory 653abc21d8da809c1e59e922ff5f170c /usr/share/mysql/german/errmsg.sys md5sum: /usr/share/mysql/greek: Is a directory 090eb385018ea3560bd3befd9538d0c1 /usr/share/mysql/greek/errmsg.sys md5sum: /usr/share/mysql/hungarian: Is a directory 6e64029a1ee1c0c56e9640e096dce6c3 /usr/share/mysql/hungarian/errmsg.sys md5sum: /usr/share/mysql/italian: Is a directory 563d9bb3a312dbc18d2ea7a0f6fb687d /usr/share/mysql/italian/errmsg.sys md5sum: /usr/share/mysql/japanese: Is a directory f3e26c85626f17b18c745fd97c8b33fa /usr/share/mysql/japanese/errmsg.sys md5sum: /usr/share/mysql/korean: Is a directory dbe21e7e7b7c4798bb1c4ffdf361ed00 /usr/share/mysql/korean/errmsg.sys md5sum: /usr/share/mysql/norwegian: Is a directory md5sum: /usr/share/mysql/norwegian-ny: Is a directory f99279d0ef8837f693a37ead19a1c207 /usr/share/mysql/norwegian-ny/errmsg.sys 40a2b5e4aea442ed22f5b8f9346c2f2c /usr/share/mysql/norwegian/errmsg.sys md5sum: /usr/share/mysql/polish: Is a directory 0efb064c4e01eb7a94a3d9229a903341 /usr/share/mysql/polish/errmsg.sys md5sum: /usr/share/mysql/portuguese: Is a directory 73a69002de8b7e030284461b1db057ed /usr/share/mysql/portuguese/errmsg.sys md5sum: /usr/share/mysql/romanian: Is a directory b33d4aba038036fe159395bf25c33322 /usr/share/mysql/romanian/errmsg.sys md5sum: /usr/share/mysql/russian: Is a directory dae069e2e7960f81a93f493185fbca24 /usr/share/mysql/russian/errmsg.sys md5sum: /usr/share/mysql/serbian: Is a directory fff38765748f903021fbbd6f774a3fb9 /usr/share/mysql/serbian/errmsg.sys md5sum: /usr/share/mysql/slovak: Is a directory 66298b60a236c31729e498fa837dcca3 /usr/share/mysql/slovak/errmsg.sys md5sum: /usr/share/mysql/spanish: Is a directory 0a2b77e13083e07120378d97b40d2009 /usr/share/mysql/spanish/errmsg.sys md5sum: /usr/share/mysql/swedish: Is a directory ddda853ba6c417ca68e2184046d500c8 /usr/share/mysql/swedish/errmsg.sys md5sum: /usr/share/mysql/ukrainian: Is a directory 4b645ed41df2e33df138f98164644a38 /usr/share/mysql/ukrainian/errmsg.sys 7e264e51a65d504766c1c7fedb8af6c5 /etc/ld.so.conf.d/mysql-i386.conf 740258c758e3ef283d2fd5f862bc9e4c /etc/my.cnf 52bcda45f35ffb42a7e032eea9b5655f /usr/bin/msql2mysql b4e80dabbbcd3cad7c88e1337872f435 /usr/bin/my_print_defaults 8405d6d62b45c6645a0a529540c7cfdb /usr/bin/mysql 17b56ddc4639ad47ae48ff2176dab909 /usr/bin/mysql_config b4ef945be869bc738711bdc18bc48f14 /usr/bin/mysql_find_rows eac07b461dd7dfa0eea248d2d08e3da0 /usr/bin/mysql_tableinfo 3c99880d7c4080dacafbec32256b1042 /usr/bin/mysql_waitpid 0afee772423c6d3840726ee8d095d6c6 /usr/bin/mysqlaccess 523e7f51f86d561795dc3626f3cb2bc5 /usr/bin/mysqladmin b47aae44ccc50d67fcdd4ccb482bdb5e /usr/bin/mysqlbinlog 4960f633d8dd1cc9fa7a72b8ae6dfbf7 /usr/bin/mysqlcheck c84e1610e673484c6c819a78b456db49 /usr/bin/mysqldump 250047b2132a66d7a85950980a2f3e33 /usr/bin/mysqlimport 3a41a101b17997bb89089ba8b52a4700 /usr/bin/mysqlshow md5sum: /usr/lib/mysql: Is a directory 44a9f1220c1922476cc05f814e005f54 /usr/lib/mysql/libmysqlclient.so.15 44a9f1220c1922476cc05f814e005f54 /usr/lib/mysql/libmysqlclient.so.15.0.0 59bccf846ab0ae0196be2ad94f90bd88 /usr/lib/mysql/libmysqlclient_r.so.15 59bccf846ab0ae0196be2ad94f90bd88 /usr/lib/mysql/libmysqlclient_r.so.15.0.0 5d6fea0d3a39effa3e6c59cd3ede9c26 /usr/lib/mysql/mysql_config 9a291c9b6663d6e7d6cb2809dc9f61d7 /usr/lib/mysql/mysqlbug md5sum: /usr/share/doc/mysql-5.0.77: Is a directory 477ab0a4c8ca64b482b3f2a365d0fdfa /usr/share/doc/mysql-5.0.77/COPYING d9ad42b427ace53cb3e752092b040c59 /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT f042efae8bc01e77901896b6e94843f3 /usr/share/doc/mysql-5.0.77/README ca0fafe8b95c20b3e69b63e51c32c0ad /usr/share/info/mysql.info.gz cc76b6ecb25e7d82d06dc735b5ad82b4 /usr/share/man/man1/my_print_defaults.1.gz da118d1aab5e886c031cc032d71f54ea /usr/share/man/man1/mysql.1.gz 9c31872658e1567cdc999ca282243328 /usr/share/man/man1/mysql_config.1.gz 4d32b2a0280a0306da16b32e273cf56a /usr/share/man/man1/mysql_find_rows.1.gz 0171df50c4b0c760457782fd3818abf8 /usr/share/man/man1/mysql_tableinfo.1.gz 1ed1c10ec19551ab2a28ecf09118c389 /usr/share/man/man1/mysql_waitpid.1.gz 1615660ea4d184e210e15b8584816d54 /usr/share/man/man1/mysqlaccess.1.gz 1bdc7a0175bcc3a3540d1725a159bed7 /usr/share/man/man1/mysqladmin.1.gz ecd3526b77032defc84b26aa85f901c7 /usr/share/man/man1/mysqldump.1.gz 29d81f551a60f283b0ee9a41c8456ec9 /usr/share/man/man1/mysqlshow.1.gz md5sum: /usr/share/mysql: Is a directory md5sum: /usr/share/mysql/charsets: Is a directory 5efa1112115331425740e789d2b4f77e /usr/share/mysql/charsets/Index.xml c17e32bb326c2ea2c39d064219605b15 /usr/share/mysql/charsets/README b8d6f26e44e815ed164fe7ada537c7e9 /usr/share/mysql/charsets/armscii8.xml 381d926414521380a8cb490f0cda4f15 /usr/share/mysql/charsets/ascii.xml 1559a8a48cf98797db00833ada133e90 /usr/share/mysql/charsets/cp1250.xml 71c729b0689a5cbf3169528542c1a192 /usr/share/mysql/charsets/cp1251.xml 91a747ddefc0705f9cf187ef7aebedbf /usr/share/mysql/charsets/cp1256.xml 2d39aa0a3afd5c4373360c5affd09de6 /usr/share/mysql/charsets/cp1257.xml f82f1f41704c4715c2fe3d90f27712ec /usr/share/mysql/charsets/cp850.xml e3a297db9dee58cdccc53f0f33a705d6 /usr/share/mysql/charsets/cp852.xml e6fa1450652d8cea162a480b486b8a17 /usr/share/mysql/charsets/cp866.xml dd31812ea0df98e082e6695ab9524c64 /usr/share/mysql/charsets/dec8.xml ba4b6cfef55e334ca951e089068321ba /usr/share/mysql/charsets/geostd8.xml 43784535eb3e5c2d6481dcd16d0931f1 /usr/share/mysql/charsets/greek.xml 39fceb7330311441c5b4d4d6c77501eb /usr/share/mysql/charsets/hebrew.xml 8fc7fe06c3566bf5e3d6a17b404b5b17 /usr/share/mysql/charsets/hp8.xml 4a03d1982389f176f72df5ce54c5b6ff /usr/share/mysql/charsets/keybcs2.xml 196f36dd3ef90c5e4beabb2ebf5ef8ee /usr/share/mysql/charsets/koi8r.xml fe1619b5f70a191f9591fcaf6f6d7811 /usr/share/mysql/charsets/koi8u.xml ace04e7f96d7f9cc708bb29a8bdf7c96 /usr/share/mysql/charsets/latin1.xml 1b3d66db05887a77750ead396620c769 /usr/share/mysql/charsets/latin2.xml d5a0965c5cb697906b5090a1140b8d45 /usr/share/mysql/charsets/latin5.xml fd9d63a219f19cfb61c558aadf59521b /usr/share/mysql/charsets/latin7.xml 5e84207fbd7c1d4cf5815473ffc9e123 /usr/share/mysql/charsets/macce.xml 7091b5d8e7e195ed9dad61e7ab3b073d /usr/share/mysql/charsets/macroman.xml bbd792e26f054350bc39469848350962 /usr/share/mysql/charsets/swe7.xml md5sum: /usr/share/mysql/czech: Is a directory 2c3d55073d5d3cc8f429b68ccea61c19 /usr/share/mysql/czech/errmsg.sys md5sum: /usr/share/mysql/danish: Is a directory c76b6ceacad7c0c1f86f4b76b91bb7ac /usr/share/mysql/danish/errmsg.sys md5sum: /usr/share/mysql/dutch: Is a directory 9f4d61ad4a34e97df2348bf62c284134 /usr/share/mysql/dutch/errmsg.sys md5sum: /usr/share/mysql/english: Is a directory 19e12c5cb1c97877d026d38fa074826b /usr/share/mysql/english/errmsg.sys md5sum: /usr/share/mysql/estonian: Is a directory c48de1746d11cc9d509301b19aa9f484 /usr/share/mysql/estonian/errmsg.sys md5sum: /usr/share/mysql/french: Is a directory f384cd144d412d5293d400e2c45488c1 /usr/share/mysql/french/errmsg.sys md5sum: /usr/share/mysql/german: Is a directory 653abc21d8da809c1e59e922ff5f170c /usr/share/mysql/german/errmsg.sys md5sum: /usr/share/mysql/greek: Is a directory 090eb385018ea3560bd3befd9538d0c1 /usr/share/mysql/greek/errmsg.sys md5sum: /usr/share/mysql/hungarian: Is a directory 6e64029a1ee1c0c56e9640e096dce6c3 /usr/share/mysql/hungarian/errmsg.sys md5sum: /usr/share/mysql/italian: Is a directory 563d9bb3a312dbc18d2ea7a0f6fb687d /usr/share/mysql/italian/errmsg.sys md5sum: /usr/share/mysql/japanese: Is a directory f3e26c85626f17b18c745fd97c8b33fa /usr/share/mysql/japanese/errmsg.sys md5sum: /usr/share/mysql/korean: Is a directory dbe21e7e7b7c4798bb1c4ffdf361ed00 /usr/share/mysql/korean/errmsg.sys md5sum: /usr/share/mysql/norwegian: Is a directory md5sum: /usr/share/mysql/norwegian-ny: Is a directory f99279d0ef8837f693a37ead19a1c207 /usr/share/mysql/norwegian-ny/errmsg.sys 40a2b5e4aea442ed22f5b8f9346c2f2c /usr/share/mysql/norwegian/errmsg.sys md5sum: /usr/share/mysql/polish: Is a directory 0efb064c4e01eb7a94a3d9229a903341 /usr/share/mysql/polish/errmsg.sys md5sum: /usr/share/mysql/portuguese: Is a directory 73a69002de8b7e030284461b1db057ed /usr/share/mysql/portuguese/errmsg.sys md5sum: /usr/share/mysql/romanian: Is a directory b33d4aba038036fe159395bf25c33322 /usr/share/mysql/romanian/errmsg.sys md5sum: /usr/share/mysql/russian: Is a directory dae069e2e7960f81a93f493185fbca24 /usr/share/mysql/russian/errmsg.sys md5sum: /usr/share/mysql/serbian: Is a directory fff38765748f903021fbbd6f774a3fb9 /usr/share/mysql/serbian/errmsg.sys md5sum: /usr/share/mysql/slovak: Is a directory 66298b60a236c31729e498fa837dcca3 /usr/share/mysql/slovak/errmsg.sys md5sum: /usr/share/mysql/spanish: Is a directory 0a2b77e13083e07120378d97b40d2009 /usr/share/mysql/spanish/errmsg.sys md5sum: /usr/share/mysql/swedish: Is a directory ddda853ba6c417ca68e2184046d500c8 /usr/share/mysql/swedish/errmsg.sys md5sum: /usr/share/mysql/ukrainian: Is a directory 4b645ed41df2e33df138f98164644a38 /usr/share/mysql/ukrainian/errmsg.sys [root@localhost ~]# ++++++++++++++++++++++++
Hope that helps.... _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
My mysql.so is about 50K .. is that nornal
Lamar Owen wrote:
On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote:
Hi Lamar,
here they are
[root@host ~]# rpm -V mysql S.5..... c /etc/my.cnf prelink: /usr/bin/my_print_defaults: at least one of file's dependencies has changed since prelinking S.?..... /usr/bin/my_print_defaults
[snip]
prelink: /usr/lib64/mysql/libmysqlclient.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient.so.15.0.0 prelink: /usr/lib64/mysql/libmysqlclient_r.so.15.0.0: at least one of file's dependencies has changed since prelinking S.?..... /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 S.5..... c /etc/my.cnf
I hope this gives a clue
It looks like your mysql installation has been corrupted in some way; the ? indicates that the process could not complete for some reason (and that's in the MD5 section), and the S means the size differs. I ran this on a server I have access to, and no such lines were output.
You will want to 'ls -l /isr/lib64/mysql/libmysql*' and check permissions and sizes. My gut feel is that the size will turn out to be zero, or something really odd.
You can try 'yum reinstall mysql.x86_64' to refresh it.
I would do an 'rpm -Va' on the box and see what else is corrupted, and run (from read-only media) a copy of something like rkhunter or checkrootkit. You may have an intruder on your system.
Also, here are the md5sums from my setup, of just the x86_64 mysql rpm, which is the same version as yours. You can run the command line at the top for yourself, and hand-compare the md5sums.... ++++++++++++++++++++++++ [root@localhost ~]# rpm -ql mysql|xargs md5sum ac3aebcaf6963ab83a099706d0d512f4 /etc/ld.so.conf.d/mysql-x86_64.conf 740258c758e3ef283d2fd5f862bc9e4c /etc/my.cnf 52bcda45f35ffb42a7e032eea9b5655f /usr/bin/msql2mysql b4e80dabbbcd3cad7c88e1337872f435 /usr/bin/my_print_defaults 8405d6d62b45c6645a0a529540c7cfdb /usr/bin/mysql 17b56ddc4639ad47ae48ff2176dab909 /usr/bin/mysql_config b4ef945be869bc738711bdc18bc48f14 /usr/bin/mysql_find_rows eac07b461dd7dfa0eea248d2d08e3da0 /usr/bin/mysql_tableinfo 3c99880d7c4080dacafbec32256b1042 /usr/bin/mysql_waitpid 0afee772423c6d3840726ee8d095d6c6 /usr/bin/mysqlaccess 523e7f51f86d561795dc3626f3cb2bc5 /usr/bin/mysqladmin b47aae44ccc50d67fcdd4ccb482bdb5e /usr/bin/mysqlbinlog 4960f633d8dd1cc9fa7a72b8ae6dfbf7 /usr/bin/mysqlcheck c84e1610e673484c6c819a78b456db49 /usr/bin/mysqldump 250047b2132a66d7a85950980a2f3e33 /usr/bin/mysqlimport 3a41a101b17997bb89089ba8b52a4700 /usr/bin/mysqlshow md5sum: /usr/lib64/mysql: Is a directory e6a5df475ce7bbdf12b6aeab7657b12b /usr/lib64/mysql/libmysqlclient.so.15 e6a5df475ce7bbdf12b6aeab7657b12b /usr/lib64/mysql/libmysqlclient.so.15.0.0 d28d5ea0c03dc17bde8981ec404551ce /usr/lib64/mysql/libmysqlclient_r.so.15 d28d5ea0c03dc17bde8981ec404551ce /usr/lib64/mysql/libmysqlclient_r.so.15.0.0 b657ace1e8d098faf73ce1238cc596e2 /usr/lib64/mysql/mysql_config 26d217110de4bf0620d76084935e0a25 /usr/lib64/mysql/mysqlbug md5sum: /usr/share/doc/mysql-5.0.77: Is a directory 477ab0a4c8ca64b482b3f2a365d0fdfa /usr/share/doc/mysql-5.0.77/COPYING d9ad42b427ace53cb3e752092b040c59 /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT f042efae8bc01e77901896b6e94843f3 /usr/share/doc/mysql-5.0.77/README ca0fafe8b95c20b3e69b63e51c32c0ad /usr/share/info/mysql.info.gz cc76b6ecb25e7d82d06dc735b5ad82b4 /usr/share/man/man1/my_print_defaults.1.gz da118d1aab5e886c031cc032d71f54ea /usr/share/man/man1/mysql.1.gz 9c31872658e1567cdc999ca282243328 /usr/share/man/man1/mysql_config.1.gz 4d32b2a0280a0306da16b32e273cf56a /usr/share/man/man1/mysql_find_rows.1.gz 0171df50c4b0c760457782fd3818abf8 /usr/share/man/man1/mysql_tableinfo.1.gz 1ed1c10ec19551ab2a28ecf09118c389 /usr/share/man/man1/mysql_waitpid.1.gz 1615660ea4d184e210e15b8584816d54 /usr/share/man/man1/mysqlaccess.1.gz 1bdc7a0175bcc3a3540d1725a159bed7 /usr/share/man/man1/mysqladmin.1.gz ecd3526b77032defc84b26aa85f901c7 /usr/share/man/man1/mysqldump.1.gz 29d81f551a60f283b0ee9a41c8456ec9 /usr/share/man/man1/mysqlshow.1.gz md5sum: /usr/share/mysql: Is a directory md5sum: /usr/share/mysql/charsets: Is a directory 5efa1112115331425740e789d2b4f77e /usr/share/mysql/charsets/Index.xml c17e32bb326c2ea2c39d064219605b15 /usr/share/mysql/charsets/README b8d6f26e44e815ed164fe7ada537c7e9 /usr/share/mysql/charsets/armscii8.xml 381d926414521380a8cb490f0cda4f15 /usr/share/mysql/charsets/ascii.xml 1559a8a48cf98797db00833ada133e90 /usr/share/mysql/charsets/cp1250.xml 71c729b0689a5cbf3169528542c1a192 /usr/share/mysql/charsets/cp1251.xml 91a747ddefc0705f9cf187ef7aebedbf /usr/share/mysql/charsets/cp1256.xml 2d39aa0a3afd5c4373360c5affd09de6 /usr/share/mysql/charsets/cp1257.xml f82f1f41704c4715c2fe3d90f27712ec /usr/share/mysql/charsets/cp850.xml e3a297db9dee58cdccc53f0f33a705d6 /usr/share/mysql/charsets/cp852.xml e6fa1450652d8cea162a480b486b8a17 /usr/share/mysql/charsets/cp866.xml dd31812ea0df98e082e6695ab9524c64 /usr/share/mysql/charsets/dec8.xml ba4b6cfef55e334ca951e089068321ba /usr/share/mysql/charsets/geostd8.xml 43784535eb3e5c2d6481dcd16d0931f1 /usr/share/mysql/charsets/greek.xml 39fceb7330311441c5b4d4d6c77501eb /usr/share/mysql/charsets/hebrew.xml 8fc7fe06c3566bf5e3d6a17b404b5b17 /usr/share/mysql/charsets/hp8.xml 4a03d1982389f176f72df5ce54c5b6ff /usr/share/mysql/charsets/keybcs2.xml 196f36dd3ef90c5e4beabb2ebf5ef8ee /usr/share/mysql/charsets/koi8r.xml fe1619b5f70a191f9591fcaf6f6d7811 /usr/share/mysql/charsets/koi8u.xml ace04e7f96d7f9cc708bb29a8bdf7c96 /usr/share/mysql/charsets/latin1.xml 1b3d66db05887a77750ead396620c769 /usr/share/mysql/charsets/latin2.xml d5a0965c5cb697906b5090a1140b8d45 /usr/share/mysql/charsets/latin5.xml fd9d63a219f19cfb61c558aadf59521b /usr/share/mysql/charsets/latin7.xml 5e84207fbd7c1d4cf5815473ffc9e123 /usr/share/mysql/charsets/macce.xml 7091b5d8e7e195ed9dad61e7ab3b073d /usr/share/mysql/charsets/macroman.xml bbd792e26f054350bc39469848350962 /usr/share/mysql/charsets/swe7.xml md5sum: /usr/share/mysql/czech: Is a directory 2c3d55073d5d3cc8f429b68ccea61c19 /usr/share/mysql/czech/errmsg.sys md5sum: /usr/share/mysql/danish: Is a directory c76b6ceacad7c0c1f86f4b76b91bb7ac /usr/share/mysql/danish/errmsg.sys md5sum: /usr/share/mysql/dutch: Is a directory 9f4d61ad4a34e97df2348bf62c284134 /usr/share/mysql/dutch/errmsg.sys md5sum: /usr/share/mysql/english: Is a directory 19e12c5cb1c97877d026d38fa074826b /usr/share/mysql/english/errmsg.sys md5sum: /usr/share/mysql/estonian: Is a directory c48de1746d11cc9d509301b19aa9f484 /usr/share/mysql/estonian/errmsg.sys md5sum: /usr/share/mysql/french: Is a directory f384cd144d412d5293d400e2c45488c1 /usr/share/mysql/french/errmsg.sys md5sum: /usr/share/mysql/german: Is a directory 653abc21d8da809c1e59e922ff5f170c /usr/share/mysql/german/errmsg.sys md5sum: /usr/share/mysql/greek: Is a directory 090eb385018ea3560bd3befd9538d0c1 /usr/share/mysql/greek/errmsg.sys md5sum: /usr/share/mysql/hungarian: Is a directory 6e64029a1ee1c0c56e9640e096dce6c3 /usr/share/mysql/hungarian/errmsg.sys md5sum: /usr/share/mysql/italian: Is a directory 563d9bb3a312dbc18d2ea7a0f6fb687d /usr/share/mysql/italian/errmsg.sys md5sum: /usr/share/mysql/japanese: Is a directory f3e26c85626f17b18c745fd97c8b33fa /usr/share/mysql/japanese/errmsg.sys md5sum: /usr/share/mysql/korean: Is a directory dbe21e7e7b7c4798bb1c4ffdf361ed00 /usr/share/mysql/korean/errmsg.sys md5sum: /usr/share/mysql/norwegian: Is a directory md5sum: /usr/share/mysql/norwegian-ny: Is a directory f99279d0ef8837f693a37ead19a1c207 /usr/share/mysql/norwegian-ny/errmsg.sys 40a2b5e4aea442ed22f5b8f9346c2f2c /usr/share/mysql/norwegian/errmsg.sys md5sum: /usr/share/mysql/polish: Is a directory 0efb064c4e01eb7a94a3d9229a903341 /usr/share/mysql/polish/errmsg.sys md5sum: /usr/share/mysql/portuguese: Is a directory 73a69002de8b7e030284461b1db057ed /usr/share/mysql/portuguese/errmsg.sys md5sum: /usr/share/mysql/romanian: Is a directory b33d4aba038036fe159395bf25c33322 /usr/share/mysql/romanian/errmsg.sys md5sum: /usr/share/mysql/russian: Is a directory dae069e2e7960f81a93f493185fbca24 /usr/share/mysql/russian/errmsg.sys md5sum: /usr/share/mysql/serbian: Is a directory fff38765748f903021fbbd6f774a3fb9 /usr/share/mysql/serbian/errmsg.sys md5sum: /usr/share/mysql/slovak: Is a directory 66298b60a236c31729e498fa837dcca3 /usr/share/mysql/slovak/errmsg.sys md5sum: /usr/share/mysql/spanish: Is a directory 0a2b77e13083e07120378d97b40d2009 /usr/share/mysql/spanish/errmsg.sys md5sum: /usr/share/mysql/swedish: Is a directory ddda853ba6c417ca68e2184046d500c8 /usr/share/mysql/swedish/errmsg.sys md5sum: /usr/share/mysql/ukrainian: Is a directory 4b645ed41df2e33df138f98164644a38 /usr/share/mysql/ukrainian/errmsg.sys 7e264e51a65d504766c1c7fedb8af6c5 /etc/ld.so.conf.d/mysql-i386.conf 740258c758e3ef283d2fd5f862bc9e4c /etc/my.cnf 52bcda45f35ffb42a7e032eea9b5655f /usr/bin/msql2mysql b4e80dabbbcd3cad7c88e1337872f435 /usr/bin/my_print_defaults 8405d6d62b45c6645a0a529540c7cfdb /usr/bin/mysql 17b56ddc4639ad47ae48ff2176dab909 /usr/bin/mysql_config b4ef945be869bc738711bdc18bc48f14 /usr/bin/mysql_find_rows eac07b461dd7dfa0eea248d2d08e3da0 /usr/bin/mysql_tableinfo 3c99880d7c4080dacafbec32256b1042 /usr/bin/mysql_waitpid 0afee772423c6d3840726ee8d095d6c6 /usr/bin/mysqlaccess 523e7f51f86d561795dc3626f3cb2bc5 /usr/bin/mysqladmin b47aae44ccc50d67fcdd4ccb482bdb5e /usr/bin/mysqlbinlog 4960f633d8dd1cc9fa7a72b8ae6dfbf7 /usr/bin/mysqlcheck c84e1610e673484c6c819a78b456db49 /usr/bin/mysqldump 250047b2132a66d7a85950980a2f3e33 /usr/bin/mysqlimport 3a41a101b17997bb89089ba8b52a4700 /usr/bin/mysqlshow md5sum: /usr/lib/mysql: Is a directory 44a9f1220c1922476cc05f814e005f54 /usr/lib/mysql/libmysqlclient.so.15 44a9f1220c1922476cc05f814e005f54 /usr/lib/mysql/libmysqlclient.so.15.0.0 59bccf846ab0ae0196be2ad94f90bd88 /usr/lib/mysql/libmysqlclient_r.so.15 59bccf846ab0ae0196be2ad94f90bd88 /usr/lib/mysql/libmysqlclient_r.so.15.0.0 5d6fea0d3a39effa3e6c59cd3ede9c26 /usr/lib/mysql/mysql_config 9a291c9b6663d6e7d6cb2809dc9f61d7 /usr/lib/mysql/mysqlbug md5sum: /usr/share/doc/mysql-5.0.77: Is a directory 477ab0a4c8ca64b482b3f2a365d0fdfa /usr/share/doc/mysql-5.0.77/COPYING d9ad42b427ace53cb3e752092b040c59 /usr/share/doc/mysql-5.0.77/EXCEPTIONS-CLIENT f042efae8bc01e77901896b6e94843f3 /usr/share/doc/mysql-5.0.77/README ca0fafe8b95c20b3e69b63e51c32c0ad /usr/share/info/mysql.info.gz cc76b6ecb25e7d82d06dc735b5ad82b4 /usr/share/man/man1/my_print_defaults.1.gz da118d1aab5e886c031cc032d71f54ea /usr/share/man/man1/mysql.1.gz 9c31872658e1567cdc999ca282243328 /usr/share/man/man1/mysql_config.1.gz 4d32b2a0280a0306da16b32e273cf56a /usr/share/man/man1/mysql_find_rows.1.gz 0171df50c4b0c760457782fd3818abf8 /usr/share/man/man1/mysql_tableinfo.1.gz 1ed1c10ec19551ab2a28ecf09118c389 /usr/share/man/man1/mysql_waitpid.1.gz 1615660ea4d184e210e15b8584816d54 /usr/share/man/man1/mysqlaccess.1.gz 1bdc7a0175bcc3a3540d1725a159bed7 /usr/share/man/man1/mysqladmin.1.gz ecd3526b77032defc84b26aa85f901c7 /usr/share/man/man1/mysqldump.1.gz 29d81f551a60f283b0ee9a41c8456ec9 /usr/share/man/man1/mysqlshow.1.gz md5sum: /usr/share/mysql: Is a directory md5sum: /usr/share/mysql/charsets: Is a directory 5efa1112115331425740e789d2b4f77e /usr/share/mysql/charsets/Index.xml c17e32bb326c2ea2c39d064219605b15 /usr/share/mysql/charsets/README b8d6f26e44e815ed164fe7ada537c7e9 /usr/share/mysql/charsets/armscii8.xml 381d926414521380a8cb490f0cda4f15 /usr/share/mysql/charsets/ascii.xml 1559a8a48cf98797db00833ada133e90 /usr/share/mysql/charsets/cp1250.xml 71c729b0689a5cbf3169528542c1a192 /usr/share/mysql/charsets/cp1251.xml 91a747ddefc0705f9cf187ef7aebedbf /usr/share/mysql/charsets/cp1256.xml 2d39aa0a3afd5c4373360c5affd09de6 /usr/share/mysql/charsets/cp1257.xml f82f1f41704c4715c2fe3d90f27712ec /usr/share/mysql/charsets/cp850.xml e3a297db9dee58cdccc53f0f33a705d6 /usr/share/mysql/charsets/cp852.xml e6fa1450652d8cea162a480b486b8a17 /usr/share/mysql/charsets/cp866.xml dd31812ea0df98e082e6695ab9524c64 /usr/share/mysql/charsets/dec8.xml ba4b6cfef55e334ca951e089068321ba /usr/share/mysql/charsets/geostd8.xml 43784535eb3e5c2d6481dcd16d0931f1 /usr/share/mysql/charsets/greek.xml 39fceb7330311441c5b4d4d6c77501eb /usr/share/mysql/charsets/hebrew.xml 8fc7fe06c3566bf5e3d6a17b404b5b17 /usr/share/mysql/charsets/hp8.xml 4a03d1982389f176f72df5ce54c5b6ff /usr/share/mysql/charsets/keybcs2.xml 196f36dd3ef90c5e4beabb2ebf5ef8ee /usr/share/mysql/charsets/koi8r.xml fe1619b5f70a191f9591fcaf6f6d7811 /usr/share/mysql/charsets/koi8u.xml ace04e7f96d7f9cc708bb29a8bdf7c96 /usr/share/mysql/charsets/latin1.xml 1b3d66db05887a77750ead396620c769 /usr/share/mysql/charsets/latin2.xml d5a0965c5cb697906b5090a1140b8d45 /usr/share/mysql/charsets/latin5.xml fd9d63a219f19cfb61c558aadf59521b /usr/share/mysql/charsets/latin7.xml 5e84207fbd7c1d4cf5815473ffc9e123 /usr/share/mysql/charsets/macce.xml 7091b5d8e7e195ed9dad61e7ab3b073d /usr/share/mysql/charsets/macroman.xml bbd792e26f054350bc39469848350962 /usr/share/mysql/charsets/swe7.xml md5sum: /usr/share/mysql/czech: Is a directory 2c3d55073d5d3cc8f429b68ccea61c19 /usr/share/mysql/czech/errmsg.sys md5sum: /usr/share/mysql/danish: Is a directory c76b6ceacad7c0c1f86f4b76b91bb7ac /usr/share/mysql/danish/errmsg.sys md5sum: /usr/share/mysql/dutch: Is a directory 9f4d61ad4a34e97df2348bf62c284134 /usr/share/mysql/dutch/errmsg.sys md5sum: /usr/share/mysql/english: Is a directory 19e12c5cb1c97877d026d38fa074826b /usr/share/mysql/english/errmsg.sys md5sum: /usr/share/mysql/estonian: Is a directory c48de1746d11cc9d509301b19aa9f484 /usr/share/mysql/estonian/errmsg.sys md5sum: /usr/share/mysql/french: Is a directory f384cd144d412d5293d400e2c45488c1 /usr/share/mysql/french/errmsg.sys md5sum: /usr/share/mysql/german: Is a directory 653abc21d8da809c1e59e922ff5f170c /usr/share/mysql/german/errmsg.sys md5sum: /usr/share/mysql/greek: Is a directory 090eb385018ea3560bd3befd9538d0c1 /usr/share/mysql/greek/errmsg.sys md5sum: /usr/share/mysql/hungarian: Is a directory 6e64029a1ee1c0c56e9640e096dce6c3 /usr/share/mysql/hungarian/errmsg.sys md5sum: /usr/share/mysql/italian: Is a directory 563d9bb3a312dbc18d2ea7a0f6fb687d /usr/share/mysql/italian/errmsg.sys md5sum: /usr/share/mysql/japanese: Is a directory f3e26c85626f17b18c745fd97c8b33fa /usr/share/mysql/japanese/errmsg.sys md5sum: /usr/share/mysql/korean: Is a directory dbe21e7e7b7c4798bb1c4ffdf361ed00 /usr/share/mysql/korean/errmsg.sys md5sum: /usr/share/mysql/norwegian: Is a directory md5sum: /usr/share/mysql/norwegian-ny: Is a directory f99279d0ef8837f693a37ead19a1c207 /usr/share/mysql/norwegian-ny/errmsg.sys 40a2b5e4aea442ed22f5b8f9346c2f2c /usr/share/mysql/norwegian/errmsg.sys md5sum: /usr/share/mysql/polish: Is a directory 0efb064c4e01eb7a94a3d9229a903341 /usr/share/mysql/polish/errmsg.sys md5sum: /usr/share/mysql/portuguese: Is a directory 73a69002de8b7e030284461b1db057ed /usr/share/mysql/portuguese/errmsg.sys md5sum: /usr/share/mysql/romanian: Is a directory b33d4aba038036fe159395bf25c33322 /usr/share/mysql/romanian/errmsg.sys md5sum: /usr/share/mysql/russian: Is a directory dae069e2e7960f81a93f493185fbca24 /usr/share/mysql/russian/errmsg.sys md5sum: /usr/share/mysql/serbian: Is a directory fff38765748f903021fbbd6f774a3fb9 /usr/share/mysql/serbian/errmsg.sys md5sum: /usr/share/mysql/slovak: Is a directory 66298b60a236c31729e498fa837dcca3 /usr/share/mysql/slovak/errmsg.sys md5sum: /usr/share/mysql/spanish: Is a directory 0a2b77e13083e07120378d97b40d2009 /usr/share/mysql/spanish/errmsg.sys md5sum: /usr/share/mysql/swedish: Is a directory ddda853ba6c417ca68e2184046d500c8 /usr/share/mysql/swedish/errmsg.sys md5sum: /usr/share/mysql/ukrainian: Is a directory 4b645ed41df2e33df138f98164644a38 /usr/share/mysql/ukrainian/errmsg.sys [root@localhost ~]# ++++++++++++++++++++++++
Hope that helps.... _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
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@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.
Hi Lamar,
thanks a lot for bothering with me
here is my output
[root@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@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@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 CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Feb 12, 2011, at 7:28 PM, Peter Ivanov wrote:
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
Run ldd /usr/lib64/php/modules/mysql.so and list the output.
It should look something like:
[root@localhost ~]# ldd /usr/lib64/php/modules/mysql.so libmysqlclient.so.15 => /usr/lib64/mysql/libmysqlclient.so.15 (0x00002b180136f000) libc.so.6 => /lib64/libc.so.6 (0x00002b18016e0000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b1801a37000) libnsl.so.1 => /lib64/libnsl.so.1 (0x00002b1801c70000) libm.so.6 => /lib64/libm.so.6 (0x00002b1801e88000) libssl.so.6 => /lib64/libssl.so.6 (0x00002b180210b000) libcrypto.so.6 => /lib64/libcrypto.so.6 (0x00002b1802358000) libz.so.1 => /usr/lib64/libz.so.1 (0x00002b18026a9000) /lib64/ld-linux-x86-64.so.2 (0x0000003bd6a00000) libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x00002b18028bd000) libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00002b1802aec000) libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00002b1802d81000) libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00002b1802f83000) libdl.so.2 => /lib64/libdl.so.2 (0x00002b18031a9000) libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00002b18033ad000) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00002b18035b5000) libresolv.so.2 => /lib64/libresolv.so.2 (0x00002b18037b8000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00002b18039cd000) libsepol.so.1 => /lib64/libsepol.so.1 (0x00002b1803be6000) [root@localhost ~]#
If it can't find libmysqlclient, you can work around the deeper issue by running ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/ libmysqlclient.so.15
and see if that 'fixes' it.
Hi Lamar,
thnaks a lot for your help
actually the line
ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15
solved my problem
you saved my life :)
is this file link permanent?
Lamar Owen wrote:
ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15
On Feb 12, 2011, at 7:57 PM, Peter Ivanov wrote:
ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/ libmysqlclient.so.15
solved my problem is this file link permanent?
The fact you have to do that link indicates a deeper issue; did you run the ldd line first, and can you post that output?
I found this workaround with Google: http://www.google.com/#sclient=psy&hl=en&q=%22PHP+Startup:+Unable+to...
(That's the full error message text PHP was spitting out).
First hit (an old Fedora bug): https://bugzilla.redhat.com/show_bug.cgi?id=176353
This has the workaround, but this is caused by something else going on.
In any case, glad that worked, but you really do need to dig a little deeper and see why it did what it did, as the underlying reason is going to come back and bite you otherwise....
Thnaks Again,
i guess i wont update the server until i find more info...
i am happy it works now
thanks
Lamar Owen wrote:
On Feb 12, 2011, at 7:57 PM, Peter Ivanov wrote:
ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15
solved my problem is this file link permanent?
The fact you have to do that link indicates a deeper issue; did you run the ldd line first, and can you post that output?
I found this workaround with Google: http://www.google.com/#sclient=psy&hl=en&q=%22PHP+Startup:+Unable+to...
(That's the full error message text PHP was spitting out).
First hit (an old Fedora bug): https://bugzilla.redhat.com/show_bug.cgi?id=176353
This has the workaround, but this is caused by something else going on.
In any case, glad that worked, but you really do need to dig a little deeper and see why it did what it did, as the underlying reason is going to come back and bite you otherwise....
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sun, 13 Feb 2011, Peter Ivanov wrote:
To: CentOS mailing list centos@centos.org From: Peter Ivanov boksiora@gmail.com Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem
Thnaks Again,
i guess i wont update the server until i find more info...
i am happy it works now
Personally I'd try and clone that corrupted system, and put it onto a spare machine for some forensic anaylysis. Maybe do a fresh installation on the running system, and use that for now?
Just depends how much trouble it'g going to give you.
Maybe this is where VM's come into their own?
I'm not to hot on VM's but AFAICT can you do a fresh VM installation from a 'live' system, and then switch to that once it's setup. Is that correct?
Kind Regards,
Keith Roberts
----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk
All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------------
On 02/12/2011 04:57 PM, Peter Ivanov wrote:
actually the line ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15 solved my problem
Your earlier "rpm -ql" and "rpm -V" output indicated that /etc/ld.so.conf.d/mysql-x86_64.conf was present and correct, so you probably could have fixed the problem by running "ldconfig" without creating that symlink.
On 13.2.2011 01:50, Lamar Owen wrote:
On Feb 12, 2011, at 7:28 PM, Peter Ivanov wrote:
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
Run ldd /usr/lib64/php/modules/mysql.so and list the output.
It should look something like:
[root@localhost ~]# ldd /usr/lib64/php/modules/mysql.so
Somewhat offtopic for sure, but maybe this should not be run as root https://bugzilla.redhat.com/show_bug.cgi?id=531160
On Sat, 12 Feb 2011, Lamar Owen wrote:
To: CentOS mailing list centos@centos.org From: Lamar Owen lowen@pari.edu Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem
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@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
That doesn't sound too good. Is it possible that an attacker has uploaded replacement libraries with an evil payload - possibly to harvest your database contents?
Maybe running Wireshark on the corrupted system will give you some clues as to whether data is being sent to a remote IP location, whenever a mysql query is executing? There could be *anything* in that payload to retrieve *all* the data from your database.
Kind Regards,
Keith
----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk
All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------------
On Sun, 13 Feb 2011, Keith Roberts wrote:
To: CentOS mailing list centos@centos.org From: Keith Roberts keith@karsites.net Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem
On Sat, 12 Feb 2011, Lamar Owen wrote:
To: CentOS mailing list centos@centos.org From: Lamar Owen lowen@pari.edu Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem
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@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
That doesn't sound too good. Is it possible that an attacker has uploaded replacement libraries with an evil payload - possibly to harvest your database contents?
Sorry - I thought it was Peter's libraries that are three time the normal size. Hence my reply.
Kind Regards,
Keith
Maybe running Wireshark on the corrupted system will give you some clues as to whether data is being sent to a remote IP location, whenever a mysql query is executing? There could be *anything* in that payload to retrieve *all* the data from your database.
Lamar Owen wrote:
On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote:
the server worked, but suddenly mysql connectivity dissapeared.
when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect()
Can you connect with the command line mysqlclient?
Something fishy is going on; something has changed in your setup, either in the mysql setup or in php.ini.
Googling the error message produces 126,000 hits (WITH quotes!). Lots of possibilities.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Here is my php ini file