Fedora 16 & openssl version
Posted: Sat Dec 10, 2011 3:23 am
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".
Thought this would help anyone else that ran into this issue.
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