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?