首页 > 其他 > 详细

nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

时间:2020-08-18 16:48:21      阅读:114      评论:0      收藏:0      [点我收藏+]

环境:
centos 6.0 64位
nginx:1.12.2
问题:找不到libpcre.so.1
问题截图:技术分享图片

解决办法:
1.查找libpcre.so.1文件的位置

find / -name "libpcre.so.1

技术分享图片

2.将/usr/local/lib重定向到/etc/ld.so.conf文件中

echo "/usr/local/lib" >> /etc/ld.so.conf
#立即生效
ldconfig

技术分享图片

nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

原文:https://www.cnblogs.com/ccku/p/13524326.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!