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:
where is PD?
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@centos.org [mailto:centos-bounces@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
On Fri, Feb 06, 2009 at 12:52:00AM +0800, mcclnx mcc wrote:
Checking for ksh... Unable to find PD KSH version.
- 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.