On 12/22/2017 01:14 PM, Richard Shaw wrote:
 Fri, Dec 22, 2017 at 10:36 AM, Temlakos <temlakos@gmail.com> wrote:
checking openssl/opensslconf.h usability... no
checking openssl/opensslconf.h presence... no
checking for openssl/opensslconf.h... no
configure: error: in `/home/Temlakos/Downloads/makemkv/makemkv-oss-1.10.8':
configure: error: openssl library header files not found
See `config.log' for more details

I've had to use compat-openssl10-devel since Fedora 26 for makemkv.

Also, if you're going to be building your own software I would recommend:

# dnf groupinstall "Development Tools"

Thanks,
Richard

How do I get a list of the groups dnf recognizes? That kind of group installation would solve a lot of problems. Heretofore, it has been available as a GUI only, and then only on initial installation of the OS. To be able to do it on the fly...!

Temlakos