Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    /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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...