Fedora 16 & openssl version

The place to discuss linux version of MakeMKV
Post Reply
dwalme
Posts: 28
Joined: Sat Dec 10, 2011 2:38 am

Fedora 16 & openssl version

Post by dwalme »

I ran into an issue with the version of openssl on Fedora 16. Looks like makemkvcon is looking for version 1.0.0 of openssl. The version in Fedora 16 is 1.0.0e. I had to add these symbolic links before compiling and installing.

I can't remember the exact error, but it was something like "Application failed to initialize".

Code: Select all

sudo ln -s /usr/lib64/libssl.so.1.0.0e /usr/lib64/libssl.so.1.0.0
sudo ln -s /lib64/libcrypto.so.1.0.0e /lib64/libcrypto.so.1.0.0
Thought this would help anyone else that ran into this issue.
mike admin
Posts: 4075
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Fedora 16 & openssl version

Post by mike admin »

Nope, makemkvcon itself doesn't use openssl, but the libraries that you've built on your box do , and makemkvcon uses them. Something is wrong with your build process.
Post Reply