Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 08/03/2010, à 13:47

NY152

nzbperl et SSL

Bonjour,

Préférant de loin les programmes en console, j'utilise nzbperl. Celui-ci fonctionne très bien à un détail près : le SSL. En effet, ce dernier me sort une erreur :

 *****************************************************************
 ERROR:
 ERROR: --ssl was specified, but IO::Socket::SSL isn't available.
 Please install IO::Socket::SSL to use --ssl and try again.
 *****************************************************************

Ni une ni deux, je tape ceci :

sudo perl -MCPAN -e "install IO::Socket::SSL"

Et en voici le résultat :

CPAN: Storable loaded ok (v2.18)
Going to read /home/mysession/.cpan/Metadata
  Database was generated on Thu, 04 Mar 2010 10:45:51 GMT
CPAN: LWP::UserAgent loaded ok (v5.829)
CPAN: Time::HiRes loaded ok (v1.9711)

I would like to connect to one of the following sites to get 'authors/01mailrc.txt.gz':

 http://www.perl.org/CPAN/
 ftp://ftp.perl.org/pub/CPAN/

Is it OK to try to connect to the Internet? [yes] Fetching with LWP:
  http://www.perl.org/CPAN/authors/01mailrc.txt.gz
CPAN: YAML loaded ok (v0.70)
Going to read /home/mysession/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/mysession/.cpan/build/
............................................................................DONE
Found 3 old builds, restored the state of 3
............................................................................DONE
Fetching with LWP:
  http://www.perl.org/CPAN/modules/02packages.details.txt.gz
Going to read /home/mysession/.cpan/sources/modules/02packages.details.txt.gz
  Database was generated on Fri, 05 Mar 2010 23:45:42 GMT
...............
  New CPAN.pm version (v1.9402) available.
  [Currently running version is v1.9205]
  You might want to try
    install CPAN
    reload cpan
  to both upgrade CPAN.pm and run the new version without leaving
  the current session.


.............................................................DONE
Fetching with LWP:
  http://www.perl.org/CPAN/modules/03modlist.data.gz
Going to read /home/mysession/.cpan/sources/modules/03modlist.data.gz
............................................................................DONE
Going to write /home/mysession/.cpan/Metadata
Running install for module 'IO::Socket::SSL'
Running make for S/SU/SULLR/IO-Socket-SSL-1.32.tar.gz
  Has already been unwrapped into directory /home/mysession/.cpan/build/IO-Socket-SSL-1.32-Plp5N8
  Has already been made
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01loadmodule.............dubious
	Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-4
	Failed 4/4 tests, 0.00% okay
t/02settings...............dubious
	Test returned status 2 (wstat 512, 0x200)
t/acceptSSL-timeout........dubious
	Test returned status 2 (wstat 512, 0x200)
t/auto_verify_hostname.....dubious
	Test returned status 2 (wstat 512, 0x200)
t/cert_no_file.............dubious
	Test returned status 2 (wstat 512, 0x200)
t/compatibility............dubious
	Test returned status 2 (wstat 512, 0x200)
t/connectSSL-timeout.......dubious
	Test returned status 2 (wstat 512, 0x200)
t/core.....................dubious
	Test returned status 2 (wstat 512, 0x200)
t/dhe......................dubious
	Test returned status 2 (wstat 512, 0x200)
t/inet6....................dubious
	Test returned status 2 (wstat 512, 0x200)
t/memleak_bad_handshake....dubious
	Test returned status 2 (wstat 512, 0x200)
t/nonblock.................dubious
	Test returned status 2 (wstat 512, 0x200)
t/readline.................dubious
	Test returned status 2 (wstat 512, 0x200)
t/sessions.................dubious
	Test returned status 2 (wstat 512, 0x200)
t/start-stopssl............dubious
	Test returned status 2 (wstat 512, 0x200)
t/startssl.................dubious
	Test returned status 2 (wstat 512, 0x200)
t/sysread_write............dubious
	Test returned status 2 (wstat 512, 0x200)
t/verify_hostname..........dubious
	Test returned status 2 (wstat 512, 0x200)
Failed Test               Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/01loadmodule.t             2   512     4    8  1-4
t/02settings.t               2   512    ??   ??  ??
t/acceptSSL-timeout.t        2   512    ??   ??  ??
t/auto_verify_hostname.t     2   512    ??   ??  ??
t/cert_no_file.t             2   512    ??   ??  ??
t/compatibility.t            2   512    ??   ??  ??
t/connectSSL-timeout.t       2   512    ??   ??  ??
t/core.t                     2   512    ??   ??  ??
t/dhe.t                      2   512    ??   ??  ??
t/inet6.t                    2   512    ??   ??  ??
t/memleak_bad_handshake.t    2   512    ??   ??  ??
t/nonblock.t                 2   512    ??   ??  ??
t/readline.t                 2   512    ??   ??  ??
t/sessions.t                 2   512    ??   ??  ??
t/start-stopssl.t            2   512    ??   ??  ??
t/startssl.t                 2   512    ??   ??  ??
t/sysread_write.t            2   512    ??   ??  ??
t/verify_hostname.t          2   512    ??   ??  ??
Failed 18/18 test scripts. 4/4 subtests failed.
Files=18, Tests=4,  0 wallclock secs ( 0.16 cusr +  0.07 csys =  0.23 CPU)
  SULLR/IO-Socket-SSL-1.32.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports SULLR/IO-Socket-SSL-1.32.tar.gz
Running make install
  make test had returned bad status, won't install without force

Si quelqu'un peut m'aiguiller sur la marche à suivre, ça serait sympa ^^

Hors ligne