LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Spice problems (https://www.linuxquestions.org/questions/linux-software-2/spice-problems-55256/)

mrsolo 04-16-2003 12:47 AM

Spice problems
 
I am trying to install spice on my MDK 9.1 system. I have the source RPM and the regular RPM but they both give me the dependency error of libreadline.so.3 is needed. Well, this is part of readline, which is installed on my system. What do I need to do in order to get this spice RPM to recognize that the dependency is fulfilled? I can't compile from source because it takes way too much time and effort to make all of the configurations.

mhearn 04-16-2003 04:59 AM

Force it,

rpm -Uvh --force --no-deps foo.rpm

That overrides the RPM checking, so if stuff breaks don't say you weren't warned

mrsolo 04-16-2003 05:21 AM

it tells me --no-deps is an unknown option.

mrsolo 04-16-2003 08:08 AM

i figured it out, it is rpm -Uvh --force --nodeps instead


All times are GMT -5. The time now is 02:07 AM.