Robert T Wyatt <[EMAIL PROTECTED]> said: > > I was doing well, having a good time, decided to try something new. > I enabled unstable main and crypto in both fink and fink commander. > I did not do these at the same time (fink and fink commander) because > I didn't know any better. > > I'm afraid that I may have gotten something out of kilter with this. > > Anyhow, that's a little background. Here's where we are: > > ** (note printenv results at bottom, in short: 10.2-3.3-unstable > perl580-core and a jumble of netpbm versions) > > [localhost:/Users/anniedec] anniedec# fink rebuild appconfig-pm > gzip -dc /sw/src/AppConfig-1.55.tar.gz | /sw/bin/tar -xf - > --no-same-owner --no-same-permissions > /sw/bin/perl Makefile.PL PERL=/sw/bin/perl PREFIX=/sw > INSTALLPRIVLIB=/sw/lib/perl5 INSTALLARCHLIB=/sw/lib/perl5/darwin > INSTALLSITELIB=/sw/lib/perl5 INSTALLSITEARCH=/sw/lib/perl5/darwin > INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3 > INSTALLSITEMAN1DIR=/sw/share/man/man1 > INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin > INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin > Checking if your kit is complete... > Looks good > Warning: prerequisite Test::More failed to load: Can't locate > Test/More.pm in @INC (@INC contains: /sw/lib/perl5/5.6.0/darwin > /sw/lib/perl5/5.6.0 /sw/lib/perl5/darwin /sw/lib/perl5 > /sw/lib/perl5/darwin /sw/lib/perl5/5.6.0/darwin /sw/lib/perl5/5.6.0 > /Library/Perl/darwin /Library/Perl /Library/Perl .) at (eval 4) line 3. > 'INSTALLSITEBIN' is not a known MakeMaker parameter name. > 'INSTALLSITEMAN1DIR' is not a known MakeMaker parameter name. > 'INSTALLSITEMAN3DIR' is not a known MakeMaker parameter name. > Writing Makefile for AppConfig
Sounds like you're compiling a package that expects perl 5.8.0 or higher (which knows those MakeMaker parameters and comes with Test::More but yout /sw/bin/perl appears to be 5.6.0. You say you have perl580-core installed, so try installing perl580 also (which updates /sw/bin/perl to 5.8.0). Alternatively, install the test-simple-pm package to get Test::More for perl 5.6.0; you'll still get the MakeMaker warnings, but I think they are harmless. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
