Posted on 2007-02-17 03:44:12-08 by schwern in response to 4367
Re: Writing Makefile for <any module> -- NOT OK

What you should do is download and try to install a Perl module from CPAN without using the CPAN shell. Test-Simple is a good example because it has almost no dependencies and doesn't do anything fancy.

Download it. Unpack it. perl Makefile.PL. make. make test. sudo make install.

If that doesn't work then at least you'll have all the error messages you need. If it does work your CPAN shell is misconfigured. Talk to the Ubuntu folks. Or the CPAN shell folks. This isn't about MakeMaker.

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.