Eagle CAD on Fedora 23 x64 SOLVED
Eagle CAD complains of missing libraries
> sh eagle-lin64*
Ensure the following libraries are available:
libssl.so.1.0.0 => not found
libcrypto.so.1.0.0 => not found
The fix:
# cd /usr/lib64 # ln -s libssl.so.10 libssl.so.1.0.0 # ln -s libcrypto.so.10 libcrypto.so.1.0.0
Leave a Reply