Я пытаюсь установить установщик модуля cpan и столкнулся с проблемой создания пакета.
Я запустил:
sudo cpan App::cpanminus
Мои результаты:
// lots of other successful stuff
CPAN: Module::CoreList loaded ok (v2.43)
'YAML' not installed, will not store persistent state
CPAN.pm: Going to build M/MI/MIYAGAWA/App-cpanminus-1.4008.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for App::cpanminus
make: *** No rule to make target `/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/config.h', needed by `Makefile'. Stop.
MIYAGAWA/App-cpanminus-1.4008.tar.gz
make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Есть идеи, какая у меня проблема?