Fedora 13 の libcrypto

人物: chupacabra

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 ではこちらを使用している:

/lib64/libcrypto.so.1.0.0a

これを回避するにはどうすればよいか?

シンボリックリンクを試し、ldd と ldconfig も実行したが効果がなかった。

よろしく