代码之家  ›  专栏  ›  技术社区  ›  Syed Naeem

无法安装php mcrypt和intl扩展

  •  0
  • Syed Naeem  · 技术社区  · 6 年前

    我的开发伙伴们,我刚刚开始安装magento,让我使用它,看看它是如何工作的, 我从 here 提取了它,并试图在我的mac os x的本地主机上运行它,但是它显示了2个缺少扩展检查

    1. php扩展mcrypt
    2. php扩展国际。

    现在我试着用

    brew install mcrypt
    

    它显示了它的安装路径 /usr/local/Cellar/mcrypt/2.6.8 很好,我找不到mcrypt.so file init,很多在线杂志都说应该在那里,并把文件引用放在php.in i文件中,但我找不到那里的文件,

    brew install intl brew install php70-intl

    甚至一开始都不起作用,当我运行这个时,它显示了这4个错误。

    Error: No available formula with the name "intl" 
    Error: No previously deleted formula found.
    Error: No similarly named formulae found.
    Error: No formulae found in taps.
    
    
    Error: No available formula with the name "php70-intl" 
    Error: No previously deleted formula found.
    Error: No similarly named formulae found.
    Error: No formulae found in taps.
    

    你知道我做错了什么,或者我错过了什么吗? 有什么需要帮忙的,谢谢 顺便说一下,我的php版本是7.1.16

    1 回复  |  直到 6 年前
        1
  •  2
  •   Kervin Ramen    6 年前

    他们转移了回购协议。

    您需要执行以下操作。“php@7.1“已经包含mcrypt/intl。

    “brew安装php@7.1”

    推荐文章