LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Redhat9:rpm dependency errors:libasound.so.2,libasound.so.2(ALSA_0.9) (https://www.linuxquestions.org/questions/red-hat-31/redhat9-rpm-dependency-errors-libasound-so-2-libasound-so-2-alsa_0-9-a-257878/)

Sailaja Reddy 11-22-2004 03:43 AM

Redhat9:rpm dependency errors:libasound.so.2,libasound.so.2(ALSA_0.9)
 
Hi,

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.

Experts, please help me.

Thanks,

Piyush Sachan 06-16-2009 12:41 PM

rpm dependency error
 
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:

rpm -ivh tone-2.Release8_0_1.0-69.i386.rpm --nodeps --force

"--force" option will install it forcefully even though the package is already installed..


All times are GMT -5. The time now is 11:01 PM.