Hi Monks, I have run into an issue I hope you can help with. I am moving some perl scripts from a RHEL 5.X system running Perl 5.8 to RHEL 6.X systems running Perl 5.10.1. I was able to install the package perl-DBI on the new Systems, however even though this is Perl 5.10.1 its still looking for DynaLoader.pm when it is run. I thought DynaLoader is part of the Base Perl5.10 installation, so I am unsure why it is still asking for it. Any insight into what I am doing wrong is appreciated! When I execute my script I get this error:
Can't locate DynaLoader.pm in @INC (@INC contains: /usr/lib64/perl5/5. +10.0 /usr/lib64/perl5 /usr/local/lib64/perl5/ /usr/local/share/perl / +usr/lib64/perl5/vendor_perl /usr/share/perl5 /opt/SecureTransport/lib + /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/share/perl5/vendo +r_perl .) at /usr/lib64/perl5/DBI.pm line 157. BEGIN failed--compilation aborted at /usr/lib64/perl5/DBI.pm line 157.
Thanks in advance for your help!

In reply to Issue using DBI on Perl 5.10.1 by jfialkowski

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.