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?
Seems it was calling `rpm' instead of `dpkg'. I hacked the install-win4lin.sh file, adding: trap Interrupt_Proc 1 2 3 15 Check_installed_$PKGMGR + PKGMGR=dpkg while true do Peter

