码迷,mamicode.com
首页 >  
搜索关键字:zlib    ( 1668个结果
linux---集群架构初探(16)Nginx安装、配置文件、模块
Nginx安装 nginx无法直接通过yum安装,需要先进行配置,并且要保证其依赖库已安装完成。 检查依赖项(nginx 中gzip模块需要 zlib 库,rewrite模块需要 pcre 库,ssl 功能需要openssl库) 安装方法为:yum -y install pcre pcre-deve ...
分类:系统相关   时间:2020-06-15 10:09:31    阅读次数:68
解决macos 10.15 pillow安装失败问题,提示the headers or library files could not be found for zlib
问题描述: 当使用pip安装Pillow python3包时提示the headers or library files could not be found for zlib,原因是环境变量设置里找不到zip headers library files相关文件,所以编译失败导致的。 解决方法: 将 ...
分类:系统相关   时间:2020-06-14 20:37:55    阅读次数:183
CentOS6.5升级OpenSSH 8.3版本
OpenSSH 存在输入验证错误漏洞(CVE-2019-16905),需要对版本进行升级到8.3。 1、下载openssh8.3升级包及依赖的zlib和openssl。 openssh-8.3p1.tar.gz、zlib-1.2.11.tar.gz、openssl-1.1.1g.tar.gz htt ...
分类:其他好文   时间:2020-06-14 14:47:26    阅读次数:1033
安装nginx
1.下载nginx安装包,放进Linux系统中 nginx下载地址:https://nginx.org/download/ 2.安装依赖 yum -y install gcc pcre-devel zlib-devel openssl openssl-devel 3.解压nginx安装包 tar - ...
分类:其他好文   时间:2020-06-13 11:27:19    阅读次数:67
nginx安装配置
nginx安装 //安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel //安装 PCRE 让 Nginx 支持 Rewrite 功能 wget http://downloads.s ...
分类:其他好文   时间:2020-06-10 19:25:09    阅读次数:68
Httprunner环境搭建(docker+Linux)
yum -y install lrzsz rz:上传 sz:下载 python3.6环境搭建 whereis python python(查看版本号,Linux自带2.7版本) 安装依赖包 yum -y install zlib-devel bzip2-devel openssl-devel ncu ...
分类:Web程序   时间:2020-06-10 10:51:09    阅读次数:108
nginx
1.下载地址 https://nginx.org/download/ 解压 2. 配置 yum -y install gcc pcre-devel zlib-devel openssl openssl-devel ./configure --prefix=/usr/local/nginx make ...
分类:其他好文   时间:2020-06-09 14:35:45    阅读次数:76
开发环境
开发环境说明 linux系统:ubuntu18.04 libevent版本:2.1.8 1 安装依赖环境 apt-get install perl g++ make automake libtool unzip2 zlib编译 tar -xvf zlib-1.2.11.tar.gz cd zlib- ...
分类:其他好文   时间:2020-06-07 13:09:50    阅读次数:77
升级OPENSSH踩过的坑
安装三个必要依赖包yum install gcc zlib-devel openssl-devel上传安装包,创建一个/tmp目录下,然后解压,将/etc/ssh/目录移动到本地解压安装包,进入安装目录./configure --prefix=/usr --sysconfdir=/etc/ssh卸载 ...
分类:其他好文   时间:2020-06-07 11:03:21    阅读次数:380
yum安装git
1、安装git:yum install git 2、查看yum源仓库Git信息:yum info git3、安装依赖库:yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel yum install gcc- ...
分类:其他好文   时间:2020-06-06 11:10:10    阅读次数:161
1668条   上一页 1 ... 8 9 10 11 12 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!