Installing EagleCad 6.5 on Fedora 19
Hello Everyone,
I recently updated fedora and now I’m reloading all of my software that I previously had. As with past fedora versions I had a little trouble getting the eagle-lin-6.5.0.run to function properly. The following shell commands will get the installer to open correctly.
sudo yum install openssl-devel sudo cd /usr/lib; ln -s -T libssl.so.1.0.1e libssl.so.1.0.0; ln -s -T libcrypto.so.1.0.1e libcrypto.so.1.0.0
Make sure the installer has the ability to execute with chmod then run the installer.
chmod a+x eagle-lin-6.5.0.run ./eagle-lin-6.5.0.run
Njoy.