Thanks to all of you for posting on this issue. As per suggestion, I installed Perl 5.12.2 on my box in different directory, but running command "perl -v" still shows perl 5.10.1. I tried to run "perl -V" and it displays error message as

perl -V Can't locate Config.pm in @INC (@INC contains: /etc/perl /usr/local/li +b/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/ +perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_per +l .). BEGIN failed--compilation aborted.
root@cvsnew:/var/www/bugzilla-3.4# perl checksetup.pl Can't locate strict.pm in @INC (@INC contains: /etc/perl /usr/local/li +b/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/ +perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_per +l .) at checksetup.pl line 45. BEGIN failed--compilation aborted at checksetup.pl line 45.
root@cvsnew:/var/www/bugzilla-3.4# ./checksetup.pl --check-modules Can't locate strict.pm in @INC (@INC contains: /etc/perl /usr/local/li +b/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/ +perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_per +l .) at ./checksetup.pl line 45. BEGIN failed--compilation aborted at ./checksetup.pl line 45. root@cvsnew:/var/www/bugzilla-3.6# /usr/bin/perl install-module.pl --a +ll Can't locate strict.pm in @INC (@INC contains: /etc/perl /usr/local/li +b/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/ +perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_per +l .) at install-module.pl line 22. BEGIN failed--compilation aborted at install-module.pl line 22.

I have no idea about how to progress on this issue. Kindly help me out.


In reply to Re^2: (Help Needed) Uninstall Perl 5.10 and Install 5.8 on Ubuntu 10.04 by skumar1
in thread (Help Needed) Uninstall Perl 5.10 and Install 5.8 on Ubuntu 10.04 by skumar1

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.