宝塔618特惠活动,企业版999元/年,宝塔SSL证书买1送1!限时抢购!查看活动
当前位置:论坛首页 > Linux面板 > 求助

【待反馈】安装php7.3报错

发表在 Linux面板2024-5-31 11:26 [复制链接] 1 1215

centos 7.9之前有php7.0
现在再安装一个php7.3时,报错如下:
/bin/ld: warning: libssl.so.10, needed by //usr/lib64/libssh2.so.1, may conflict with libssl.so.1.1
/bin/ld: warning: libssl.so.10, needed by //usr/lib64/libssh2.so.1, may conflict with libssl.so.1.1
/bin/ld: warning: libssl.so.10, needed by //usr/lib64/libssh2.so.1, may conflict with libssl.so.1.1
/bin/ld: ext/openssl/.libs/openssl.o: undefined reference to symbol 'SSL_library_init@@libssl.so.10'
//usr/lib64/libssl.so.10: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

使用道具 举报 只看该作者 回复
发表于 2024-6-2 19:46:41 | 显示全部楼层
您好,根据您的日志信息显示,您安装的时候的库版本信息不对
您应该是需要libssl10的
如果你没有安装libssl.so.10,你需要安装它。这通常意味着你需要在你的Linux发行版中找到对应的OpenSSL 1.0.x包并安装。例如,在基于Debian的系统上,你可以使用apt来安装:
  1. sudo apt-get update  
  2. sudo apt-get install libssl1.0.0
复制代码
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

点击联系技术免费分析

工作时间:09:00至18:30

快速回复 返回顶部 返回列表