On Mon, Aug 07, 2000 at 12:32:35PM +0200, Hans wrote: > I'm trying to install Win4Lin, but the install script comes back with... > > error: failed dependencies: > /bin/sh is needed by Win4Lin-4.9.2k.eval-1 > > /bin/sh is a symlink to /bin/bash, so why does this balk Win4Lin? I tried > modifying the install script, but to no avail. Any suggestions on how to > deal with this? If you're trying to install an rpm, you can have it ignore dependencies with the --nodeps option:
rpm -ivh --nodeps <filename> Tom