我们有一个运行PHP 5.5.3的MAMP 2.2安装,我们一直在尝试安装ImageMagick。我们到目前为止所做的事情:
现在出现问题 - 试图通过pecl(pecl install imagick)或brew(brew install php55-imagick)安装imagick失败,因为PHP源不存在。所以:
错误如下:
config.status: creating main/php_config.h
awk: non-terminated string "Darwin g... at source line 362 source file ./conf12xr7I/defines.awk
context is
<<< 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86"\
awk: syntax error at source line 364 source file ./conf12xr7I/defines.awk
awk: illegal statement at source line 364 source file ./conf12xr7I/defines.awk
config.status: error: could not create main/php_config.h
没有PHP源我似乎无法安装imagick扩展。这也发生在MAMP 2.1.1上的PHP 5.4.4中 - 同样的错误,相同的文件。
如何解决PHP SOURCE CODE中的明显错误并启动并运行?