XP에서 Strawberry Perl (32 비트)에 HTML::HTMLDoc
을 빌드하려고합니다. 나는 딸기를 다시 설치 한 후에도 다음 문제에 일관되게 직면합니다. 어떤 도움이라도 대단히 감사하겠습니다.Strawberry Perl의 HTML :: HTMLDoc 설치 문제
감사합니다.
cpan> install HTML::HTMLDoc
Fetching with LWP:
http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/02packages.details.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/03modlist.data.gz
Creating database file ...
Done!
Running install for module 'HTML::HTMLDoc'
Running make for M/MF/MFRANKL/HTML-HTMLDoc-0.10.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/M/MF/MFRANKL/HTML-HTMLDoc-0.10.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/M/MF/MFRANKL/CHECKSUMS
Checksum for C:\strawberry\cpan\sources\authors\id\M\MF\MFRANKL\HTML-HTMLDoc-0.10.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
DONE
CPAN.pm: Building M/MF/MFRANKL/HTML-HTMLDoc-0.10.tar.gz
Unparsable version '' for prerequisite IPC::Open3 at Makefile.PL line 4.
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for HTML::HTMLDoc
Writing MYMETA.yml and MYMETA.json
cp lib/HTML/HTMLDoc.pm blib\lib\HTML\HTMLDoc.pm
cp lib/HTML/HTMLDoc/PDF.pm blib\lib\HTML\HTMLDoc\PDF.pm
C:\strawberry\perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" test_htmldoc.PL test_htmldoc
'htmldoc' is not recognized as an internal or external command,
operable program or batch file.
htmldoc not found. please install first
dmake.exe: Error code 129, while making 'test_htmldoc'
MFRANKL/HTML-HTMLDoc-0.10.tar.gz
C:\strawberry\c\bin\dmake.exe -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Stopping: 'install' failed for 'HTML::HTMLDoc'.
Failed during this command:
MFRANKL/HTML-HTMLDoc-0.10.tar.gz : make NO
경로에 htmldoc을 설치하고 설정 했습니까? –