Page 1 of 1

Fedora 16 & openssl version

Posted: Sat Dec 10, 2011 3:23 am
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.

Re: Fedora 16 & openssl version

Posted: Mon Dec 19, 2011 7:55 am
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.