No, has nothing to do with mememory.  It can't load it because it can't find
it.
Again, check you @INC and see if vars.pm is in one of the directories.

Ilya Sterin

-----Original Message-----
From: Tania de Fatima Acris Jesini [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 14, 2001 2:09 PM
To: Sterin, Ilya
Cc: [EMAIL PROTECTED]
Subject: RE: perl error using DBI


Hello,

On Sat, 14 Apr 2001, Sterin, Ilya wrote:

> It can't find vars.pm which is standard with perl distribution.  When you
> call the script from command line what happens?
>
> Ilya Sterin

It keeps the error. The rest of the program is inserting a big quantity of
data in a table. When the error happened, this table was with
aproximatelly 75000 tuples. It must be lack of memory? My machine has 512M
of RAM.


>
> -----Original Message-----
> From: Tania de Fatima Acris Jesini [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 14, 2001 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: perl error using DBI
>
>
> Hi all,
>
> I'm calling a perl script from a C program. The perl script only accesses
> the ORACLE SGBD, retrieves some tuples from a table e saves them in a
> file. But at any time of the execution this erros is caused:
>
> **************************************************************
> Can't locate vars.pm in @INC (@INC contains:
> /usr/lib/perl5/5.00503/i686-linux /usr/lib/perl5/5.00503
> /usr/lib/perl5/site_perl/5.005/i686-linux /usr/lib/perl5/site_perl/5.005
> .) at /usr/lib/perl5/5.00503/AutoLoader.pm line 3.
> BEGIN failed--compilation aborted at /usr/lib/perl5/5.00503/AutoLoader.pm
> line 3.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/site_perl/5.005/i686-linux/DBI.pm line 125.
> BEGIN failed--compilation aborted at ./recBD.pl line 3.
>
> *************************************************************
>
> Does anybody help me? The line 3 that is reported is 'use DBI'.
>
> thanks in advance,
>
> Tania Jesini
>
>
>

Reply via email to