Answer the question
In order to leave comments, you need to log in
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
yum install mysql-community-server
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
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
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 questionAsk a Question
731 491 924 answers to any question