Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...