Leser: 21
QuoteC:\windows\system32>ppm install Mail::Sendmail
Downloading Mail-Sendmail-0.79...redirect
Downloading Mail-Sendmail-0.79...failed 401 Authorization Required
ppm install failed: 401 Authorization Required
QuoteVerwendest du einen Proxy?
QuoteWelche Repos benutzt du?
Quotec:\>perl -MCPAN -e shell
cpan> install Mail::Sendmail
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Users\tappenbeck>ppm install Mail::Sendmail
Downloading Mail-Sendmail-0.79...redirect
Downloading Mail-Sendmail-0.79...failed 401 Authorization Required
ppm install failed: 401 Authorization Required
C:\Users\tappenbeck>ppm repo
┌────┬───────┬────────────────────────────────┐
│ id │ pkgs │ name │
├────┼───────┼────────────────────────────────┤
│ 1 │ 16067 │ ActiveState Package Repository │
└────┴───────┴────────────────────────────────┘
(1 enabled repository)
C:\Users\tappenbeck>ppm log
Last minute of C:\Users\TAPPEN~1\AppData\Local\Temp\ppm4.log:
2014-01-22T12:26:09 <6> [ppm:81] ppm log
2014-01-22T12:26:53 <6> [ppm:81] ppm install Mail::Sendmail
2014-01-22T12:26:53 <7> [Client.pm:529] http://ppm4.activestate.com/MSWin32-x86/
5.10/1007/package.xml is still fresh
2014-01-22T12:26:53 <7> [Client.pm:992] Want Mail::Sendmail >= 0
2014-01-22T12:26:53 <7> [Client.pm:866] Feature Mail::Sendmail not found in site
2014-01-22T12:26:53 <7> [Client.pm:866] Feature Mail::Sendmail not found in perl
2014-01-22T12:26:53 <7> [Client.pm:875] Module Mail::Sendmail not found in @INC
2014-01-22T12:26:53 <7> [Client.pm:866] Feature Mail::Sendmail not found in site
2014-01-22T12:26:53 <7> [Client.pm:866] Feature Mail::Sendmail not found in perl
2014-01-22T12:26:53 <7> [Client.pm:875] Module Mail::Sendmail not found in @INC
2014-01-22T12:26:53 <5> [ppm:1326] Installing into site
2014-01-22T12:26:54 <6> [Web.pm:102] GET http://ppm4.activestate.com/MSWin32-x86
/5.10/1007/M/MI/MIVKOVIC/Mail-Sendmail-0.79.tar.gz ==> 302 Found (362 bytes in 0
.38 sec - 1 KB/s)
2014-01-22T12:26:54 <6> [Web.pm:102] GET http://ppm4-be.activestate.com/MSWin32-
x86/5.10//1000/M/MI/MIVKOVIC/Mail-Sendmail-0.79.tar.gz ==> 401 Authorization Req
uired (490 bytes in 0.36 sec - 1 KB/s)
2014-01-22T12:26:54 <3> [ppm:85] ppm install: 401 Authorization Required at C:/P
erl/lib/ActivePerl/PPM/Client.pm line 1165. ...propagated at C:\Perl\bin/ppm lin
e 1153.
2014-01-22T12:27:04 <6> [ppm:81] ppm repo
2014-01-22T12:27:07 <6> [ppm:81] ppm log
C:\Users\tappenbeck>
1
2
3
ppm rep add Trouchelle.com http://trouchelle.com/ppm10/
ppm rep add Bribes.org http://www.bribes.org/perl/ppm
ppm rep add TheoryX5 http://cpan.uwinnipeg.ca/PPMPackages/10xx/
ppm rep add Trouchelle.com http://trouchelle.com/ppm10/
2014-01-22T12:24:28 jan99Die genannten Repos, in denen Perl-Module als PPM-Pakete zur Verfügung stehen.ist das ein anderes Repositivi...? oder eine Alternative zu ActivePerl als Grundlage ? Bei letzterem muss ich sehen das meine Tools da weiter laufen.
QuoteMit dem Kommando ppm rep add ... wird ein Repository hinzugefügt.Aber irgendwie hat das über den Manager nicht geklappt mit der Installation.
Gibt es dafür jetzt auch ein Kommando um aus Trouchelle.com gezielt zu installieren oder verstehe ich mal wieder was falsch ?
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
35
36
37
38
39
40
41
42
43
44
45
46
47
C:\Users\tappenbeck>ppm repo
┌────┬───────┬────────────────────────────────┐
│ id │ pkgs │ name │
├────┼───────┼────────────────────────────────┤
│ 1 │ 16067 │ ActiveState Package Repository │
│ 2 │ 15119 │ Trouchelle.com │
└────┴───────┴────────────────────────────────┘
(2 enabled repositories)
C:\Users\tappenbeck>ppm log
Last minute of C:\Users\TAPPEN~1\AppData\Local\Temp\ppm4.log:
2014-01-22T15:10:20 <6> [ppm:81] ppm install Mail::Sendmail
2014-01-22T15:10:20 <7> [Client.pm:529] http://ppm4.activestate.com/MSWin32-x86/
5.10/1007/package.xml is still fresh
2014-01-22T15:10:20 <7> [Client.pm:529] http://trouchelle.com/ppm10/package.xml
is still fresh
2014-01-22T15:10:20 <7> [Client.pm:992] Want Mail::Sendmail >= 0
2014-01-22T15:10:20 <7> [Client.pm:866] Feature Mail::Sendmail not found in site
2014-01-22T15:10:20 <7> [Client.pm:866] Feature Mail::Sendmail not found in perl
2014-01-22T15:10:20 <7> [Client.pm:875] Module Mail::Sendmail not found in @INC
2014-01-22T15:10:20 <7> [Client.pm:866] Feature Mail::Sendmail not found in site
2014-01-22T15:10:20 <7> [Client.pm:866] Feature Mail::Sendmail not found in perl
2014-01-22T15:10:20 <7> [Client.pm:875] Module Mail::Sendmail not found in @INC
2014-01-22T15:10:20 <5> [ppm:1326] Installing into site
2014-01-22T15:10:21 <6> [Web.pm:102] GET http://ppm4.activestate.com/MSWin32-x86
/5.10/1007/M/MI/MIVKOVIC/Mail-Sendmail-0.79.tar.gz ==> 302 Found (363 bytes in 0
.40 sec - 1 KB/s)
2014-01-22T15:10:21 <6> [Web.pm:102] GET http://ppm4-be.activestate.com/MSWin32-
x86/5.10//1000/M/MI/MIVKOVIC/Mail-Sendmail-0.79.tar.gz ==> 401 Authorization Req
uired (489 bytes in 0.50 sec - 1 KB/s)
2014-01-22T15:10:21 <3> [ppm:85] ppm install: 401 Authorization Required at C:/P
erl/lib/ActivePerl/PPM/Client.pm line 1165. ...propagated at C:\Perl\bin/ppm lin
e 1153.
2014-01-22T15:10:33 <6> [ppm:81] ppm repo
2014-01-22T15:10:39 <6> [ppm:81] ppm log
C:\Users\tappenbeck>ppm install Mail::Sendmail
Downloading Mail-Sendmail-0.79...redirect
Downloading Mail-Sendmail-0.79...failed 401 Authorization Required
ppm install failed: 401 Authorization Required
C:\Users\tappenbeck>
1
2
3
4
5
C:\Users\tappenbeck>ppm repo delete 1
Repo 1 deleted.
C:\Users\tappenbeck>ppm install Mail::Sendmail
ppm install failed: Can't find any package that provides Mail::Sendmail
1 2 3 4 5 6
C:\Users\tappenbeck>ppm install http://trouchelle.com/ppm10/Mail-Sendmail.ppd Downloading Mail-Sendmail-0.79...done Unpacking Mail-Sendmail-0.79...done Generating HTML for Mail-Sendmail-0.79...done Updating files in site area...done 2 files installed
2014-01-22T11:49:40 GwenDragonCode: (dl )1
2
3ppm rep add Trouchelle.com http://trouchelle.com/ppm10/
ppm rep add Bribes.org http://www.bribes.org/perl/ppm
ppm rep add TheoryX5 http://cpan.uwinnipeg.ca/PPMPackages/10xx/