我正在使用 Homebrew 软件从OSX Mavericks上的php5.5升级到php5.6。我跑

brew install php56

一切正常运行并完成正常,但是当我运行php -v时出现以下错误
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.53.dylib
Referenced from: /usr/local/bin/php
Reason: image not found
Trace/BPT trap: 5

我该如何解决?

最佳答案

试试这个

brew uninstall --ignore-dependencies node icu4c
brew install node

关于macos - 在brew install php56后库未加载错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/27896229/

10-13 02:08