Hi Folks, for those of you who love amazons drm free mp3 store, but are having trouble installing the downloader on F9 due to missing libssl.so.6 and libcrypto.so.6 dependencies, here is a quick and dirty workaround:
1. download the fedora 8 rpm (amazonmp3.rpm) from the amazon site
2. cd to your download dir
3. su -c 'rpm -i --nodeps amazonmp3.rpm' (this tells rpm to ignore dependencies)
4. cd /lib
5. su -c 'ln -s libssl.so.7 libssl.so.6'
6. su -c 'ln -s libcrypto.so.7 libcrypto.so.6'
The last two steps just soft link the .7 version of the libraries that come with F9, to the .6 filenames that amazonmp3 is looking for. You should now be able to download amazon mp3s on your F9 install. Cheers !
- GS