lhempire 发表于 2024-7-5 10:21:20

【待反馈】无法安装启动Redis

为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:
8.2.0
系统版本:
Alma 8.5 (Arctic Sphynx) x86_64(Py3.7.9)

问题描述:
无法安装启动Redis
相关截图(日志、错误):

lhempire 发表于 2024-7-5 10:25:50

安装失败,文件不存在:/www/server/redis/src/redis-server

运维技术阿闯 发表于 2024-7-5 11:08:37

lhempire 发表于 2024-7-5 10:25
安装失败,文件不存在:/www/server/redis/src/redis-server

您好,这个错误是由于在编译 Redis 缺少了TLS 支持,
尝试使用命令
sudo dnf install openssl-devel
然后再重新安装一下

lhempire 发表于 2024-7-5 11:38:36

运维技术阿闯 发表于 2024-7-5 11:08
您好,这个错误是由于在编译 Redis 缺少了TLS 支持,
尝试使用命令



# sudo dnf install openssl-devel
LiteSpeed Tech Repository for CentOS 8 - x86_64                                          0.0B/s |   0B   02:00   
Errors during downloading metadata for repository 'litespeed':
- Curl error (28): Timeout was reached for http://rpms.litespeedtech.com/centos/8/x86_64/repodata/repomd.xml
- Curl error (28): Timeout was reached for http://rpms.litespeedtech.com/centos/8/x86_64/repodata/repomd.xml
错误:为仓库 'litespeed' 下载元数据失败 : Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

运维技术阿闯 发表于 2024-7-5 12:09:52

lhempire 发表于 2024-7-5 11:38
# sudo dnf install openssl-devel
LiteSpeed Tech Repository for CentOS...

您好,确保您的计算机可以正常访问互联网,并且没有任何防火墙或代理设置阻止了对仓库服务器的访问
网络没有问题的话
尝试清理一下缓存后再下载
sudo yum clean all
sudo yum makecache

如果还是不可以的话需要换源了

lhempire 发表于 2024-7-5 14:56:48

运维技术阿闯 发表于 2024-7-5 12:09
您好,确保您的计算机可以正常访问互联网,并且没有任何防火墙或代理设置阻止了对仓库服务器的访问
网络 ...

还是不行,怎么换源呢

运维技术阿闯 发表于 2024-7-5 15:16:42

lhempire 发表于 2024-7-5 14:56
还是不行,怎么换源呢

您好。软件商城中有个Linux工具箱,可以直接换源

lhempire 发表于 2024-7-5 16:05:50

运维技术阿闯 发表于 2024-7-5 15:16
您好。软件商城中有个Linux工具箱,可以直接换源

点击进去直接弹窗显示失败

运维技术阿闯 发表于 2024-7-5 16:25:38

lhempire 发表于 2024-7-5 16:05
点击进去直接弹窗显示失败

应该是不兼容的情况,手动换源吧
https://www.bt.cn/bbs/thread-58005-1-1.html
页: [1]
查看完整版本: 【待反馈】无法安装启动Redis