码迷,mamicode.com
首页 > Web开发 > 详细

PHP不支持高版本的openssl

时间:2017-09-08 18:09:31      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:php不支持高版本的openssl

PHP不支持高版本的openssl

现有一台LNMP测试环境机器,Centos 6.9 先前升级过openssl版本由1.0.1e升级到1.1.0f,

因工作需求,升级php版本,升级到5.6.30,编译php中指定--with-openssl报错,搜了下资料,php不支持高版本openssl

../../mysys_ssl/libmysys_ssl.a(my_crypt.cc.o):/root/lnmp1.4/src/mariadb-10.2.5/mysys_ssl/my_crypt.cc:41: more undefined references to `EVP_CIPHER_CTX_cleanup‘ follow
collect2: error: ld returned 1 exit status
unittest/mysys/CMakeFiles/aes-t.dir/build.make:105: recipe for target ‘unittest/mysys/aes-t‘ failed
make[2]: *** [unittest/mysys/aes-t] Error 1
CMakeFiles/Makefile2:916: recipe for target ‘unittest/mysys/CMakeFiles/aes-t.dir/all‘ failed
make[1]: *** [unittest/mysys/CMakeFiles/aes-t.dir/all] Error 2
Makefile:160: recipe for target ‘all‘ faile


解决方法:
PHP编译换成低版本openssl环境或者不使用openssl参数(--with-openssl)
注:php编译(--with-openssl)不能像nginx那样指定opensll源码目录,必须指定的是已编译安装好的openssl目录

参考资料:https://bbs.vpser.net/viewthread.php?tid=15744&highlight=%E4%BA%AC%E4%B8%9C%E4%BA%91



本文出自 “boyhack” 博客,请务必保留此出处http://461205160.blog.51cto.com/274918/1963594

PHP不支持高版本的openssl

标签:php不支持高版本的openssl

原文地址:http://461205160.blog.51cto.com/274918/1963594

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!