Results 1 to 2 of 2
Hi,
I am trying to install VMware 2.5 and when I run the rpm i receive the error:
error: Failed Dependencies:
/bin/sh is needed by VMware-Player-2.5.3-185404.i386
How can make this ...
- 01-30-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 1
VMware Installation Dependency error
Hi,
I am trying to install VMware 2.5 and when I run the rpm i receive the error:
error: Failed Dependencies:
/bin/sh is needed by VMware-Player-2.5.3-185404.i386
How can make this dependency? I have already tried linking it and I even tried using the rpm in the /bin directory, where /bin/sh is located. Any thoughts on what I can do? Thanks.
- 01-31-2010 #2
/bin/sh would be shell. I don't see how that isn't installed. Sometimes rpms are goofy like that, in which case you can install it with --nodeps
Code:rpm -ivv --nodeps package.rpm


Reply With Quote