After having explained how to build MySQL 8 (MySQL 8.0 and MySQL 8.1) on OL9 and OL7, this episode of the series will cover how to build MySQL 8 on Oracle Linux 8 (OL8) and compatible (EL8, CentOS 8, …).
My build machine is a VM.Standard.E4.Flex instance on OCI having
8 OCPUs and 128GB of ram with Oracle Linux 8.8. The machine has
also a block volume of 50GB attached and mounted in
/home/opc/rpmbuild
:
Getting the source RPM
To get the source RPM, you need first to install the MySQL Community’s repo:
$ sudo dnf install -y https://dev.mysql.com/get/mysql80-community-release-el8-7.noarch.rpm
But comparing to OL7 and OL9, this is maybe the most complicate process if you are not aware …
[Read more]