The following is a little correction/hint on an article written by Janet Merner.

 
1. Get Amaya from http://www.w3.org/Amaya/User/BinDist.html
 
2. Open a terminal and type:
su root (type your root password when prompted)
 
In the directory where rpm is located type:
rpm -i --nodeps amaya_wx-11.3.1-0.i386.rpm
 
Normal install does not work because amaya is looking for older copies of Libcrypt and Libssl which are deprecated.
 
In order for Amaya to load it need to find the new version of the libraries so we symlink to them here.

 
ln -s libssl.so.1.0.0 libssl.so.7
ln -s libcrypto.so.1.0.0 libcrypto.so.7
 
And Voilà - the finished product!

 
Note from Val: The symbolic links have to be created while you are in the /usr/lib directory.
Amaya does work fine on my Fedora Core 14, thank you very much, Janet! I hope you don't mind me changing the typography (caps where there shouldn't be any) while quoting what you had to say on the subject.
Update: Here's a quick way. The thread is updated periodically.
Enjoy!

User login

Navigation