sudo rpm -i /home/mangesh/mysql-community-server-8.4.0-11.fc40.x86_64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.38)(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
libc.so.6(GLIBC_ABI_DT_RELR)(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
libm.so.6(GLIBC_2.35)(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
libm.so.6(GLIBC_2.38)(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
libmecab.so.2()(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
libstdc++.so.6(CXXABI_1.3.15)(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
libstdc++.so.6(GLIBCXX_3.4.30)(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
libstdc++.so.6(GLIBCXX_3.4.32)(64bit) is needed by mysql-community-server-8.4.0-11.fc40.x86_64
mysql-community-client(x86-64) >= 8.0.11 is needed by mysql-community-server-8.4.0-11.fc40.x86_64
mysql-community-common(x86-64) = 8.4.0-11.fc40 is needed by mysql-community-server-8.4.0-11.fc40.x86_64
mysql-community-icu-data-files = 8.4.0-11.fc40 is needed by mysql-community-server-8.4.0-11.fc40.x86_64
(try to add '--skip-broken' to skip uninstallable packages)
System Configuration:
- NAME=”Amazon Linux”
- VERSION=”2023″
- ID=”amzn”
- ID_LIKE=”fedora”
- VERSION_ID=”2023″
- PLATFORM_ID=”platform:al2023″
- PRETTY_NAME=”Amazon Linux 2023.4.20240611″
I initially tried to install using sudo yum install mysql-community-server, but encountered conflicting requests related to libcrypto.so.10 and libssl.so.10.
How can I resolve these dependency issues and successfully install MySQL 8.4.0 Community Server on Amazon Linux 2023?