Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2008 10:11:23 -0800
From:      Noah <admin2@enabled.com>
To:        glarkin@FreeBSD.org
Cc:        User Questions <freebsd-questions@FreeBSD.org>
Subject:   Re: Can't locate ExtUtils/MakeMaker.pm
Message-ID:  <492AEE4B.10504@enabled.com>
In-Reply-To: <492AEB6B.20203@FreeBSD.org>
References:  <492AD602.7090206@juniper.net> <492AEB6B.20203@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Greg Larkin wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Noah Garrett Wallach wrote:
>> Hi List,
>>
>> Okay I am unable to figure out how to get out of this loop.
>> I try to build p5-Module-Install and the result error is Can't locate
>> ExtUtils/MakeMaker.pm
>>
>> when I attempt to build p5-ExtUtils-MakeMaker I cant because the module
>> needs ExtUtils/Install.pm
>>
>>
>> here is the output and perl -V too
>>
>> output tail from installing p5-Module-Install
>>
>> Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in
>> @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach
>> /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
>> /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval
>> 1) line 1.
>> BEGIN failed--compilation aborted at
>> /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.
>> Compilation failed in require at ./Makefile.PL line 8.
>> BEGIN failed--compilation aborted at ./Makefile.PL line 8.
>> *** Error code 2
>>
> [...]
> 
> Hi Noah,
> 
> What is the output of the following command on your system?
> 
> find /usr/local/lib/perl5 -name MakeMaker.pm -print
> 
> Regards,
> Greg
sure


  sudo find /usr/local/lib/perl5 -name MakeMaker.pm -print    [~]
Password:
/usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?492AEE4B.10504>