I have Simplify3D running in Fedora Core 21, and up until version 3.1 had no problems with the installation. However, when running version 3.1, I get the error:
error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Simplify3D appears to be using an outdated libcrypto. My current version is libcrypto.so.1.0.1k, a.k.a. libcrypto.so.10.
I found a random other installed package with its own version of libcrypto-1.0.0, but trying to link to that failed with a different error message:
/lib64/libcrypto.so.1.0.0: no version information available (required by Simplify3D)
Just trying to hack it in by making a symbolic link from libcrypto.so.1.0.0 to libcrypto.so.10 ends up with yet another different error message:
/lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by Simplify3D)
I have several other possible leads from StackOverflow, but if anybody else has encountered and/or solved this problem, please let me know.