gpt4 book ai didi

linux - Wind River Linux,失败的依赖错误

转载 作者:太空宇宙 更新时间:2023-11-04 12:41:55 26 4
gpt4 key购买 nike

我在 Wind River Linux 上工作。失败的依赖错误。谁能告诉我我必须做什么?从过去的一天开始我一直在尝试

root@AC-04:/home/mysql# rpm -ivh MySQL-server-5.6.33-1.linux_glibc2.5.x86_64.rpm
warning: MySQL-server-5.6.33-1.linux_glibc2.5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
/sbin/chkconfig is needed by MySQL-server-5.6.33-1.linux_glibc2.5.x86_64
/usr/lib64/mysql/plugin is needed by MySQL-server-5.6.33-1.linux_glibc2.5.x86_64
/usr/lib64/mysql/plugin/debug is needed by MySQL-server-5.6.33-1.linux_glibc2.5.x86_64

最佳答案

首先,安装时使用 -Uvh 而不是 -ivh:-Uvh 几乎(内核是一个异常(exception))安装/升级 rpm 包的正确方法。

最终的解决方案是使用(如果所有其他方法都失败了)找到提供这些依赖项的包

rpm -qP /sbin/chkconfig *.rpm

在 WRL 包上,并确保安装了这些包。

这些都是文件/目录依赖项。尝试(例如)

rpm -qf --whatprovides /sbin/chkconfig

查看是否有提供该文件的包。

(注意:WRL 上的 RPM5 之后的内容“有效”,Fedora/RHEL 上的 RPM 无效)

你可以通过做(例如)来消除依赖

mkdir -p /etc/rpm/sysinfo

echo "/sbin/chkconfig" >> /etc/rpm/sysinfo/Requirename

屏蔽依赖项将允许安装(--nodeps 也是如此)并且可能有助于您进一步调试打包。

关于linux - Wind River Linux,失败的依赖错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39923338/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com