After upgrading to Fedora 11, the Downloader for X, d4x, complains that it cannot load the shared file or library libssl.so.7.
Cured with the below on x86_64:
sudo ln -s /usr/lib64/libssl.so.8 /lib64/libssl.so.7 sudo ln -s /usr/lib64/libcrypto.so.8 /lib64/libcrypto.so.7