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. Unable to locate all utilities with system path. The server is CENTOS 5.1 with almost all software installed. Can anone tell me: 1. where is PD? 2. If I really NOT installed, which RPM should I load? ______________________________________________________________________________________________________ ?????????Yahoo!??????2.0????????????? http://tw.mg0.mail.yahoo.com/dc/landing
On 5-Feb-09, at 9:52 AM, 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. > Unable to locate all utilities with system path. > > The server is CENTOS 5.1 with almost all software installed. Can > anone tell me: > > 1. where is PD? > > 2. If I really NOT installed, which RPM should I load? >Did you try a variation of: # yum whatprovides PD d
ksh-20060214-1.7 -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of mcclnx mcc Sent: Thursday, February 05, 2009 9:52 AM To: centos at centos.org Subject: [CentOS] where is PD??? 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. Unable to locate all utilities with system path. The server is CENTOS 5.1 with almost all software installed. Can anone tell me: 1. where is PD? 2. If I really NOT installed, which RPM should I load? ______________________________________________________________________________________________________ ???M???????o??????Yahoo!????????????2.0???M?o???????????h?????h?? http://tw.mg0.mail.yahoo.com/dc/landing _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos
On Fri, Feb 06, 2009 at 12:52:00AM +0800, mcclnx mcc wrote:> Checking for ksh... > Unable to find PD KSH version. > > 1. where is PD?not "PD", you want pdksh -- the Public Domain version of ksh, the original of which was originally not free. In CentOS 4.x, this was in an RPM called pdksh. The CentOS 5 release seems to include a "ksh" rpm: $ rpm -qa | grep ksh ksh-20060214-1.7 $ which ksh /usr/bin/ksh Convincing your Oracle installer thing to accept this is something you'll have to take up with Oracle. -- /\oo/\ / /()\ \ David Mackintosh | dave at xdroop.com | http://www.xdroop.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20090205/b814eb65/attachment.sig>
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 at xplanation.com> ???> ???: Paul Bijnens <Paul.Bijnens at xplanation.com> > ??: Re: [CentOS] where is PD??? > ???: mcclnx at 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: > > > > 1. 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" > > > > > 2. 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