ホームページ  >  記事  >  バックエンド開発  >  mac brew install php55-pthreads 失败

mac brew install php55-pthreads 失败

WBOY
WBOYオリジナル
2016-06-06 20:25:111514ブラウズ

<code>brew install php55-pthreads
==> Installing php55-pthreads from josegonzalez/homebrew-php
==> Installing dependencies for josegonzalez/php/php55-pthreads: php55
==> Installing josegonzalez/php/php55-pthreads dependency: php55
==> Downloading https://php.net/get/php-5.5.30.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php55-5.5.30
==> ./configure --prefix=/usr/local/Cellar/php55/5.5.30 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.5 --with-config-file-path=/usr
Last 15 lines from /Users/xcvu/Library/Logs/Homebrew/php55/01.configure:
checking for Kerberos support... /usr
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 RAND_egd... no
checking for pkg-config... no
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking for PCRE library to use... bundled
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
configure: error: Cannot find libz

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/josegonzalez/homebrew-php/issues</code>

以上是执行过程

根据报错:configure: error: Cannot find libz
检查zlib也是安装了,不是很清楚还为何报错

补充php55,apache24,mysql等都是brew安装的

回复内容:

<code>brew install php55-pthreads
==> Installing php55-pthreads from josegonzalez/homebrew-php
==> Installing dependencies for josegonzalez/php/php55-pthreads: php55
==> Installing josegonzalez/php/php55-pthreads dependency: php55
==> Downloading https://php.net/get/php-5.5.30.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php55-5.5.30
==> ./configure --prefix=/usr/local/Cellar/php55/5.5.30 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.5 --with-config-file-path=/usr
Last 15 lines from /Users/xcvu/Library/Logs/Homebrew/php55/01.configure:
checking for Kerberos support... /usr
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 RAND_egd... no
checking for pkg-config... no
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking for PCRE library to use... bundled
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
configure: error: Cannot find libz

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/josegonzalez/homebrew-php/issues</code>

以上是执行过程

根据报错:configure: error: Cannot find libz
检查zlib也是安装了,不是很清楚还为何报错

补充php55,apache24,mysql等都是brew安装的

xcode-select --install 安装命令行工具后再试

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。