Posted January 24, 2018
When running the start.sh I'm getting the following error:
./runner: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
I can manually link libcrypto.so.1.0.0 to libcrypto.so.10 to get around this. I then receive a similar error for libssl.so.1.0.0, which I get around by manually linking to libssl.so.10.
After manually linking the two libraries I receive the following error:
Running The Red Strings Club
./runner: /lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./runner)
./runner: /lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./runner)
I'm not sure how to proceed.
I'm using Fedora 27, btw.
./runner: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
I can manually link libcrypto.so.1.0.0 to libcrypto.so.10 to get around this. I then receive a similar error for libssl.so.1.0.0, which I get around by manually linking to libssl.so.10.
After manually linking the two libraries I receive the following error:
Running The Red Strings Club
./runner: /lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./runner)
./runner: /lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./runner)
I'm not sure how to proceed.
I'm using Fedora 27, btw.
No posts in this topic were marked as the solution yet. If you can help, add your reply