Results 1 to 2 of 2
Hello.
I'm trying to install pdksh 5.2.14 on Fedora 12 in order to install Oracle. pdksh is a required package for Oracle 11g.
./configure seems to be fine, but when ...
- 02-11-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
Installation of pdksh on Fedora
Hello.
I'm trying to install pdksh 5.2.14 on Fedora 12 in order to install Oracle. pdksh is a required package for Oracle 11g.
./configure seems to be fine, but when i run "make", I get the following error:
./siglist.sh "gcc -E -DHAVE_CONFIG_H -I. -I." < ./siglist.in > tmpsiglist.out
sort: open failed: +2n: No such file or directory
make: *** [siglist.out] Error 1
I'm not sure what is wrong??? I'd appreciate any help available.
Thank You very much.
- 02-11-2010 #2
pdksh is not required. ksh is required and it's possible mksh would work as well.
You can see here, that for RHEL4, it lists pdksh, but for RHEL5 is lists just ksh.
Here is a guide for installing on Fedora 11. It's probably no different for Fedora 12.


Reply With Quote