Summary I try to install MYSQL community edition 8.0 on my Amazon Linux server
Command i have done so far
cd /home/ec2-user
wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.16-2.el7.x86_64.rpm-bundle.tar
tar -xvf mysql-8.0.16-2.el7.x86_64.rpm-bundle.tar
rpm -ivh mysql-community-server-8.0.16-2.el7.x86_64.rpm
I get the following error : error: Failed dependencies: libsasl2.so.3()(64bit) is needed by mysql-community-server-8.0.16-2.el7.x86_64 systemd is needed by mysql-community-server-8.0.16-2.el7.x86_64
What i tried by now The library libsasl2.so.3()(64bit) is included in cyrus-sasl-lib I tried to install it but still the same result Here is the command i tried : sudo yum install cyrus-sasl-lib
Operating System Linux ip-172-31-86-163 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Expected Result : Success
Error Message i have : Failed dependencies: libsasl2.so.3()(64bit) is needed by mysql-community-server-8.0.16-2.el7.x86_64
yum? tryyum install mysql. - Chris Maes