So, as before, you need to symlink libssl and libcrypto, but this time, you need to do the symlinking in the normal 64bit lib path.
/usr/lib64$ sudo ln -s libssl.so.1.0.1k libssl.so.1.0.0 /usr/lib64$ sudo ln -s libcrypto.so.1.0.1k libcrypto.so.1.0.0
This is despite the eagle installer saying that it needs the 32bit libraries installed!
Leave a Comment