2015-12-16 3 views
0

Je ne suis pas en mesure d'installer HTML::TokeParser ce paquet de CPAN.HTML :: TokeParser impossible d'installer à partir de CPAN

cpan[6]> install HTML::TokeParser 


Running install for module 'HTML::TokeParser' 


Running make for G/GA/GAAS/HTML-Parser-3.71.tar.gz 


    Has already been unwrapped into directory /root/.cpan/build/HTML-Parser-3.71-0zUSqw 


Could not make: Unknown error 


Running make test 
    Can't test with enter code here out successful make 

Running make install 


    Make had returned bad status, install seems impossible 

Quelqu'un peut-il aider ici?

+0

supprimer '/root/.cpan/build/HTML-Parser-3.71 -0zUSqw' et essayez à nouveau – Jens

+0

@jens cela a fonctionné. vraiment reconnaissant. maintenant pourriez-vous s'il vous plaît dites-moi pourquoi j'ai rencontré cela. mon système était frais et avait seulement une installation par défaut –

Répondre

-1

vous pouvez essayer:

perl -e -MCPAN 'installer HTML :: TokeParser'

OU

Download the zipped tar file from one of the following: 

http://search.cpan.org/~gaas/HTML-Parser-3.71/lib/HTML/TokeParser.pm 
or 
search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz 

Unzip the module as follows or use winzip: 

     tar -zxvf HTML-Parser-3.71.tar.gz 

The module can be installed using the standard Perl procedure: 

    perl Makefile.PL 
    make 
    make test 
    make install # You may need to be root 
    make clean  # or make realclean