首页 > mac home-brew 安装 php 失败

mac home-brew 安装 php 失败

brew install php56 --with-fpm --with-gmp --with-imap --with-tidy --with-debug --with-mysql --with-libmysql --without-snmp

执行这个以后

==> Installing php56 from homebrew/php
==> Downloading https://php.net/get/php-5.6.22.tar.bz2/from/this/mirror
Already downloaded: /Users/miaoyunpeng/Library/Caches/Homebrew/php56-5.6.22
==> ./configure --prefix=/usr/local/Cellar/php56/5.6.22 --localstatedir=/usr/local/var --sysconfdir=/usr/loca
Last 15 lines from /Users/miaoyunpeng/Library/Logs/Homebrew/php56/01.configure:
checking size of int... (cached) 4
checking size of short... (cached) 2
checking size of long... (cached) 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for working memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... /tmp/mysql.sock
configure: error: Cannot find MySQL header files under /usr/local.
Note that the MySQL client library is not bundled anymore!

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

These open issues may also help:
Update php56-apcu.rb https://github.com/Homebrew/homebrew-php/pull/3242
brew install php56 https://github.com/Homebrew/homebrew-php/issues/2760
Runtime error after installing php56-http https://github.com/Homebrew/homebrew-php/issues/3243
Make error php56 https://github.com/Homebrew/homebrew-php/issues/1842
PHP56 required for composer https://github.com/Homebrew/homebrew-php/issues/2796
failed to install php56-pthreads https://github.com/Homebrew/homebrew-php/issues/2768
Can't install php56-mcrypt https://github.com/Homebrew/homebrew-php/issues/2452
Every update of php56 force me to reinstall php56-intl and php56-mcrypt with --build-from-source https://github.com/Homebrew/homebrew-php/issues/2440
Failed to install/reinstall php56-http https://github.com/Homebrew/homebrew-php/issues/2711
Fails to Install Php56 with Imap Extensiton https://github.com/Homebrew/homebrew-php/issues/2703
I can't find php56_pdo! https://github.com/Homebrew/homebrew-php/issues/2706
"brew upgrade" fails: php56 conflicting with php70 when upgrading phpmyadmin https://github.com/Homebrew/homebrew-php/issues/2945
Adds a new php70-gearman formula that updates php56-gearman https://github.com/Homebrew/homebrew-php/pull/3120
Why does wp-cli formula try to install php56 if php70 is already there? https://github.com/Homebrew/homebrew-php/issues/3179
PHP56 can't launch as root, with nginx 500 Internal Server Error? https://github.com/Homebrew/homebrew-php/issues/2709

好多包下载不下来 已经好多次了。哪位大神知道这个是为啥嘛


Mac Pro 就自带了php5.5环境
不过实在想安装建议先卸载自带的。
至于homebrew安装,可以翻墙下载,或者修改host文件(sudo vi /etc/host);host 文件可以百度搜索一下,有一个叫laod网站一直在维护更新


带上--with-mysql但没安装mysql造成的

configure: error: Cannot find MySQL header files under /usr/local.
Note that the MySQL client library is not bundled anymore!

解决方法就是先装上mysql

【热门文章】
【热门文章】