View: Perl package install with CPAN: Writing Makefile for -- NOT OK

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

0 comment about "Perl package install with CPAN: Writing Makefile for <any module> -- NOT OK"