How to resolve "/bin/sh is needed by <package>" errors
Hi,
I'm trying to install RPMs on my FC3 system, but no matter what I try to install, I get a "/bin/sh is needed by <package>" error. I know that I have /bin/sh installed, however my RPM database got corrupted and I had to rebuild it; now RPM isn't aware of a lot of the packages I have installed.
Is there something I can do besides use rpm --nodeps to avoid the "/bin/sh is needed by <package>" errors? I need to know what dependencies I really am missing and need to install, but I don't want to have to use --nodeps all the time just to keep RPM from complaining about stuff that really is there.
Thanks in advance,
Steve
|