I get this when trying to run bitcoin:
[michael@fed13 64]$ ./bitcoin ./bitcoin: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
Fedora 13 uses this:
/lib64/libcrypto.so.1.0.0a
How can I get around this?
I tried a symlink and running ldd and ldconfig to no avail.
Thanks
No its a breaking DSO major version change. The problem with Fedora is that it cuts backward compatibility ASAP, where as for RHEL/CentOS there would be compat-openssl providing the libraries you need.
# Maybe look at
yum search crypto | egrep -i "(ssl|crypto)"
# Shot in the dark.
yum install compat-openssl
I only have Fedora12 (been advised to say away from 13, maybe its unlucky!)
Hopefully I can have an OBS build up at https://build.opensuse.org/project/packages?project=home%3Adlmiles over the weekend. This should allow a native Fedora build to exist.