Respected Monks,

On Solaris 8 the initial version of Perl was 5.8.6 and it has been upgraded with Active Perl 5.8.8 version. Now when we try to install any other perl module we are facing the following errors :

perl Makefile.PL Set up gcc environment - 3.3.2 Unable to find a perl 5 (by these names: perl perl perl5 perl5.8.8 min +iperl, in these dirs: /usr/sbin /usr/bin /opt/Omnibus707/bin /bin /op +t/Omnibus707/probes /opt/Omnibus707/install /bin /opt/netcool/ism/pla +tform/solaris2/lib /usr/ccs/bin /usr/bin/bash /opt/Omni706/bin/solari +s2 /opt/Omni706/platform/solaris2/merant-4.1/merant/lib /opt/Omnibus7 +07/platform/solaris2/lib /opt/Omnibus707/bin/solaris2 /opt/netcool/IS +M24/platform/solaris2/lib /usr/local/apache/apache-2.0.58/lib /usr/li +b/sparcv9 /usr/local/bin /usr/local/perl-5.8.7 /usr/local/mysql/bin / +usr/local/apache/apache-2.0.58/openssl/lib /usr/local/apache2/lib /us +r/local/ssl/lib /usr/local/bin /usr/local/mysql/bin/ /usr/local/mysql +/lib/mysql/ /usr/local/lib /usr/local/lib/perl5/site_perl/5.8.7/sun4- +solaris/auto/DBD/mysql/mysql.so /usr/ccs/bin /usr/lib/sparcv9 /usr/lo +cal/lib/perl5/site_perl/5.8.6/sun4-solaris/auto/DBD/mysql /opt/netcoo +l/TWC_OMNI71/omnibus/bin /opt/ActivePerl-5.8/lib/ /opt/ActivePerl-5.8 +/bin/ /opt/ActivePerl-5.8/bin) Writing Makefile for Net::Telnet

Also in order to refer to the upgraded version of Perl we have created a soft link at location /usr/bin/perl

bash-2.03# which perl /usr/bin/perl bash-2.03# ls -l /usr/bin/perl lrwxrwxrwx 1 root other 28 Jul 25 00:18 /usr/bin/perl -> /opt/Activ +ePerl-5.8/bin/perl

Also set the environmental variable PATH with the upgraded version ( /opt/ActivePerl-5.8/bin/ )

Please let me know if I am doing any thing wrong or guide me with a possible solution. Thanks

Sushil Kumar

In reply to Problem installing Perl modules by msk_0984

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.