LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   bad help me out (https://www.linuxquestions.org/questions/linux-newbie-8/bad-help-me-out-558594/)

yawdmac 06-02-2007 09:09 AM

bad help me out
 
when i try to add mysql i get version 15 fro the
client library and i sneed 14 to make my inbstall work
Description:
i am trying to add ser-mysql to a a system and i did a yum install and got
version 5 installed.

when i tried to install ser-mysql it requires version 14

[root@localhost Desktop]# rpm -i ser-mysql-0.9.3-CentOS_jtl.i386.rpm
warning: ser-mysql-0.9.3-CentOS_jtl.i386.rpm: Header V3 DSA signature:
NOKEY, key ID 9b51f2a1
error: Failed dependencies:
libmysqlclient.so.14 is needed by ser-mysql-0.9.3-CentOS_jtl.i386


when i did a grep on the system the library is libmysqlclient.so.15 how
do i inst all mysql fro centos to have libmysqlclient.so.14 loaded.

MensaWater 06-02-2007 12:08 PM

Just install mysqlclient14 - I just did this on my Fedora Core 6 box and it took it - it appears they just give you the mysqlclient15 by default with mysql.

By the way - do you not use yum?
e.g.

yum install ser-mysql

yum is a nice tool for rpm based systems like RedHat/Fedora/CentOS because it downloads the package AND resolves dependencies for you.

yawdmac 06-02-2007 08:04 PM

Hi J I did that before.
On centos I tried all that using RPM's and YUM.

For some reason the dependencies for centos may work better using fedora.

I will try the mysqlcleint14 again


All times are GMT -5. The time now is 05:14 AM.