Installation module DBI pour PERL sous windows 7 / PERL V5.16.3
Bonjour,
Pour les besoins d'un projet, je dois utiliser
le module DBI pour gérer une base de données dans un script PERL.
J'ai suivi le tuto de Djibril mais jke ne peux pas installer le module, ia fenetre de commande me renvoie pas mal de ligne dont celles-ci :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.
C:\Users>cpan install DBI
Set up gcc environment - gcc.exe (release with patches / build 20130526 by straw
berryperl.com) 4.7.3
CPAN: Term::ANSIColor loaded ok (v4.02)
CPAN: Storable loaded ok (v2.34)
CPAN: LWP::UserAgent loaded ok (v6.04)
CPAN: Time::HiRes loaded ok (v1.9725)
Fetching with LWP:
http://ppm.activestate.com/CPAN/authors/01mailrc.txt.gz
LWP failed with code[500] message[Can't connect to ppm.activestate.com:80 (10060
)]
Warning: no success downloading 'C:\Perl64\cpan\sources\authors\01mailrc.txt.gz.
tmp1756'. Giving up on it.
Fetching with LWP:
http://cpan.perl.org/authors/01mailrc.txt.gz
LWP failed with code[500] message[Can't connect to cpan.perl.org:80 (10060)]
Warning: no success downloading 'C:\Perl64\cpan\sources\authors\01mailrc.txt.gz.
tmp1756'. Giving up on it.
Warning: no success downloading 'C:\Perl64\cpan\sources\authors\01mailrc.txt.gz.
tmp1756'. Giving up on it.
No external ftp command available
Fetching with LWP:
http://ppm.activestate.com/CPAN/authors/01mailrc.txt.gz
LWP failed with code[500] message[Can't connect to ppm.activestate.com:80 (10060
)]
Warning: no success downloading 'C:\Perl64\cpan\sources\authors\01mailrc.txt.gz.
tmp1756'. Giving up on it.
Fetching with LWP:
http://cpan.perl.org/authors/01mailrc.txt.gz |
Je pense que mon parefeu doit bloquer certaines fonctionnalités, mais je ne vois pas comment faire.
Si en telechargeant le fichier .tar.gz sur CPAn, je peux l'installer sabns internet ?
Merci.
@+