Ever tried to install or upgrade the OpenSSL package installed on linux server ? Ok. so I had similar experiance in my current company where i faced a error while doing the upgrade of openssl package on redhat machine. and I was doing that to get rid of vulnerabilities.
Error I faced:
libssl.so.10(libssl.so.10)(64bit) is needed by OR libz.so.1(zlib_1.2.0)(64bit) is needed
Error cause because of:
I was trying to upgrade the OpenSSL package on redhat/centos linux machine. Sometimes you can get this error while working on any other package upgrade as well. in that case too similar solution would be applicable which i mentioned below.
Solution to the Error:
====================================X============X=================================================
Contact support@linuxforeveryone for any Freelancing work on Linux Servers
Subscribe my YouTube Channel
Like My Facebook Page
Browse the Best in class Web Hosting Plans
Error I faced:
libssl.so.10(libssl.so.10)(64bit) is needed by OR libz.so.1(zlib_1.2.0)(64bit) is needed
Error cause because of:
I was trying to upgrade the OpenSSL package on redhat/centos linux machine. Sometimes you can get this error while working on any other package upgrade as well. in that case too similar solution would be applicable which i mentioned below.
Solution to the Error:
- Upgrade the installed OpenSSL version for below packages
- openssl
- openssl-devel
- Upgrade the zlib package by using YUM
====================================X============X=================================================
Contact support@linuxforeveryone for any Freelancing work on Linux Servers
Subscribe my YouTube Channel
Like My Facebook Page
Browse the Best in class Web Hosting Plans
0 comments :
Post a Comment