- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-8-1 21:07:36
|
显示全部楼层
正在读取状态信息...
openssl 已经是最新版 (1.1.0f-2~ubuntu16.04.1+deb.sury.org+1)。。。。。。。
/home/lixin/soft/lnmp1.4/src/php-5.3.29/ext/openssl/openssl.c: In function ‘zif_openssl_random_pseudo_bytes’:
/home/lixin/soft/lnmp1.4/src/php-5.3.29/ext/openssl/openssl.c:5010:2: warning: ‘RAND_pseudo_bytes’ is deprecated [-Wdeprecated-declarations]
if ((strong_result = RAND_pseudo_bytes(buffer, buffer_length)) < 0) {
^
In file included from /usr/include/openssl/x509_vfy.h:20:0,
from /usr/include/openssl/x509.h:309,
from /home/lixin/soft/lnmp1.4/src/php-5.3.29/ext/openssl/openssl.c:41:
/usr/include/openssl/rand.h:47:1: note: declared here
DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
^
Makefile:588: recipe for target 'ext/openssl/openssl.lo' failed
openssl 是1.1是肯定装不上低于7.0版本的php的,等过几天测试完会出一个针对系统是openssl 1.1的完善版本
正常情况下ubuntu 16.04的话openssl 应该是1.0.2g版本的才对
按你系统版本和php版本看,属于新+旧 ,在较新版本的系统上安装php 5.3算是较老的版本是很容易出现兼容性问题的 |
|