Leser: 7
8 Einträge, 1 Seite |
1 2 3 4 5 6 7 8 9 10
#!/app/perl_5.8.6/bin/perl -w use strict; use CPAN::Mini; CPAN::Mini->update_mirror( remote => "http://mirror.switch.ch/ftp/mirror/CPAN/", local => "/home/ddeimeke/localcpan", trace => 1 );
1
2
$ ./updatelocalcpan.pl
unable to contact the remote mirror at ./updatelocalcpan.pl line 6
lux+2008-12-30 11:36:38--Die Variablen http_proxy (und zur Sicherheit auch HTTP_PROXY) sind richtig gesetzt und ein "wget http://mirror.switch.ch/ftp/mirror/CPAN/" holt auch eine Index-Seite von dem Server.
1
2
3
4
export http_proxy="http://1.2.3.4:3128"
export ftp_proxy=$http_proxy
perl your_skript.pl
renee+2008-12-30 11:52:56--Lass Dir mal im Skript die entsprechenden Umgebungsvariablen anzeigen. Evtl. im Skript nochmal setzen...
renee+2008-12-30 13:36:46--Benutzt Du CPAN::Mini > 0.571 ? Wenn nicht, dann upgraden.
8 Einträge, 1 Seite |