Re: [CentOS] where is PD???

2009-02-05 Thread Ward.P.Fontenot
ksh-20060214-1.7

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
mcclnx mcc
Sent: Thursday, February 05, 2009 9:52 AM
To: centos@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@centos.org
http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] where is PD???

2009-02-05 Thread David . Mackintosh
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 | 
 d...@xdroop.com  | http://www.xdroop.com


pgpMq42IncOT7.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] where is PD???

2009-02-05 Thread dnk

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


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] where is PD???

2009-02-05 Thread 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


--- 09/2/5 (星期四),Paul Bijnens  寫道:

> 寄件者: Paul Bijnens 
> 主旨: Re: [CentOS] where is PD???
> 收件者: mcc...@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 ServicesTel 
> +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
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] where is PD???

2009-02-06 Thread John Doe

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...

JD


  

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] where is PD???

2009-02-06 Thread John Doe

From: John Doe 
> 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



  

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos