Symptoms
Yum fails with the following error:
libnghttp2.so.14: cannot open shared object file: No such file or directory
Description
Using "yum" may fail with the following error:
libnghttp2.so.14: cannot open shared object file: No such file or directory
The missing file prevents installing and updating software via yum, which is also utilized by EasyApache 4.
The error can occur due to the libnghttp2 RPM missing from the system.
Workaround
Temporarily symlink the file from the EasyApache 4 RPM and use yum to install the missing package. You can utilize these commands:
# ln -s /opt/cpanel/nghttp2/lib/libnghttp2.so.14 /usr/lib64/libnghttp2.so.14
# yum install libnghttp2 -y
Comments
0 comments
Article is closed for comments.