亚洲中字慕日产2020,大陆极品少妇内射AAAAAA,无码av大香线蕉伊人久久,久久精品国产亚洲av麻豆网站

資訊專欄INFORMATION COLUMN

macos mojave 安裝php5.6

fevin / 1352人閱讀

摘要:系統(tǒng)安裝添加源搜索安裝啟動(dòng)擴(kuò)站安裝問題總結(jié)解決方案不可直接復(fù)制,注意上面的的版本

背景介紹

Mac os 1.14 系統(tǒng)之后,如果想安裝php5.6版本的時(shí)候,無法用brew install php5.6安裝,因?yàn)樵谛碌?b>brew中已經(jīng)廢棄了php5.6php7.0,如果使用brew search php搜索出來的Php版本最低是php@7.1的,因?yàn)楣卷?xiàng)目需要安裝php5.6的版本,困擾了我很久,終于在google上找到了如何在新版本的系統(tǒng)上安裝php5.6的方法,分享給大家。

系統(tǒng)安裝

添加源

brew tap exolnet/homebrew-deprecated

搜索php

brew search php

安裝php

brew install php@5.6

啟動(dòng)

brew services start php@5.6

php 擴(kuò)站安裝

memcache

pecl install memcache-3.0.8

問題總結(jié)

configure: error: memcache support requires ZLIB. Use --with-zlib-dir=

to specify prefix where ZLIB include and library are located

解決方案

不可直接復(fù)制,注意上面的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

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://www.ezyhdfw.cn/yun/61745.html

相關(guān)文章

  • macos mojave 安裝php5.6

    摘要:系統(tǒng)安裝添加源搜索安裝啟動(dòng)擴(kuò)站安裝問題總結(jié)解決方案不可直接復(fù)制,注意上面的的版本 背景介紹 Mac os 1.14 系統(tǒng)之后,如果想安裝php5.6版本的時(shí)候,無法用brew install php5.6安裝,因?yàn)樵谛碌腷rew中已經(jīng)廢棄了php5.6和php7.0,如果使用brew search php搜索出來的Php版本最低是php@7.1的,因?yàn)楣卷?xiàng)目需要安裝php5.6的版本...

    xfee 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

閱讀需要支付1元查看
<