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:
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
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
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
hi,
just export below command then try,
export KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2'
Regards,
Muthu
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
Hi Expert,
I resolved the issue.Thank u for Info...Great Blog..great help..all the best ...keep going
Also check your host entry also
yourserveripaddress linux12i.com linux12i
Hi,
Ya libdb.so.2 is available in /usr/lib
Thanks and Regards
Harish
stop all application services .then run autoconfig then try to start .
Regards,
Muthu
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
Post a Comment