To workaround this problem the older version of the libcrypto package must be removed or disabled by following the steps below:
Note: all commands must be run with root privileges
Confirm the installed version of libcrypto and openssl
rpm -qa |grep ssl
ls /usr/lib64/libcrypto*
ls /usr/lib/libcrypto*
To removal older openssl package if present:
yum remove openssl098e-0.9.8e
To disable libcrypto.so.0.9.8e
mv /usr/lib/libcrypto.so.0.9.8e /usr/lib/libcrypto.so.0.9.8e.dissable
mv /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8e.dissable
To re-enable libcrypto.so.0.9.8e
mv /usr/lib/libcrypto.so.0.9.8e.dissable /usr/lib/libcrypto.so.0.9.8e
mv /usr/lib64/libcrypto.so.0.9.8e.dissable /usr/lib64/libcrypto.so.0.9.8e
If you do not want to remove the older version of the library due to backwards compatibility issue, a patch is available to fix this problem in the followingQuartus II software versions:
For Quartus II 13.1.4 Software version, download and install patch 4.26 from the link below:
For Quartus II 13.1 Software version, download and install patch 0.74 from the link below:
For Quartus II 13.0sp1 Software version, download and install patch 1.78 from the link below:
For Quartus II 13.0 Software version, download and install patch 0.54 from the link below:
This problem is fixed in Quartus II 14.0 software version.