首頁 >後端開發 >php教程 >在 Mac OSX 上搭建 PHP 开发环境时遇到了异常(用 brew 安装 php 5.5 时) ?

在 Mac OSX 上搭建 PHP 开发环境时遇到了异常(用 brew 安装 php 5.5 时) ?

WBOY
WBOY原創
2016-06-06 20:40:061180瀏覽

==> ./configure --prefix=/usr/local/Cellar/php55/5.5.19 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.5 --with-config-file-path=/usr/local/
checking for krb5-config... /usr/bin/krb5-config
checking for DSA_get_default_method in -lssl... no
checking for X509_free in -lcrypto... yes
checking for pkg-config... no

<code>configure: error: Cannot find OpenSSL's <evp.h>
</evp.h></code>

回复内容:

==> ./configure --prefix=/usr/local/Cellar/php55/5.5.19 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.5 --with-config-file-path=/usr/local/
checking for krb5-config... /usr/bin/krb5-config
checking for DSA_get_default_method in -lssl... no
checking for X509_free in -lcrypto... yes
checking for pkg-config... no

<code>configure: error: Cannot find OpenSSL's <evp.h>
</evp.h></code>

推荐 PHPBrew

<code>sudo ln -s /Applications/Xcode6-Beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include /usr/include
</code>

via: https://github.com/Homebrew/homebrew-php/issues/1181

MAMP你值得拥有

mac 一般自带php的环境,是不是冲突了

<code>xcode-select --install

正确的结果应该是
xcode-select: error: command line tools are already installed, use "Software Update" to install updates

否则, 你就按提示安装.
安装之后就可以了.
</code>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn