Skip to main content

Yum Error : libnghttp2.so.14: cannot open shared object file

Comments

4 comments

  • ganesankittan
    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
  • mahdy_sharifi
    When i find location, How can set it ?
    0
  • mahdy_sharifi
    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 ldconfig
    0
  • cPanelLauren
    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.