If you got below error just set KSH_VERSION as below and try again.
PROBLEM :
$perl adcfgclone.pl dbTechStack
Enter the APPS password [APPS]:
welcome123
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for cc... found - /opt/gcc295/bin/cc
Checking for ar... found - /usr/bin/ar
Checking for ksh...
Unable to find 'kshell' in path
Unable to locate all utilities with system path.
PATH = /opt/gcc295/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/oracle/product/10.2/db_1/bin:/usr/lib/qt3/bin
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
SOLUTION :
$export KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2'
PROBLEM :
$perl adcfgclone.pl dbTechStack
Enter the APPS password [APPS]:
welcome123
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for cc... found - /opt/gcc295/bin/cc
Checking for ar... found - /usr/bin/ar
Checking for ksh...
Unable to find 'kshell' in path
Unable to locate all utilities with system path.
PATH = /opt/gcc295/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/oracle/product/10.2/db_1/bin:/usr/lib/qt3/bin
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
SOLUTION :
$export KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2'
No comments:
Post a Comment