Hi,
I think I have a similar problem as Mehdi. The problem is my script does not
run and gives me this error:
Can't locate DBI.pm in @INC at qf_system_blast.pl line 14.
BEGIN failed--compilation aborted at qf_system_blast.pl line 14.

I took your advise and checked /usr/local/lib and I found this file under
this path
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/DBI.pm


so could you please tell me what I am wrong??

thanks
Nina

-----Original Message-----
From: Michael A. Chase [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 15, 2001 4:36 AM
To: Mahdi A. Sbeih; [EMAIL PROTECTED]
Subject: Re: Error installing DBI


ExtUtils::MakeMaker is one of the modules that comes with Perl, so if it
can't be found in the standard @INC list, you have a seriously damaged Perl
installation.

See if the file exists anywhere under /usr/local/lib/perl5.  Perl is looking
for modules under /usr/local/lib because that's where the libraries were
supposed to go when the perl executable was built.

You might have more than one perl executable file.  Perhaps one in /usr/bin/
and one in /usr/local/bin/.
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
----- Original Message -----
From: "Mahdi A. Sbeih" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 07:10
Subject: Error installing DBI


> Hi All,
>
> While I am trying to install DBI 1.15 on Solaris,
>
> perl Makefile.PL PREFIX=$HOME INSTALLSITELIB=$HOME
> INSTALLSITEARCH=$HOME/sun4-solaris
>
> I got this error:
>
> Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: lib
> /usr/local/lib/perl5/sun4-solaris/5.00404 /usr/local/lib/perl5
> /usr/local/lib/perl5/site_perl/sun4-solaris /usr/local/lib/perl5/site_perl
> .) at Makefile.PL line 14.
> BEGIN failed--compilation aborted at Makefile.PL line 14.
>
>
>
> Any explanations?
>
> Why it is looking in /usr/local....
> I have only the Perl interpreter on the machine, is there anything extra
> needed?

Reply via email to