我尝试使用Stack上的一些建议在MAMP上安装imagemagick,但似乎破坏了MAMP。开始页面加载查找,但当我尝试访问我的站点时,没有得到任何响应。我只是猜测这可能是$PATH的问题,我真的不知道--在这一点上,我已经修改了太多,我觉得我只是把它搞砸了。我真的很感谢你的帮助。
这些是我步入黑暗的脚步:
已安装的家庭brew
已安装的ImageMagick
修改后的$PATH
如果我回显$PATH,我会得到:
/usr/local/bin:/Applications/MAMP/bin/php/php5.4.10/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin如果我运行brew doctor,我会得到:
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libecomlodr.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
<list of files>发布于 2014-12-21 02:06:52
我找到了问题所在。我删除了home brew并解决了这个问题,但这可能与/usr/local文件夹有关。世界可能永远不会知道。
https://stackoverflow.com/questions/27582123
复制相似问题