Monday, September 6, 2010

Unable to find 'kshell' in path Unable to locate all utilities with system path

Problem is installing oracle application 11.5.10 on Linux 5.5

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
Unable to locate all utilities with system path.



Solution:-
Step-1
Verify for ksh if its a linux only platform
[root@muthu ~]# /bin/ksh -c 'echo $KSH_VERSION'
Version AJM 93t+ 2010-02-02

Step-2
If you found any output export below path
KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2'; export KSH_VERSION

Setp-3
Then your run below command on same terminal
[oracle@muthu rapidwiz]$ ./rapidwiz

10 comments:

  1. Hi expert,

    Iam facing the same error...Thanks for your the detailed explanation..But i didn't find any output for the below command
    /bin/ksh -c 'echo $KSH_VERSION'
    what i need to do

    thanks and regards

    ReplyDelete
  2. Hi muthu,

    Thank u very much for immediate response

    I tried to install pdksh-5.2.14-936.8.i586.rpm but unfortunately it is showing the following th error
    error: Failed dependencies:
    /etc/bash.bashrc is needed by pdksh-5.2.14-936.8.i586
    update-alternatives is needed by pdksh-5.2.14-936.8.i586
    libc.so.6(GLIBC_2.11) is needed by pdksh-5.2.14-936.8.i586
    rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by pdksh-5.2.14-936.8.i586

    Thanks and regards
    Harish

    ReplyDelete
  3. Hi muthu,

    I tried pdksh-5.2.14-30.src.rpm for linux 4
    I succeeded with warning

    then i executed your command
    rpm -qa pdksh-5.2.14-30.src
    but no output

    ReplyDelete
  4. hi,
    just export below command then try,

    export KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2'

    Regards,
    Muthu

    ReplyDelete
  5. Hi,

    #rpm -Uiv pdksh-5.2.14-936.8.i586.rpm --nodefs
    #export KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2'

    Regard,
    Muthu

    ReplyDelete
  6. Hi Expert,

    I resolved the issue.Thank u for Info...Great Blog..great help..all the best ...keep going

    ReplyDelete
  7. Also check your host entry also

    yourserveripaddress linux12i.com linux12i

    ReplyDelete
  8. Hi,

    Ya libdb.so.2 is available in /usr/lib

    Thanks and Regards
    Harish

    ReplyDelete
  9. stop all application services .then run autoconfig then try to start .

    Regards,
    Muthu

    ReplyDelete
  10. Hi muthu,

    Thanks for info.I have encountered some hard ware issue. I think i need to reinstall 12i.

    can we install 11i and r12 in the linux machine.If possible kindly share your view..

    can we have two IPs for the same machine?

    thanks & regards
    Harish

    ReplyDelete