Red HatThis forum is for the discussion of Red Hat Linux.
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 am having redhat linux 9.0 with inbuilt kernel 2.4.20.-8 and installed ALSA 1.0.5. When I am trying to install my own application rpm (which actually uses ALSA 1.0.5 APIs), I am getting the following dependency errors:
[root@aims-pc-100 i386]# rpm -ivh tone-2.Release8_0_1.0-69.i386.rpm
error: Failed dependencies:
libasound.so.2 is needed by tone-2.Release8_0_1.0-69
libasound.so.2(ALSA_0.9) is needed by tone-2.Release8_0_1.0-69
libasound.so.2(ALSA_0.9.0rc4) is needed by tone-2.Release8_0_1.0-69
How do I get rid of these errors?
In spec file nothing of these dependencies defined.
Dependency r failed definitely bcz required files r missing to install the above package. Try this link to download the misssing "lib*" files from here http://rpmfind.net/linux/rpm2html/se...libasound.so.2 OR on http://rpm.pbone.net/
U have to install the ur previous packages force ably by adding "--nodeps" option like:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.