MySQL Forums
Forum List  »  Install & Repo

installing Mysql 8 on CentOS 7.6 dependencie error
Posted by: R Averill
Date: November 02, 2019 07:40AM

When I use the yum repositories to install either versions 8 or 5.7, I get this:
Error: Package: mysql-community-server-5.7.28-1.el6.x86_64 (mysql57-community)
Requires: libsasl2.so.2()(64bit)

Here are the libraries installed on CentOS 7.6.1810:
/usr/lib64/libsasl2.so.3
/usr/lib64/libsasl2.so.3.0.0

I have tried ln -s /usr/lib64/libsasl2.so.3 libsasl2.so.2 , but that does not resolve the dependence, I still get the same error.

I've looked for libsasl2.so.2()(64bit) for Centos 7.6 without success.

Any guidance would be appreciated.

Options: ReplyQuote


Subject
Written By
Posted
installing Mysql 8 on CentOS 7.6 dependencie error
November 02, 2019 07:40AM


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.