Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it L'avatar di Gabbro
    Registrato dal
    Nov 2000
    Messaggi
    828

    Installare moduli perl con CPAN

    Salve,
    ho sempre installato moduli perl tramite ppm su windows e non ho mai avuto problemi. Ora sono passato a linux (xubuntu) e stò provando ad installare il modulo WWW::Mechanize ma non funziona. Questi sono i comandi che ho usato (da root):

    root@server:~/Desktop# perl -MCPAN -e shell
    Terminal does not support AddHistory.

    cpan shell -- CPAN exploration and modules installation (v1.7601)
    ReadLine support available (try 'install Bundle::CPAN')
    cpan> install WWW::Mechanize
    Running install for module WWW::Mechanize
    Running make for P/PE/PETDANCE/WWW-Mechanize-1.32.tar.gz
    CPAN: Digest::MD5 loaded ok
    CPAN: Compress::Zlib loaded ok
    Checksum for /root/.cpan/sources/authors/id/P/PE/PETDANCE/WWW-Mechanize-1.32.tar.gz ok
    Scanning cache /root/.cpan/build for sizes
    Deleting from cache: /root/.cpan/build/Crypt-SSLeay-0.57 (11.0>10.0 MB)
    Deleting from cache: /root/.cpan/build/YAML-0.66 (10.7>10.0 MB)
    Deleting from cache: /root/.cpan/build/libwww-perl-5.808 (10.2>10.0 MB)
    WWW-Mechanize-1.32/
    WWW-Mechanize-1.32/perlcriticrc
    WWW-Mechanize-1.32/lib/
    WWW-Mechanize-1.32/lib/WWW/
    WWW-Mechanize-1.32/lib/WWW/Mechanize/
    WWW-Mechanize-1.32/lib/WWW/Mechanize/Image.pm
    WWW-Mechanize-1.32/lib/WWW/Mechanize/Link.pm
    WWW-Mechanize-1.32/lib/WWW/Mechanize/Examples.pod
    WWW-Mechanize-1.32/lib/WWW/Mechanize/Cookbook.pod
    WWW-Mechanize-1.32/lib/WWW/Mechanize/FAQ.pod
    WWW-Mechanize-1.32/lib/WWW/Mechanize.pm
    WWW-Mechanize-1.32/etc/
    WWW-Mechanize-1.32/etc/www-mechanize-logo.png
    WWW-Mechanize-1.32/bin/
    WWW-Mechanize-1.32/bin/mech-dump
    WWW-Mechanize-1.32/MANIFEST
    WWW-Mechanize-1.32/Changes
    WWW-Mechanize-1.32/META.yml
    WWW-Mechanize-1.32/t/
    WWW-Mechanize-1.32/t/find_link_id.t
    WWW-Mechanize-1.32/t/upload.html
    WWW-Mechanize-1.32/t/image-new.t
    WWW-Mechanize-1.32/t/autocheck.t
    WWW-Mechanize-1.32/t/upload.t
    WWW-Mechanize-1.32/t/00-load.t
    WWW-Mechanize-1.32/t/clone.t
    WWW-Mechanize-1.32/t/image-parse.html
    WWW-Mechanize-1.32/t/regex-error.t
    WWW-Mechanize-1.32/t/pod-coverage.t
    WWW-Mechanize-1.32/t/find_inputs.t
    WWW-Mechanize-1.32/t/warnings.t
    WWW-Mechanize-1.32/t/find_image.t
    WWW-Mechanize-1.32/t/find_link.t
    WWW-Mechanize-1.32/t/select.t
    WWW-Mechanize-1.32/t/new.t
    WWW-Mechanize-1.32/t/image-parse.t
    WWW-Mechanize-1.32/t/save_content.t
    WWW-Mechanize-1.32/t/link-relative.t
    WWW-Mechanize-1.32/t/live/
    WWW-Mechanize-1.32/t/live/computers4sure.t
    WWW-Mechanize-1.32/t/live/wikipedia.t
    WWW-Mechanize-1.32/t/field.html
    WWW-Mechanize-1.32/t/link.t
    WWW-Mechanize-1.32/t/find_link-warnings.t
    WWW-Mechanize-1.32/t/tick.t
    WWW-Mechanize-1.32/t/find_link.html
    WWW-Mechanize-1.32/t/add_header.t
    WWW-Mechanize-1.32/t/aliases.t
    WWW-Mechanize-1.32/t/link-base.t
    WWW-Mechanize-1.32/t/select.html
    WWW-Mechanize-1.32/t/frames.html
    WWW-Mechanize-1.32/t/google.html
    WWW-Mechanize-1.32/t/pod.t
    WWW-Mechanize-1.32/t/tick.html
    WWW-Mechanize-1.32/t/find_link_id.html
    WWW-Mechanize-1.32/t/field.t
    WWW-Mechanize-1.32/t/taint.t
    WWW-Mechanize-1.32/t/area_link.html
    WWW-Mechanize-1.32/t/find_inputs.html
    WWW-Mechanize-1.32/t/die.t
    WWW-Mechanize-1.32/t/mech-dump/
    WWW-Mechanize-1.32/t/mech-dump/mech-dump.t
    WWW-Mechanize-1.32/t/frames.t
    WWW-Mechanize-1.32/t/warn.t
    WWW-Mechanize-1.32/t/local/
    WWW-Mechanize-1.32/t/local/referer.t
    WWW-Mechanize-1.32/t/local/submit.t
    WWW-Mechanize-1.32/t/local/page_stack.t
    WWW-Mechanize-1.32/t/local/form.t
    WWW-Mechanize-1.32/t/local/click.t
    WWW-Mechanize-1.32/t/local/log-server
    WWW-Mechanize-1.32/t/local/get.t
    WWW-Mechanize-1.32/t/local/follow.t
    WWW-Mechanize-1.32/t/local/referer-server
    WWW-Mechanize-1.32/t/local/overload.t
    WWW-Mechanize-1.32/t/local/reload.t
    WWW-Mechanize-1.32/t/local/failure.t
    WWW-Mechanize-1.32/t/local/back.t
    WWW-Mechanize-1.32/t/local/click_button.t
    WWW-Mechanize-1.32/t/local/LocalServer.pm
    WWW-Mechanize-1.32/t/area_link.t
    WWW-Mechanize-1.32/t/form-parsing.t
    WWW-Mechanize-1.32/Makefile.PL
    Removing previously used /root/.cpan/build/WWW-Mechanize-1.32

    CPAN.pm: Going to build P/PE/PETDANCE/WWW-Mechanize-1.32.tar.gz


    WWW::Mechanize likes to have a lot of test modules for some of its tests.
    The following are modules that would be nice to have, but not required.

    Test::Memory::Cycle
    Test::Warn
    Test::Taint


    Checking if your kit is complete...
    Looks good
    Writing Makefile for WWW::Mechanize
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible

    Dove sbaglio?

  2. #2
    il fenomeno si verifica solo con questo modulo o anche con altri?
    Marco Allegretti
    shishii@tiscalinet.it
    Lang: PERL, PHP, SQL.
    Linux user n° 268623 Fedora Core 10, Fedora Core 6, Debian Sarge on mips

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.