1、确认是否具备安装环境 g++ -v 如果不打印则不具备。 解决办法:联网执行如下命令 yum install gcc yum install gcc-c++ 2、需要材料 pcre-8.37.tar.gz openssl-1.0.1t.tar.gz zlib-1.2.8.tar.gz nginx ...
分类:
其他好文 时间:
2019-01-16 20:42:44
阅读次数:
179
If you are compiling CentOS 6, you will notice that the R source will not compile without a updated version of zlib, pcre, bzip2. libcurl. There is a ...
分类:
其他好文 时间:
2019-01-16 16:50:27
阅读次数:
205
centos6.5+Nginx1.14+MySQL8.0+PHP7.0一、Nginx编译安装(nginx-1.14.2.tar.gz)1、下载Nginx×××地址http://nginx.org/en/download.html有三个版本Mainlineversion(开发版)、Stableversion(最新稳定版)和Legacyversions(老版稳定版)3、安装前准备安装pcre-dev
分类:
其他好文 时间:
2019-01-15 14:14:05
阅读次数:
222
Nginx安装: 一、编译安装 1、安装相应软件 yum install pcre pcre-devel openssl openssl-devel -y 2、检查: rpm -aq pcre pcre-devel openssl openssl-devel 3、在网页中搜索http://nginx ...
分类:
其他好文 时间:
2019-01-15 00:58:20
阅读次数:
232
没有安装gcc 在安装nginx之前先安装依赖软件 yum install -y gcc gcc-c++ autoconf pcre pcre-devel make automake wget httpd-tools vim tree ...
分类:
其他好文 时间:
2019-01-14 21:26:37
阅读次数:
213
在80.100虚拟机上:systemctlstopfirewalld//关闭防火墙setenforce0//关闭监控yuminstalllrz*-y//安装上传软件tarxfhaproxy-1.5.15.tar.gz-C/opt///解压压缩包cd/opt/haproxy-1.5.15/yuminstall-y\pcre-devel\bzip2-devel\gcc\gcc-c++\makeunam
分类:
其他好文 时间:
2019-01-14 11:55:10
阅读次数:
242
nginx无法启动提示libpcre.so.1:cannotopensharedobjectfile的解决方法我也不知为啥,编译安装了Nginx后,今天打算再玩玩,结果发现Nginx竟然无法启动了。提示下面的错误,大概可以看得出来,缺少了libpcre这个库文件。可是,我是新手,感觉下手无处呀。最后Google了下。解决方法还是非常简单呢。用root用户执行一条命令即可搞定。[root@bogon
分类:
其他好文 时间:
2019-01-13 21:38:55
阅读次数:
325
Centos7源码编译安装haproxy操作环境:一台haproxy主机地址为:192.168.80.100两台web服务器地址分别为:192.168.80.102192.168.80.103192.168.80.100:安装haproxy:源码编译安装haproxy,需要软件包。yuminstall-y\pcre-devel\bzip2-devel\gcc\gcc-c++\maketarxzvf
分类:
其他好文 时间:
2019-01-11 22:18:36
阅读次数:
274
一. gcc 安装安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果已经安装gcc,请无视。 yum install -y gcc-c++ 二. PCRE pcre-devel 安装PCRE(Perl Compatible Regular Expressions) 是一个 ...
分类:
其他好文 时间:
2019-01-10 13:11:29
阅读次数:
116
Squid代理缓存Squid源码安装:tarxfsquid-3.5.27.tar.gz//包要自己传或下载yum-yinstall\gcc\gcc-c++\make\pcre-devel\expat-devel\perlyuminstallperl-develcd/squid-3.5.27/./configure--prefix=/usr/local/squid--sysconfdir=/etc-
分类:
其他好文 时间:
2019-01-10 11:28:00
阅读次数:
183