宝塔用户_egsulj 发表于 2023-8-30 15:29:09

【待反馈】centos7.9安装php7.4报错

本帖最后由 堡塔运维小林 于 2023-8-30 15:44 编辑

为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:8.0.2
系统版本:CentOS 7.9.
问题描述:
相关截图(日志、错误):
/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 linecollect2: error: ld returned 1 exit statusmake: *** Error 1========================================================CentOS Linux release 7.9.2009 (Core)Bit:64 Mem:3933M Core:2 gcc:4.8.5 cmake:2.8.12.2Linux 5.17.5-1.el7.elrepo.x86_64 x86_64

运维小林q3030251644 发表于 2023-8-30 15:44:14

您好,执行下面的命令看一下返回结果,把截图发出来,看起来像是libssh2依赖的libssl.so.10版本与系统当前安装的libssl.so.1.1版本可能冲突
rpm -qa | grep libssh2
rpm -qa | grep openssl

堡塔运维南一 发表于 2024-3-12 14:57:32

问题解决了吗楼主
页: [1]
查看完整版本: 【待反馈】centos7.9安装php7.4报错