MySQL Forums
Forum List  »  Install & Repo

MySQL 5.6 on EL5 - missing dependencies
Posted by: Jacques Dejean
Date: January 28, 2014 02:06PM

I have made several attempts to install MySQL 5.6 on Oracle Linux (EL5). I've tried using the YUM repository, as well as downloading the rpm-bundle.tar and trying to install via rpm. In all cases, I get 'missing dependencies' warning messages. Am I missing something in the process?

================ errmsg snippet ==============
--> Finished Dependency Resolution
mysql-community-server-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: perl(File::Temp) is needed by package mysql-community-server-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-client-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libstdc++.so.6(GLIBCXX_3.4) is needed by package mysql-community-client-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-server-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libdl.so.2(GLIBC_2.0) is needed by package mysql-community-server-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-client-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: /usr/bin/perl is needed by package mysql-community-client-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-libs-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libstdc++.so.6(CXXABI_1.3) is needed by package mysql-community-libs-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-client-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libm.so.6(GLIBC_2.0) is needed by package mysql-community-client-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-server-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: shadow-utils is needed by package mysql-community-server-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-client-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libm.so.6 is needed by package mysql-community-client-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-libs-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libgcc_s.so.1 is needed by package mysql-community-libs-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-server-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libpthread.so.0 is needed by package mysql-community-server-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-server-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package mysql-community-server-5.6.15-3.el5.i386 (mysql56-community)
mysql-community-client-5.6.15-3.el5.i386 from mysql56-community has depsolving problems
--> Missing Dependency: libdl.so.2(GLIBC_2.1) is needed by package mysql-community-client-5.6.15-3.el5.i386 (mysql56-community)
================= end of snippet =======================

================= text of repo file ====================
# Enable to use MySQL 5.6
[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=//repo.mysql.com/yum/mysql-5.6-community/el/5/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-
[root@localhost stuff]#
================== end of repo file ====================

================== text of mysql56-community repo ======
[root@localhost yum.repos.d]# cat mysql-community.repo
[mysql-connectors-community]
name=MySQL Connectors Community
baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/5/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

# Enable to use MySQL 5.6
[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/5/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

[root@localhost yum.repos.d]#
================== end of snippet ===================

I appreciate the help in resolving these error messages.

Thanks!!

Options: ReplyQuote


Subject
Written By
Posted
MySQL 5.6 on EL5 - missing dependencies
January 28, 2014 02:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.