nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
环境:
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
作者:ccku
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。如有问题或建议,请多多赐教,非常感谢。