Can't install kdebase-1.1.2-33, failed dependency that is there.
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to install kde on a RedHat 7.2 machine that was setup with pretty much everything except without X configured, as it's primary role is a remote desktop. I've installed the rpms for qt1x-1.45-3, kdesupport-1.2.2-12 and kdelibs-1.1.2-15, but when I go to install kdebase-1.1.2-33, it gives the error:
error: failed dependencies:
libncurses.so.4 is needed by kdebase-1.1.2-33
However, when i went to /usr/lib/, lo and behold, what else would be there but libncurses.so.4, along with so.5 and so.5.2.
So, I installed the ncurses4-5.0-5 rpm, expecting that to fix the problem, but i still get the same error.
"error: failed dependencies:
libncurses.so.4 is needed by kdebase-1.1.2-33"
When rpm checks for dependencies it only looks in the rpm data base. It does not go looking for the actual libraries. So you probably have a case where libncurses.so.4 is not registered in the rpm data base even though you have verified that it really exists. The thing to do in this case is use the rpm --nodeps parameter.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.