macos mojave 安装php5.6
背景介绍
Mac os 1.14 系统之后,如果想安装php5.6版本的时候,无法用brew install php5.6
安装,因为在新的brew
中已经废弃了php5.6
和php7.0
,如果使用brew search php
搜索出来的Php版本最低是[email protected]
的,因为公司项目需要安装php5.6
的版本,困扰了我很久,终于在google
上找到了如何在新版本的系统上安装php5.6
的方法,分享给大家。
系统安装
- 添加源
brew tap exolnet/homebrew-deprecated
- 搜索php
brew search php
- 安装php
brew install [email protected]
- 启动
brew services start [email protected]
php 扩站安装
memcache
pecl install memcache-3.0.8
问题总结
configure: error: memcache support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located
解决方案
不可直接复制,注意上面的crul的版本brew install zlib ln -s /usr/local/Cellar/zlib/1.2.11/include/* /usr/local/include ln -s /usr/local/Cellar/zlib/1.2.11/lib/* /usr/local/lib
相关推荐
Phplayers 2020-09-05
haocaicai 2020-06-03
Nicolase 2020-02-20
始终不够 2019-12-29
至善至美 2019-12-20
JF0 2019-12-01
XGQ 2019-11-17
BeiJingMaDi 2008-05-02
寻常白昼 2008-01-21
zjx0 2008-01-19
shellching 2007-10-23
hebiwtc 2007-08-30
lfs 2011-08-14
hebiwtc 2011-03-06
xiaolengpj 2010-12-04
xcznb 2010-09-14
drise 2010-06-26
xuejiaodream 2010-06-22
lyonte 2010-05-08