epel
-
yum安装nginx报错解决nginx: [emerg] unknown directive “stream“ in /etc/nginx/nginx.conf问题【转】
yum安装nginx,其中看nginx有stream参数,但是nginx -t是报错“nginx: [emerg] unknown directive “stream“ in /e…
-
Centos 7.9安装pm2记录
// EPEL的全称叫 Extra Packages for Enterprise Linux 。EPEL是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、…
-
在 Windwos 10 64、VirtualBox、CentOS 7 64 Gnome,编译安装并运行 PHP 7.0.23、Swoole 1.9.19
1、打开网址:https://wiki.swoole.com/wiki/page/7.html ,查看环境依赖,如图1环境依赖仅支持Linux,FreeBSD,MacOS,3类操作…
-
CentOS 6.5 64位下升级php5.3.3至php5.4.42的实现流程,基于yum安装!
1、需要先按照此网址实现:http://www.shuijingwanwq.com/2014/12/26/439/ 2、当前php版本为php 5.3.3 当前php版本为php …
-
CentOS 6.5 64位下php扩展mcrypt的安装,新增epel源,再采用yum安装!
缺少mcrypt扩展。请检查PHP配置。 执行yum install php-mcrypt提示:Error: Nothing to do 原因在于官方源中无些扩展包!…