INSTALL.md: Add 'which' as build dependency

Update INSTALL.md to list 'which' as a required dependency.
Without it, scst init script fails with:

    /etc/init.d/scst: line 149: which: command not found

as seen in systemd logs:

    mp-scst-service scst[1198]: /etc/init.d/scst: line 149: which: command not found
    mp-scst-service systemd[1]: mp-scst.service: Control process exited, code=exited, status=1/FAILURE

Stemming from the line:
https://github.com/SCST-project/scst/blob/v3.9/scstadmin/init.d/scst#L162
This commit is contained in:
dkambleNetapp
2025-09-08 08:30:18 -04:00
committed by GitHub
parent 1ba89c391e
commit 1b78d5076d

View File

@@ -4,6 +4,7 @@
If the following packages have not yet been installed, install these now:
which
bzip2
gcc
kernel-devel or kernel-default-devel