I get this problem every time I install it, no matter what command I use
The commands I have used include these, and they all reported this kind of problem
brew install php56
brew install php56 --with-apache
brew install php56 --with-apache --with-pear
There are also commands in the picture, all reporting the same problem
Although the installation failed, httpd24 will also be installed in the Cellor directory, causing the built-in Apache to be unusable. httpd24 must be uninstalled before the built-in apache can return to normal
I have installed all the plug-ins
moc system is 10.12
Please give me some advice on how to install php56 and how to solve my current problem?
I get this problem every time I install it, no matter what command I use
The commands I have used include these, and they all reported this kind of problem
brew install php56
brew install php56 --with-apache
brew install php56 --with-apache --with-pear
There are also commands in the picture, all reporting the same problem
Although the installation failed, httpd24 will also be installed in the Cellor directory, causing the built-in Apache to be unusable. httpd24 must be uninstalled before the built-in apache can return to normal
I have installed all the plug-ins
moc system is 10.12
Please give me some advice on how to install php56 and how to solve my current problem?
Judging from its prompt:
See brew options php56 for more details
When you need to run it
<code>brew options php56 #查看php5.6安装选项</code>
See if there is an option for this apache
.
If you really don’t have it, just go to the official website and download the source code and compile it yourself. .