I don't know why ORACLE software complain. Server did have KSH.
$ which ksh /bin/ksh $ rpm -qa|grep ksh ksh-20060214-1.7
--- 09/2/5 (星期四),Paul Bijnens Paul.Bijnens@xplanation.com 寫道:
寄件者: Paul Bijnens Paul.Bijnens@xplanation.com 主旨: Re: [CentOS] where is PD??? 收件者: mcclnx@yahoo.com.tw 日期: 2009 2 5 星期四 下午 12:24 On 2009-02-05 17:52, mcclnx mcc wrote:
I am installed ORACLE software and it say server did
NOT have PD:
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 PD KSH version.
PD is the abbreviation of "Public Domain". It is looking for "ksh", the "Public Domain" ksh implementation. (Korn shell)
Unable to locate all utilities with system path.
The server is CENTOS 5.1 with almost all software
installed. Can anone tell me:
- where is PD?
The question should be: "where is ksh" ? And the answer is: To install in Centos 5 do:
yum install ksh
In CentOS 4, is was called "pdksh"
- If I really NOT installed, which RPM should I load?
In CentOS 5: ksh-20060214-1.7
-- Paul Bijnens, Xplanation Technology Services Tel +32 16 397.525 Interleuvenlaan 86, B-3001 Leuven, BELGIUM Fax +32 16 397.552
- I think I've got the hang of it now: exit, ^D, ^C,
^, ^Z, ^Q, ^^, *
- quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye,
/bye, ~., *
- stop, end, ^]c, +++ ATH, disconnect, halt, abort,
hangup, KJOB, *
- ^X^X, :D::D, kill -9 1, kill -1 $$, shutdown, init
0, Alt-F4, *
- Alt-f-e, Ctrl-Alt-Del, Alt-SysRq-reisub, Stop-A,
AltGr-NumLock, ... *
- ... "Are you sure?" ... YES ... Phew
... I'm out *
______________________________________________________________________________________________________ 付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! http://tw.mg0.mail.yahoo.com/dc/landing
From: mcclnx mcc mcclnx@yahoo.com.tw
I don't know why ORACLE software complain. Server did have KSH. $ which ksh /bin/ksh $ rpm -qa|grep ksh ksh-20060214-1.7
Maybe because the installer expects to be run from ksh and not bash...
JD
From: John Doe jdmls@yahoo.com
From: mcclnx mcc
I don't know why ORACLE software complain. Server did have KSH. $ which ksh /bin/ksh $ rpm -qa|grep ksh ksh-20060214-1.7
Maybe because the installer expects to be run from ksh and not bash...
Maybe this would help:http://kdevendr.wordpress.com/2009/01/22/installing-oracle-10g-on-centos-5/ But maybe it wants pdksh and not ksh... If so, try http://rpm.pbone.net/index.php3?stat=3&search=pdksh
JD