Home > Backend Development > PHP Tutorial > homebrew - brew install php55出现问题

homebrew - brew install php55出现问题

WBOY
Release: 2016-06-06 20:38:37
Original
1062 people have browsed it

执行

<code>brew install php55
</code>
Copy after login
Copy after login

的时候有这这一堆:

<code>Warning: Backing up all known pear.conf and .pearrc files
Warning: If you have a pre-existing pear install outside
     of homebrew-php, or you are using a non-standard
     pear.conf location, installation may fail.
</code>
Copy after login
Copy after login

然后:

<code>./configure --prefix=/usr/local/Cellar/php55/5.5.21 --        localstatedir=/usr/loca
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
configure: error: Cannot find OpenSSL's <evp.h>

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

求助

<code>php -v
PHP 5.5.14 (cli) (built: Sep  9 2014 19:09:25)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
</code>
Copy after login
Copy after login

显示的是我之前安装的版本和安装时间。那么另一个问题就来了,如何完全清理brew 安装的php?

回复内容:

执行

<code>brew install php55
</code>
Copy after login
Copy after login

的时候有这这一堆:

<code>Warning: Backing up all known pear.conf and .pearrc files
Warning: If you have a pre-existing pear install outside
     of homebrew-php, or you are using a non-standard
     pear.conf location, installation may fail.
</code>
Copy after login
Copy after login

然后:

<code>./configure --prefix=/usr/local/Cellar/php55/5.5.21 --        localstatedir=/usr/loca
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
configure: error: Cannot find OpenSSL's <evp.h>

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

求助

<code>php -v
PHP 5.5.14 (cli) (built: Sep  9 2014 19:09:25)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
</code>
Copy after login
Copy after login

显示的是我之前安装的版本和安装时间。那么另一个问题就来了,如何完全清理brew 安装的php?

<code>brew cleanup php
</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template