Hello All,

First, I find it very surprising that after the installation of Fedora OS, I couldn't find Perl on it, when I fire the command "perl -v", it returns " command not found". So, really not sure if I have done any mistake, as the OS installation was successful with no errors, I have given 22 GB disk space to the OS in my Oracle VirtualBox.

Second, I downloaded the ActivePerl-5.20.2.2002-x86_64-linux-glibc-2.15-299195.tar from perl.org. extracted it, and fired the command

# tar -xvf ActivePerl-5.20.2.2002-x86_64-linux-glibc-2.15-299195.tar

It went fine, then I fired the command

# ./install.sh

There was some interactive questions including "Enter top level directory for install? [/opt/ActivePerl-5.20]"

Since I wanted to install/configure the Perl under following path

/opt/perl/ActivePerl-5.20

So, I have given the path, and hit enter, it progressed without any flaws, and installation was success, and I got the following directories.files in the above path.

[root@fedora ActivePerl-5.20]# ll total 24 drwxr-xr-x. 2 root root 4096 Jul 19 14:44 bin drwxrwxr-x. 2 root root 4096 Sep 20 02:13 etc drwxr-xr-x. 8 root root 4096 Sep 20 02:13 html drwxr-xr-x. 101 root root 4096 Jul 19 14:44 lib drwxr-xr-x. 4 root root 4096 Jul 19 12:45 man drwxr-xr-x. 3 root root 4096 Jul 19 12:44 site

I then went to .bash_profile, and set the env variable as

PATH=/opt/perl/ActivePerl-5.20

However,I could see the following path already mentioned in the above path

PATH=$PATH:$HOME/bin

I had commented the path before I put mine .

Size to /opt is 4 GB.

In reply to Issue with ActivePerl installation on Fedora 20 by as00060

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.