centos7 php7 动态编译mysqlnd: configure: error: Cannot find OpenSSL's evp.h 错误解决

centos7 php7 动态编译mysqlnd: configure: error: Cannot find OpenSSL's 错误解决

开始以为是没有安装openssl, openssl-devel,安装后发现还是提示这个错误,搜索了一下evp.h,这个文件也存在。
GOOGLE 了一下,在stackoverflow,找到了答案,原来是 phpize 生成的configure脚本有问题。

解决方法:

export PHP_OPENSSL_DIR=yes
./configure -with-openssl-dir=/usr/include/openssl

来自 http://www.bcty365.com/content-10-5849-1.html

你可能感兴趣的:(报错汇总)