在安装pcre-8.13.tar.gz时候出了错,说是缺少libpcre.so.0 下面是解决方法。真不容易哦,一个问题来没解决,新问题就出来了。一环扣一环,会搞死去。。errorgrep: error while loading shared libraries: libpcre.so.0: ca...
分类:
其他好文 时间:
2015-04-23 01:45:52
阅读次数:
208
[ew69@localhost conf]# /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 确认已...
分类:
其他好文 时间:
2015-04-15 01:02:21
阅读次数:
163
Debian 7编译nginx前的准备工作:
apt-get install -y gcc make vim
apt-get install libpcre+*
apt-get install -y grep zlib1g*
apt-get install -y libssl1.0.0
apt-get install -y libssl-dev
编译nginx:
ufo@uf...
分类:
其他好文 时间:
2015-03-17 07:07:03
阅读次数:
166
问题信息:./nginx:errorwhileloadingsharedlibraries:libpcre.so.1:cannotopensharedobjectfile:Nosuchfileordirectory问题原因:没有安装PCRE库,或安装了PCRE库而没有配置PCRE共享库。解决方案:配置PCRE共享库。1.查找pcre库的位置。[root@server06~]#cd/lib
[root@server0..
分类:
其他好文 时间:
2015-03-13 18:59:16
阅读次数:
128
sudo apt-get install gcc libpcre++-dev libssl-dev makemkdir /home/gitcd /home/gitgit clone https://github.com/yaoweibin/ngx_http_substitutions_filter_...
分类:
其他好文 时间:
2014-11-21 01:13:35
阅读次数:
260
公司在用opus开源库,所以遇到了一些问题。 我将新下载的opus1.1替换掉老版本之后,单独编译opus没问题,可是编译相关的文件就会报错。 错误信息如下:g++ -Wall -fPIC -shared libusc_jni.o libusc.a ../api/libopus.a ../api/libspeex.a ../api/libamrnb.a ../api/libpcre.a -o li...
分类:
系统相关 时间:
2014-10-27 21:24:38
阅读次数:
241
nginx启动报错:errorwhileloadingsharedlibraries:libpcre.so.1:cannotopensharedobjectfile:Nosuchfileordirectory我用的是64位系统解决办法:[root@lee~]#ln-s/usr/local/lib/libpcre.so.1/lib64启动nginx即可:/usr/local/webserver/nginx/sbin/nginx
分类:
其他好文 时间:
2014-08-07 13:29:30
阅读次数:
181
一、软件模块依赖性:[root@localhost]#yum-yinstallgcc+gcc-c++gcc*make*libpcre.so*openssl*pcre*zlib*libtool*libxml2*libxslt*gd*lua*二、安装GeoIP安装MaxMind的GeoIP库MaxMind提供了免费的IP地域数据库(GeoIP.dat),不过这个数据库文件是二进制的,需要用GeoIP库来读取..
分类:
其他好文 时间:
2014-08-01 20:17:53
阅读次数:
1656
Linux下安装、配置JDK就不细说了,网上的资料很多; 在安装apache时可能会遇到诸多问题,譬如APR not found,pcre-config for libpcre not found等问题,这都是和系统的具体环境有关,详细的解决办法这里不细说,推...
分类:
系统相关 时间:
2014-07-29 16:12:49
阅读次数:
255
删除 #rpm -e --nodeps pcre-6.6-1.1
1》 wget http://mirror.centos.org/centos/6/os/i386/Packages/pcre-7.8-6.el6.i686.rpm
2》 yum install pcre-7.8-6.el6.i686.rpm
3》检查: rpm -qa | grep pcre 如果存在就说明已安...
分类:
其他好文 时间:
2014-07-06 12:44:10
阅读次数:
276