We have downloaded Perl (Binary) from http://www.bull.de/ and using smit we installed it on AIX 4.3.2,the installation was cool with Perl being installed in /usr/local/ , the CGI.pm files were rightly created in /usr/local/lib/perl5/5.6.0 and could be accessed in the perl programs using use CGI; We are looking for database connectivity and for this we downloaded DBI and DBD for Oracle (tar.gZ) files and after unzipping it we had the files sitting in /usr/local/lib/perl5/5.6.0/DBI-1.14 (DBI related Makefile.PL etc) and /usr/local/lib/perl5/5.6.0/DBD-Oracle-1.06 (DBD related Makefile.PL etc). We went ahead with make Makefile.PL and the other instructions documented. Our Oracle environment has also been set up properly by having correct ORACLE_SID and TWO_TASK and can be connected by a client. But on running a perl script we get this error : Can't locate loadable object for module DBI in @INC (@INC.. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.0/aix/DB I.pm line 182. Pls advise.. Do we need to (re)make perl as we did for DBI and DBD

In reply to Problem Using DBI , DBD by Anonymous Monk

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.