Yum Error : libnghttp2.so.14: cannot open shared object file
Hi :
I am get following error when run Yum
yum not working at all, I think client Updated Curl Manually, guide to fix it.
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libnghttp2.so.14: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Jun 20 2019, 20:27:34)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
yum not working at all, I think client Updated Curl Manually, guide to fix it.
-
Hi @mahdy_sharifi , This error message indicates that the library file "libnghttp2.so.14" are not located. You can check the exact location by "locate libnghttp2.so.14" or also "ldconfig -v". Also, Latest stable curl version is 7.22.0, but so far 7.19.7-16 is the CentOS latest. http://download.fedora.redhat.com/pub/fedora/linux/development/rawhide/x86_64/os/Packages/?P=*curl*
yum install epel-release -y rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel6/x86_64/city-fan.org-release-1-13.rhel6.noarch.rpm yum update curl
Thanks,0 -
When i find location, How can set it ? 0 -
When i find location, How can set it ?
resolved by making symlink : ln -s /opt/cpanel/nghttp2/lib/libnghttp2.so.14.17.4 /usr/lib/libnghttp2.so.14 ldconfig0 -
Hello, I'm happy to see you were able to resolve this issue and thank you for letting us know how you fixed it. 0
Please sign in to leave a comment.
Comments
4 comments