Closed
Description
The error is:
./godot_x11-1.0stable.64: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
After doing ln -s /usr/lib64/libcrypto.so /usr/lib64/libcrypto.so.1.0.0 , I get this error:
./godot_x11-1.0stable.64: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
After doing ln -s /usr/lib64/libssl.so /usr/lib64/libssl.so.1.0.0 , I get this error:
./godot_x11-1.0stable.64: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./godot_x11-1.0stable.64)
./godot_x11-1.0stable.64: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./godot_x11-1.0stable.64)
I'm running a Fedora 21 system (64 bits, of course) with Openssl 1.0.1k installed (stock version from official repository)