执行启动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
查找:[roo...
分类:
其他好文 时间:
2014-07-06 00:11:52
阅读次数:
205
#rpm -qa | grep pcre //查询系统中有没有安装PCRE,一般装系统是默认装有,所以我们要删掉系统自带的
#cp /lib/libpcre.so.0 / //在删除系统自带的PCRE之前,要先备份一下libpcre.so.0这个文件,因为RPM包的关联性太强,在删除后没libpcre.so.0这个文件时我们装PCRE是装不上的...
分类:
其他好文 时间:
2014-07-05 22:49:06
阅读次数:
550
安装完Nginx之后,启动报错。[vagrant@localhost sbin]$ sudo
./nginx./nginx: error while loading shared libraries: libpcre.so.1: cannot open
shared object file: No ...
分类:
其他好文 时间:
2014-06-08 19:01:47
阅读次数:
294
在centos6.*中搭建nginx中遇到的一些问题。安装nginx之前,要先确定是否安装gcc、OpenSSL-devel、pcre-devel和zlib-devel软件库。安装好上边的这些库之后,继续安装nginx,在启动的时候出现了errorwhileloadingsharedlibraries:libpcre.so.1:cannotopensharedobjectfile:Nosuch..
分类:
其他好文 时间:
2014-05-20 19:11:01
阅读次数:
222
./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory...
分类:
其他好文 时间:
2014-04-30 22:43:38
阅读次数:
346