我尝试在运行Lion(10.7.3)的Mac上安装phpMyAdmin。它需要mcrypt。
我找到了链接:
http://www.glenscott.co.uk/blog/2011/08/29/install-mcrypt-php-extension-on-mac-os-x-lion/
在我朋友的Mac上,链接很好。但在我的Mac上,它无法运行。我遇到了安装libmcrypt的声明中的错误:
./配置
命令运行如下:
sh-3.2# ./configure
checking build system type... i686-apple-darwin11.3.0
checking host system type... i686-apple-darwin11.3.0
checking target system type... i686-apple-darwin11.3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
我看到我的朋友使用Xcode 4.2,我使用Xcode 4.3。我不确定是不是这个原因。有什么建议吗?谢谢!
答案 0 :(得分:1)
打开Xcode,转到偏好设置并转到“下载”标签,在那里您会找到一个列表,找到一个显示“命令行工具”并单击“安装”和“>完成。
您需要一个帐户作为开发人员来安装,但如果您没有,请创建它,免费。