| | | | Browse by category |
Article ID: 995
Last updated: 05 Feb, 2008
Problem
Cause
The shell script
Action
Switch to the korn shell,
When trying to install the Software Parts Manager while running in csh
, the following error results:
crasher% install.sh
user_location=/tmp : Command not found
PROD=PS : Command not found
PS_EXEC=partmgr : Command not found
PS_DESC=Software Parts Manager v1.2 : Command not found
THIS_INSTALL=install.sh : Command not found
DEFAULT_NAME=spm : Command not found
DEFAULT_NAME : Undefined variable
crasher%
Cause
The shell script
install.sh
requires sh
or its derivative ksh
in order to install the SPM. Other scripts used later in the install process require the korn shell ksh
, so it is the preferred shell to use at all points while installing or using the SPM.
Action
Switch to the korn shell,
ksh
, and then rerun install.sh
. For example:
crasher% ksh
$ install.sh
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 995
Last updated: 05 Feb, 2008
Revision: 1
Views: 19595
Posted: 07 Aug, 1997 by
Dean J.
Updated: 05 Feb, 2008 by
Dean J.
Others in this category
Powered by KBPublisher (Knowledge base software)