Author Topic: Missing libmysqlclient.so.14()(64bit)  (Read 1766 times)

0 Members and 1 Guest are viewing this topic.

Offline tzivaerisTopic starter

  • Irregular
  • Posts: 3
    • View Profile
Missing libmysqlclient.so.14()(64bit)
« on: February 22, 2010, 09:00:19 PM »
In SuSE 9.3 server I am experiencing these annoying problems.
I am trying to install php5-mysql-5.0.3-14.x86_64.rpm and I am getting :

error: Failed dependencies:
libmysqlclient.so.14()(64bit) is needed by php4-mysql-4.3.10-14.37

With a locate command I've found:

# locate libmysql*.*

/usr/lib/libmysqlclient.so.14
/usr/lib/libmysqlclient.so.14.0.0
/usr/lib/mysql/libmysqlclient.so.14
/usr/lib/mysql/libmysqlclient.so.14.0.0
/usr/lib64/libmysqlclient.so.14
/usr/lib64/libmysqlclient.so.14.0.0
/usr/lib64/mysql/libmysqlclient.so.14
/usr/lib64/mysql/libmysqlclient.so.14.0.0
/usr/lib/libmysqlclient.so.14.0.0
/usr/lib/mysql/libmysqlclient.so.14.0.0
/usr/lib64/libmysqlclient.so.14.0.0
/usr/lib64/mysql/libmysqlclient.so.14.0.0
/usr/lib/libmysqlclient_r.so.14
/usr/lib/libmysqlclient_r.so.14.0.0
/usr/lib/mysql/libmysqlclient_r.so.14
/usr/lib/mysql/libmysqlclient_r.so.14.0.0
/usr/lib64/libmysqlclient_r.so.14
/usr/lib64/libmysqlclient_r.so.14.0.0
/usr/lib64/mysql/libmysqlclient_r.so.14
/usr/lib64/mysql/libmysqlclient_r.so.14.0.0
/usr/lib/libmysqlclient_r.so.14.0.0
/usr/lib/mysql/libmysqlclient_r.so.14.0.0
/usr/lib64/libmysqlclient_r.so.14.0.0
/usr/lib64/mysql/libmysqlclient_r.so.14.0.0

Is there difference between libmysqlclient.so.14()(64bit) and libmysqlclient.so.14?  Why cannot mysql see this?
I am experiencing also ftp problems
When I am trying to connect via ftp client to the server, I get:
pure-ftpd: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory


The uname -a command shows:

Linux liaison 2.6.11.4-21.17-smp #1 SMP Fri Apr 6 08:42:34 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux

The rpm -q -a | grep -i mysql shows:

qt3-mysql-3.3.4-11
MySQL-server-community-5.0.67-0.sles9
mysql-query-browser-1.1.5-4
MySQL-client-community-5.0.67-0.sles9
MySQL-shared-community-5.0.67-0.sles9
mysql-administrator-1.0.19-3
MySQL-devel-community-5.0.67-0.sles9
mysql-connector-java-3.1.6-3
mysql-shared-32bit-9.3-3
perl-DBD-mysql-2.9004-3

The rpm -q -a | grep -i php shows:

phpMyAdmin-2.9.1.1-2.3
mod_php4-core-4.3.10-14.37
php4-iconv-4.3.10-14.37
php4-sysvsem-4.3.10-14.37
php5-mbstring-5.0.3-14.37
php4-bz2-4.3.10-14.37
php4-mbstring-4.3.10-14.37
php5-ctype-5.0.3-14.37
php4-exif-4.3.10-14.37
php4-pgsql-4.3.10-14.37
php4-yp-4.3.10-14.37
php4-gd-4.3.10-14.37
php4-shmop-4.3.10-14.37
php4-unixODBC-4.3.10-14.37
php4-calendar-4.3.10-14.37
php4-mcal-4.3.10-14.37
php4-session-4.3.10-14.37
php5-5.0.3-14.37
php5-zlib-5.0.3-14.37
php4-ftp-4.3.10-14.37
apache2-mod_php4-4.3.10-14.37
php4-dbase-4.3.10-14.37
php4-gmp-4.3.10-14.37
php4-sockets-4.3.10-14.37
php4-xslt-4.3.10-14.37
php4-mime_magic-4.3.10-14.37
php5-openssl-5.0.3-14.37
php4-gettext-4.3.10-14.37
php4-mhash-4.3.10-14.37
php4-snmp-4.3.10-14.37
php4-curl-4.3.10-14.37
php5-curl-5.0.3-14.37
php-doc-5.0.3-3
php4-4.3.10-14.37
php4-domxml-4.3.10-14.37
php4-imap-4.3.10-14.37
php4-pear-4.3.10-14.37
php4-sysvshm-4.3.10-14.37
php4-zlib-4.3.10-14.37
php5-xmlrpc-5.0.3-14.37
php4-dbx-4.3.10-14.37
php4-wddx-4.3.10-14.37
php4-filepro-4.3.10-14.37
php4-qtdom-4.3.10-14.37
php5-pear-5.0.3-14
php4-bcmath-4.3.10-14.37
php4-ldap-4.3.10-14.37
php5-tokenizer-5.0.3-14.37
php4-ctype-4.3.10-14.37
php4-mcrypt-4.3.10-14.37
php5-iconv-5.0.3-14.37

How can I correct this problem?
It seems that without php-mysql my mysql it doesn't work
I get : Cannot load mysql extension. Please check your PHP configuration. - Documentation

Please I am waiting for solution because I am desperate
« Last Edit: February 22, 2010, 09:02:30 PM by tzivaeris »

Online fenway

  • MySQL Si-Fu / PHP Resident Alien
  • Global Moderator
  • 'Mind Boggling!'
  • *
  • Posts: 15,443
  • Gender: Male
    • View Profile
Re: Missing libmysqlclient.so.14()(64bit)
« Reply #1 on: February 24, 2010, 10:53:31 AM »
Did you read the sticky on the child board?
:anim_rules: Seriously... if people don't start reading this before posting, I'm going to consider not answering at all.

Offline tzivaerisTopic starter

  • Irregular
  • Posts: 3
    • View Profile
Re: Missing libmysqlclient.so.14()(64bit)
« Reply #2 on: February 24, 2010, 12:44:18 PM »
Seriously do you think that you are helping me here? I have a lot of days dealing with this on my own and my eyes and head are aching .In my dizziness and despare you think that this is easy? I am total newbee in this and I just made a question regarding my problem into the phpfreakz forum with specialists.At least give me a link so I will be able to deal my problem and not be so hostile.
Thank you in advance anyway...

Online fenway

  • MySQL Si-Fu / PHP Resident Alien
  • Global Moderator
  • 'Mind Boggling!'
  • *
  • Posts: 15,443
  • Gender: Male
    • View Profile
Re: Missing libmysqlclient.so.14()(64bit)
« Reply #3 on: February 24, 2010, 01:58:39 PM »
Who said anything about easy? ... and how can a simple question be "hostile"? 

And yes, yes, I did think I was helping; and since you won't clearly can't find it yourself, Here you go.

And try using "ldd" to see exactly where it's trying to find it -- likely a busted symlink.
:anim_rules: Seriously... if people don't start reading this before posting, I'm going to consider not answering at all.

Offline tzivaerisTopic starter

  • Irregular
  • Posts: 3
    • View Profile
Re: Missing libmysqlclient.so.14()(64bit)
« Reply #4 on: February 24, 2010, 06:00:27 PM »
The link you gave me is for windows installation of MySQL.I remind you that I am using Linux SuSE 9.3 x_86_84
The ldd comand is a start but where exactly I will use it? In what binary?

Online fenway

  • MySQL Si-Fu / PHP Resident Alien
  • Global Moderator
  • 'Mind Boggling!'
  • *
  • Posts: 15,443
  • Gender: Male
    • View Profile
Re: Missing libmysqlclient.so.14()(64bit)
« Reply #5 on: February 25, 2010, 04:19:30 PM »
Not sure... whatever's throwing that failed dependency error .
:anim_rules: Seriously... if people don't start reading this before posting, I'm going to consider not answering at all.