1819870 Members
2545 Online
109607 Solutions
New Discussion юеВ

Installing a rpm package

 
SOLVED
Go to solution
Harstad
Advisor

Installing a rpm package

Hi ,,

Installing:
# rpm -ihv "package" appear the following error:

error: failed dependencies:
/bin/ksh is needed by
/usr/bin/ksh is needed by

- seeing the package:
less "package":

/bin/nsu

Could you please help me??

Thanks

6 REPLIES 6
Alexander Chuzhoy
Honored Contributor

Re: Installing a rpm package

Try to install pdksh package first.
On RedHat 9's installation CD it's
pdksh-5.2.14-21
best regards.
Harstad
Advisor

Re: Installing a rpm package

Hi

Thanks for your answer,,
It├В┬┤s not posible to install that package (pdksh)...Do you know other solution??

Thank
Harstad
Advisor

Re: Installing a rpm package

Waits,,
Mark Grant
Honored Contributor

Re: Installing a rpm package

Why can't you install the pdksh package? the problem youare getting is that the package you are trying to install wont't work because something else the package needs isn't installed on your machine.
Never preceed any demonstration with anything more predictive than "watch this"
Claudio Cilloni
Honored Contributor
Solution

Re: Installing a rpm package

You can force the installation:

# rpm -ivh "package" --nodeps

but if "package" needs pdksh, maybe you'll get some troubles.

Sometimes the dependances aren't so strict... In these cases forcing the installation helps.

Ciao
Claudio

Alexander Chuzhoy
Honored Contributor

Re: Installing a rpm package

What's the problem to install the pdksh pakage?
Installing RPM with --nodeps options will certainly continiue -but you're about to face problems while working with installed by this package program.