[lazarus] HELP ! I'm a DOS user :)

Marco van de Voort marcov at stack.nl
Thu May 13 15:41:11 EDT 1999


> I've installed RedHat 4.2 (Biltmore)
> Kernel 2.0.30 on an i486
> 
> under "root" with :
> $BASH = /bin/bash
> $BASH_VERSION = 1.14.7(1)
> 
> rpm -i fpc-0_99_10-1_i386.rpm
> failed dependencies:
>  /bin/sh is needed by fpc-0.99.10-1
>  /bin/sh   is needed by fpc-0.99.10-1

sh is the old shell, which is used for scripts. The shell which is currently closest
to SH is bash so simply softlink them:

cd /bin
ln -s bash sh

Marco van de Voort (MarcoV at Stack.nl)
<http://www.stack.nl/~marcov/xtdlib.htm>






More information about the Lazarus mailing list