yum安装mysql-devel时出现以下错误。 谁能帮忙? 我没有在我的/etc/yum.conf排除列表中。
--> Finished Dependency Resolution mysql-server-5.0.45-7.el5.x86_64 from installed has depsolving problems --> Missing Dependency: mysql = 5.0.45-7.el5 is needed by package mysql-server-5.0.45-7.el5.x86_64 (installed) Error: Missing Dependency: mysql = 5.0.45-7.el5 is needed by package mysql-server-5.0.45-7.el5.x86_64 (installed) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
请帮忙!
事情我会尝试:
yum clean all ; yum install mysql-devel
如果这是你正在使用的yum repo的间歇性问题,那可以解决它。
rpm -qa ^mysql\*
您也可能安装了相同软件包的重复副本。 我发现在发生这种情况时,你看到了类似的错误。