1.PHP(无底色行是错误信息,黑底色行是解决方法)
configure: error: Cannot find OpenSSL\'s <evp.h>
# yum -y install openssl openssl-deve
checking for cURL 7.10.5 or greater... configure: error: cURL version 7.10.5 or later is required to compile php with cURL support
# yum -y install curl-devel
configure: error: jpeglib.h not found.
# yum -y install libjpeg-devel
configure: error: png.h not found.
# yum -y install libpng-devel
configure: error: freetype-config not found.
# yum -y install freetype-devel
2. Nginx(无底色行是错误信息,黑底色行是解决方法)
./configure: error: the HTTP rewrite module requires the PCRE library.
# yum -y install pcre-devel
./configure: error: SSL modules require the OpenSSL library.
# yum -y install openssl openssl-deve
./configure: error: the HTTP XSLT module requires the libxml2/libxslt
yum -y install libxslt-devel
./configure: error: the HTTP image filter module requires the GD library.
# yum -y install gd-devel
./configure: error: the GeoIP module requires the GeoIP library.
# yum -y install GeoIP-devel
版权声明
本文仅代表作者观点,不代表百度立场。
本文系作者授权百度百家发表,未经许可,不得转载。



