【发布时间】:2015-02-19 08:07:15
【问题描述】:
我尝试使用 Stack 上的一些建议在 MAMP 上安装 imagemagick,但似乎我破坏了 MAMP。开始页面会加载查找,但是当我尝试访问我的站点时,我没有得到任何响应。我只是猜测这可能是一个 $PATH 问题,我真的不知道——在这一点上,我已经修改了很多,我觉得我只是把它搞砸了。非常感谢任何帮助。
这些是我进入黑暗的步骤:
安装的自制啤酒
已安装 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>
【问题讨论】:
标签: php path terminal mamp homebrew