On 6/1/06, Jonathan Leffler <[EMAIL PROTECTED]> wrote:
On 6/1/06, R, Rajsekar <[EMAIL PROTECTED]> wrote:
> I  am getting this error . please let me know..  what needs to be done further
>
>   perl -MDBI -e 'print "$DBI::VERSION\n"'
> Can't locate DBI.pm in @INC (@INC contains: /usr/perl5/5.00503/sun4-solaris 
/usr/perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-solaris 
/usr/perl5/site_perl/5.005 .).
> BEGIN failed--compilation aborted.


Download, compile and install DBI.  And the driver for the DBMS you plan to use.

And, since you're using a seriously down-version of Perl, you need to
get yourself a sufficiently *old* version of DBI - one that will work
with Perl 5.5.3; the current version requires 5.6.1.

You'd be best off getting Perl 5.8.8 and redoing all the modules.
It'll be harder in the short term, but you might not need to do it
again for another 3 years.


--
Jonathan Leffler <[EMAIL PROTECTED]>  #include <disclaimer.h>
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

Reply via email to