yum-yinstallepel-releaserpm-Uvhhttps://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmrpm-Uvhhttps://mirror.webtatic.com/yum/el7/webtatic-release.rpmyuminstallphp72wphp72w-fpmphp72w-cli
原创
2018-03-28 20:25:39
1795阅读
CentOs 7.X: rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm 可以安装的包yum
原创
2022-05-19 15:44:50
163阅读
https://www.51anidea.com/forum.php?mod=viewthread&tid=1255(出处:Linux教程网)一、环境CentOS7php版本:5.4.16二、升级方法本文介绍升级到php7的方法。安装源:#rpm-Uvhhttps://mirror.webtatic.com/yum/el7/epel-release.rpm#rpm-Uvhhttps://m
转载
2019-09-07 21:19:22
2381阅读
准备工作:Yum update & yum upgrade
Yum –y install gcc*
yum -y install libevent-devel
yum -y install gperftools编译
原创
2017-03-24 10:48:00
1129阅读
安装依赖 编译 出现 configure: error: mcrypt.h not found. Please reinstall libmcrypt时 出现 Don't know how to define struct flock on this system, set --enable-opc
转载
2016-12-26 20:06:00
164阅读
2评论
默认的版本太低了,手动安装有一些麻烦,想采用Yum安装的可以使用下面的方案:1.检查当前安装的PHP包yum list installed | grep php如果有安装的PHP包,先删除他们 yum remove php.x86_64 php-cli.x86_64 php-common
原创
2017-03-22 21:08:28
1150阅读
这两天又装了一下虚拟机,又要编译lnmp,还要弄各种拓展,很麻烦,能不能直接yum安装呢?答案是可以的
原创
2022-08-16 13:41:07
207阅读
【radhat yum 源】rpm -aq|grep yum|xargs rpm -e --nodeps wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-73.el6.centos.noarch.rpm wget http://mirrors.163.com/centos/6/os/x86_6
原创
2016-06-24 18:39:49
1937阅读
下载:http://us1.php.net/downloads.php或https://github.com/dollarphper/soft/blob/master/php/php-7.2.10.tar.gz安装:a.安装依赖:yum-yinstalllibxml2libxml2-develyum-yinstallcurl-devellibjpeg-devellibpng-develfreety
原创
2018-09-18 00:49:56
837阅读
创建用户:useradd-s/sbin/nologin-Mnginx安装依赖:yum-yinstalllibxml2libxml2-develyum-yinstallcurl-devellibjpeg-devellibpng-develfreetype-develyum-yinstalllibicu-develyum-yinstalllibxslt-develyum-yinstallopenssl
原创
2019-01-08 03:43:09
1370阅读
安装php扩展(我用的php7.2版本)php是用amqp调用RabbitMQ,所以先下载ampq$ wget https://pecl.php.net/get/amqp-1.9.3.tgz #下载$ tar -xvf amqp-1.9.3.tgz #解压$ cd amqp-1.9.3$ /usr/local/php/bin/phpize #用phpize生成编译文件,注意查看你的php在哪里$
转载
2019-11-20 16:25:00
301阅读
2评论
Swoole扩展是按照PHP标准扩展构建的。使用phpize来生成编译检测脚本,./configure来做编译配置检测,make进行编译,make install进行安装 先选择存放包目录,获取安装包 进入目录:cd /usr/local/src/ 获取安装包: wget -O Swoole-4.4 ...
转载
2021-08-03 14:21:00
424阅读
一、安装http2并更新curl1、http2:wgethttps://github.com/nghttp2/nghttp2/releases/download/v1.32.0/nghttp2-1.32.0.tar.gztar-zxvfnghttp2-1.32.0.tar.gzcdnghttp2-1.32.0./configuremakemakeinstall更新动态库vim/etc/ld.so.
原创
2019-07-31 15:35:06
817阅读