【已完成】redis安装时出错
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:redis7系统版本:centos
问题描述:安装redis7时,安装失败
相关截图(日志、错误):提示一下内容
/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/ld: warning: libkeyutils.so.1, needed by //lib64/libgssapi_krb5.so.2, not found (try using -rpath or -rpath-link)//lib64/libkrb5.so.3: undefined reference to `keyctl_read_alloc@KEYUTILS_0.3'//lib64/libkrb5.so.3: undefined reference to `keyctl_set_timeout@KEYUTILS_1.0'//lib64/libkrb5.so.3: undefined reference to `keyctl_unlink@KEYUTILS_0.3'//lib64/libkrb5.so.3: undefined reference to `keyctl_get_keyring_ID@KEYUTILS_0.3'//lib64/libkrb5.so.3: undefined reference to `keyctl_get_persistent@KEYUTILS_1.5'//lib64/libkrb5.so.3: undefined reference to `keyctl_link@KEYUTILS_0.3'//lib64/libkrb5.so.3: undefined reference to `keyctl_describe_alloc@KEYUTILS_0.3'//lib64/libkrb5.so.3: undefined reference to `keyctl_search@KEYUTILS_0.3'//lib64/libkrb5.so.3: undefined reference to `add_key@KEYUTILS_0.3'//lib64/libkrb5.so.3: undefined reference to `keyctl_clear@KEYUTILS_0.3'collect2: error: ld returned 1 exit statusmake: *** Error 1
您好,从报错内容来看是因为缺少相关的依赖库导致的
执行下面命令安装一下,再去安装redis
yum install -y libkeyutils yum install -y libkeyutils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.globo.tech
* centos-sclo-rh: centos.mirror.ca.planethoster.net
* epel: mirror.dst.ca
* extras: centos.mirror.globo.tech
* updates: centos.mirror.globo.tech
No package libkeyutils available.
Error: Nothing to do
提示没有找到libkeyutils 宝塔用户_eomxoz 发表于 2024-4-28 11:04
yum install -y libkeyutils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
私信发送您的面板登录信息给我,我帮你排查一下,私信完这里回复我 我已经通过yum 安装了redis。
页:
[1]