Unable to find 'kshell' in path

11i Rapidwiz Fail With Error On Linux 5 While Loading Shared Libraries


Error:


 Checking for make...    found - /usr/bin/make
 Checking for ld...     found - /usr/bin/ld
 Checking for cc...     found - /usr/bin/cc
 Checking for ar...     found - /usr/bin/ar
 Checking for ksh...
 Unable to find 'kshell' in path

Cause:


$STAGE_TOP/startCD/Disk1/rapidwiz/bin/runWizard.sh is setting the LD_ASSUME_KERNEL Linux 5.4

version:


if test "$exit_code" == "0" ; then # LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
fi

Solution:


1. Edit the $STAGE_TOP/startCD/Disk1/rapidwiz/bin/runWizard.sh and comment
out lines 122-125, as following:

# if test "$exit_code" == "0" ; then # LD_ASSUME_KERNEL=2.4.19
# export LD_ASSUME_KERNEL
# fi

2. Restart the rapidwiz -restart


No comments:

Post a Comment