No, symlink does not fixed it. I got this error during make test phase:
Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/li +b/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::H +arness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/md5...............Can't locate Digest/MD5.pm in @INC (@INC contains: + blib/arch blib/lib /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/ +lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1/i686-linux /usr +/local/lib/perl5/5.6.1 /usr/local/bin/lib/perl5/5.6.1/i686-linux /usr +/local/bin/lib/perl5/5.6.1/i686-linux /usr/local/bin/lib/perl5/5.6.1 +/usr/local/bin/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/bin/li +b/perl5/site_perl/5.6.1/i686-linux /usr/local/bin/lib/perl5/site_perl +/5.6.1 /usr/local/bin/lib/perl5/site_perl/5.6.1/i686-linux /usr/local +/bin/lib/perl5/site_perl/5.6.1 /usr/local/bin/lib/perl5/site_perl . / +usr/local/bin/lib/perl5/5.6.1/i686-linux /usr/local/bin/lib/perl5/5.6 +.1 /usr/local/bin/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/bin +/lib/perl5/site_perl/5.6.1 /usr/local/bin/lib/perl5/site_perl .) at b +lib/lib/MD5.pm line 8. Compilation failed in require at t/md5.t line 8. BEGIN failed--compilation aborted at t/md5.t line 8. t/md5...............dubious + Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +---------- t/md5.t 2 512 14 14 100.00% 1-14 Failed 1/1 test scripts, 0.00% okay. 14/14 subtests failed, 0.00% okay +. make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK cpan>

Any idea?

In reply to Re: Re: editing paths in INC by perlknight
in thread editing paths in INC by perlknight

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.