博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Homestead 安装其它的PHP版本
阅读量:5252 次
发布时间:2019-06-14

本文共 842 字,大约阅读时间需要 2 分钟。

运行环境:

系统: win10

软件:

  1. virtualbox 6.2
  2. vagrant 2.2.4
  3. homestead 7.1.0
sudo apt-get updatesudo apt-get -y install php5.6-mysql php5.6-fpm php5.6-mbstring php5.6-xml php5.6-curl

安装中出现

Fetched 3,466 kB in 6min 24s (9,022 B/s)                                                                                       E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php5.6/php5.6-common_5.6.40-8+ubuntu18.04.1+deb.sury.org+1_amd64.deb  Connection timed out [IP: 91.189.95.83 80]E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

这是因为下载超时导致的,继续执行

sudo apt-get -y install php5.6-mysql php5.6-fpm php5.6-mbstring php5.6-xml php5.6-curl

进行重试进行安装 php 5.6

最后执行命令,进行 重启 nginx和php5.6-fpm

/etc/init.d/nginx restart/etc/init.d/php5.6-fpm restart
Reference

转载于:https://www.cnblogs.com/fsong/p/11335342.html

你可能感兴趣的文章
2018.06.29 NOIP模拟 旅馆(线段树)
查看>>
2018.07.23 codeforces 438D. The Child and Sequence(线段树)
查看>>
2019.03.09 codeforces833B. The Bakery(线段树优化dp)
查看>>
uestc 一个简单的迷宫问题
查看>>
uestc SOUND OF DESTINY
查看>>
Servlet的HelloWorld
查看>>
『减少重复代码!』
查看>>
h5视频微信禁止全屏 x5-playsinline
查看>>
man rsync翻译(rsync命令中文手册)
查看>>
Perl和操作系统交互(二):fork
查看>>
Hadoop入门——初识Hadoop 自学hadoop视频教程
查看>>
ASP.NET验证码
查看>>
assert、exit和return函数的介绍
查看>>
Myhchael原创题系列 Mychael vs Kid 【题解】
查看>>
vc读写注册表
查看>>
iOS开发--单例模式
查看>>
eclipse实现JavaWeb应用增量打包
查看>>
ZipArchive框架的文件压缩和解压
查看>>
兼容IE8浏览器移除class样式的方法
查看>>
HTTP Content-type 对照表
查看>>