N
N
Nikolay Baranenko2017-09-16 10:13:52
MySQL
Nikolay Baranenko, 2017-09-16 10:13:52

What is the correct way to solve the dependency problem when installing mysql 5.7?

Hello.
On CentOS 7 trying to install mysql 5.7 from repo

wget https://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
 sudo rpm -ivh mysql57-community-release-el7-8.noarch.rpm
yum update

I'm trying to install mysql and I'm
yum install mysql-community-server
getting an error
Error: Package: mysql-community-server-5.7.19-1.el7.x86_64 (mysql57-community)
           Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: mysql-community-libs-5.7.19-1.el7.x86_64 (mysql57-community)
           Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: mysql-community-client-5.7.19-1.el7.x86_64 (mysql57-community)
           Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: mysql-community-server-5.7.19-1.el7.x86_64 (mysql57-community)
           Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: mysql-community-client-5.7.19-1.el7.x86_64 (mysql57-community)
           Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: mysql-community-server-5.7.19-1.el7.x86_64 (mysql57-community)
           Requires: libsasl2.so.3()(64bit)
Error: Package: mysql-community-server-5.7.19-1.el7.x86_64 (mysql57-community)
           Requires: systemd

What is the correct way to solve the dependency problem when installing mysql?
uname -a
Linux dbmysql02 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolay Baranenko, 2017-09-18
@drno-reg

unfortunately I had to state that mysql 57 cannot be installed on oracle linux 6.9 due to the version of the glibc library, in oracle linux 6.9 - 2.12, and 2.17 is needed,
I had to change to
Oracle Linux Server 7.4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question