Web Projects Outsourcing

Fixing broken Downloader for X in Fedora 11

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.