Skip to content

Perl package install with CPAN: Writing Makefile for — NOT OK

  1. # Synopisis: following error while installing any perl package with CPAN
  2. # Looks good
  3. # Writing Makefile for Package
  4. #     — NOT OK
  5. # Running make test
  6. #   Can’t test without successful make
  7. # Running make install
  8. #   make had returned bad status, install seems impossible
  9. # Solution: set make to /usr/bin/make in CPAN configuration
  10. $ cpan
  11. cpan> o conf make /usr/bin/make