[SOLVED] MySQL 5.1 install from RPMs not working!

Issues related to software problems.
Post Reply
TomF
Posts: 2
Joined: 2013/07/19 22:16:57

[SOLVED] MySQL 5.1 install from RPMs not working!

Post by TomF » 2013/07/19 22:25:09

I'm working through a learning project that wants me to install MySQL5.1 on a CentoOS 5 VM using only RPMs.

I locate the RPMs and download, then install. Dependencies are missing, so I go grab those.
The problem that I am having is that the MySQL5.1 rpm requires "libmysqlclient16", and some of the other dependencies also require this, but perl-DBD-MySQL requires "libmysqlclient15". I have tried to find different versions of these rpms to get all of them to use the same version but have not been able to yet.

I am taking way to long to figure this out and I'm wondering if there is some trick to this.

Thanks for any input.

~ TomF

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

[SOLVED] MySQL 5.1 install from RPMs not working!

Post by TrevorH » 2013/07/19 23:18:07

You probably need the MySQL-Shared-Compat RPM that matches your other packages

TomF
Posts: 2
Joined: 2013/07/19 22:16:57

Re: [SOLVED] MySQL 5.1 install from RPMs not working!

Post by TomF » 2013/07/20 00:52:13

You're right! Thanks. I tried to get that earlier and the place I was grabbing rpms did not have it, so I kept trying to work around other ways. But once you mentioned it I went and did a wider search for it and it solved the issue.

Thanks,

TomF

Post Reply