error while loading shared libraries: libpcre.so.1: cannot open shared object file

时间:2014-07-06 00:12:16   收藏:0   阅读:1015
 
 执行启动nginx:/usr/local/nginx/sbin/nginx  
 错误:/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory  
  查找:[root@bogon lib]# find /-type f -name *libpcre.so.*
  执行:[root@bogon lib]# ln -s /lib/libpcre.so.0.0.1  /lib/libpcre.so.1
  这样就访问了libpcre.so.1

error while loading shared libraries: libpcre.so.1: cannot open shared object file,布布扣,bubuko.com

原文:http://blog.csdn.net/luozhonghua2014/article/details/37068765

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!