码迷,mamicode.com
首页 >  
搜索关键字:libpcre    ( 55个结果
nginx的点点
说是在新的服务器上面配置nginx,我就直接从其他服务器上面复制过去的,并不是自己安装的,结果报错 进入nginx安装目录sbin下,输入命令./nginx -t 报错:./nginx: error while loading shared libraries: libpcre.so.1: cann ...
分类:其他好文   时间:2017-08-09 12:57:36    阅读次数:145
yum仓库 Nginx 安装不了错误
今天在做yum仓库的时候,安装Nginx,出现下列错误:-->FinishedDependencyResolutionError:Package:nginx-1.10.2-1.el6.x86_64(epel)Requires:libpcre.so.0()(64bit)Error:Package:nginx-mod-http-perl-1.10.2-1.el6.x86_64(epel)Requires:perl(:MODULE_COMPAT_5.10.1)Youco..
分类:其他好文   时间:2017-07-28 22:25:37    阅读次数:519
libpcre.so.0 被删除怎么办?
删除 #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 ...
分类:其他好文   时间:2017-05-01 19:03:09    阅读次数:292
树莓派3B+搭建Nginx流媒体服务器
树莓派3B+搭建流媒体服务器 一、硬件准备 1)树莓派3B+ 2)配套电源 3)连接到网络 二、软件安装包 1)nginx源码包nginx-1.8.1.tar.gz 下载地址: http://nginx.org/download/nginx-1.8.1.tar.gz 2)h264数据流支持包ngin ...
分类:其他好文   时间:2017-03-24 16:47:47    阅读次数:655
Linux中安装apache
一、前言 安装的背景就是公司项目要用,自己在linux安装软件不多,过程比较曲折,需要记录一下(最近几篇博客好像都会有这种高大上的背景)~先说下笔者安装环境以及相关软件版本: 操作系统:RedHat Enterprise Linux Server release 5.8 (Tikanga) apac ...
分类:Web程序   时间:2017-02-16 18:22:28    阅读次数:225
nginx的环境配置的问题
在安装好nginx之后,运行nginx,报错: nginx dyld: Library not loaded: /usr/local/lib/libpcre.1.dylib Referenced from: /usr/local/bin/nginx Reason: image not found 我 ...
分类:其他好文   时间:2016-08-23 12:54:29    阅读次数:174
Nginx: error while loading shared libraries: libpcre.so.1解决
Shell代码 [root@tmsapp65 conf]# /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open ...
分类:其他好文   时间:2016-04-13 20:43:31    阅读次数:178
CentOS6.5 安装 Openresty
学习开源软件的第一步就是上官网,看安装guide和demo(examples)。对于openresty来说一样,官网给出了详细的安装说明:http://openresty.org/en/installation.html 那就来动手TIY一下。 1. 安装依赖 openresty依赖于perl 5.6.1+, libreadline,libpcre,libssl Cento...
分类:其他好文   时间:2016-04-10 14:44:21    阅读次数:254
linux php7安装
configure:error:Couldnotfindlibpcre.(a|so)in/usrFix:cp/usr/lib/libpcre.a/usr/libpcre.a可以先使用find/-namelibpcre.a找到这个文件Refer:http://bugs.php.net/bug.php?id=1647报错Ifconfigurefailstry–with-xpm-dir=<DIR>;configure:error:freetype.hnotfound.解?.
分类:Web程序   时间:2016-02-15 07:09:20    阅读次数:465
Nginx 启动出错 error while loading shared libraries: libpcre.so.1
在centos6.564位上编译安装nginx1.63语法检查出错[root@localhostconf]#/usr/local/nginx/sbin/nginx-t/usr/local/nginx/sbin/nginx:errorwhileloadingsharedlibraries:libpcre.so.1:cannotopensharedobjectfile:Nosuchfileordirectory从错误看出是缺少lib文件导致,进一步查看..
分类:其他好文   时间:2016-01-17 00:01:21    阅读次数:408
55条   上一页 1 2 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!