Code: Select all
sudo dnf install compat-openssl10-devel.x86_64 --allowerasing
Then build the makemkv as what it did in the past. This time it would linked with OpenSSL 1.0.X header thus later while running, it will look for OpenSSL 1.0.X library.
If needed, you can re-install the openssl 1.1 devel package using similar dnf command so that you can still benefit from other programs that migrate to openssl 1.1 API.