Ok, that's wierd. It looks like you've installed perl and Mail::Sendmail from different systems/versions/distributions. If you installed Perl from RPM and Mail::Sendmail from RPM, then they should agree on what directories are a good place to install stuff.

Since you're using an outdated OS, chances are you can't use CPAN without basically re-installing perl. (CPAN will want to update perl itself if it's old.)

If I were in your shoes, and I couldn't upgrade to Fedora Core 4, I'd re-install the entire perl system via CPAN, including all the extras like Mail::Sendmail. Then I'd delete the old one and create sym-links where required so as to make the new one take the place of the old one.

You'll want to make a list of modules you had on the old system. Autobundle can help with that, but I'm not very familliar with it. (Do a search here on perlmonks.)

-Pileofrogs


In reply to Re: @INC and using older modules with newer Perl versions by pileofrogs
in thread @INC and using older modules with newer Perl versions by talexb

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.