php-fpm: error while loading shared libraries: libcares.so.2: cannot open shared object file: No such file or directory
微wx笑
2023-11-15【运维日志】
61
0
0关键字:
php-fpm: error while loading shared libraries: libcares.so.2: cannot open shared object file: No such file or directory解决方法:yum install c-ares使用下面的方法
php-fpm: error while loading shared libraries: libcares.so.2: cannot open shared object file: No such file or directory
解决方法:
yum install c-ares
使用下面的方法无效:
1 2 3 4 5 6 | wget http: //c-ares .haxx.se /download/c-ares-1 .10.0. tar .gz tar xvf c-ares-1.10.0. tar .gz cd c-ares-1.10.0 . /configure make sudo make install |
可能是版本不对?
报错:
error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
安装
yum install alsa-lib-devel
报错:
error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
安装
yum install gtk2
本文由 微wx笑 创作,采用 署名-非商业性使用-相同方式共享 4.0 许可协议,转载请附上原文出处链接及本声明。
原文链接:https://www.ivu4e.cn/blog/service/2023-11-15/1957.html