Thread Module unter Windows installieren...: ... die es nicht über ppm gibt (18 answers)
Opened by dus-web at 2004-08-15 19:31

Strat
 2004-08-16 01:54
#48942 #48942
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
hast du mehrere perl's installiert? wenn ja, dann gib den absoluten pfad zu dem gewuenschten perl ein....
sonst:
Code: (dl )
1
2
perl -MCPAN -e shell
install RTF::HTMLConverter

oder - besser noch - CPANPLUS verwenden (musst du allerdings ueber CPAN oder per hand installieren); ein wenig mehr dazu steht in meiner Einfuehrung in Perl auf meiner HP
Code: (dl )
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
49
D:\>cpanp
CPANPLUS::Shell::Default -- CPAN exploration and modules installation (v0.03)
*** Please report bugs to <cpanplus-bugs@lists.sourceforge.net>.
*** Using CPANPLUS::Backend v0.049.  ReadLine support disabled.

CPAN Terminal> m RTF::HTMLConverter
   1 RTF::HTMLConverter                                   0.05   USTIANSKY
CPAN Terminal> i 1
Installing: RTF::HTMLConverter
Checking if your kit is complete...
Looks good
Writing Makefile for RTF::Lexer
Writing Makefile for RTF::HTMLConverter
Warning: prerequisite Error 0 not found.

Error is a required module for this install.
Would you like me to install it? [Y/n]: y
Checking if your kit is complete...
Looks good
Writing Makefile for Error
       D:\pc-wamp\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harnes
s(0, 'blib\lib', 'blib\arch')" t\01throw.t t\02order.t
t\01throw....ok
t\02order....ok
All tests successful.
Files=2, Tests=10,  0 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

Writing Makefile for RTF::Lexer
Writing Makefile for RTF::HTMLConverter
Writing Makefile for RTF::HTMLConverter
       D:\pc-wamp\perl\bin\perl.exe "-I..\blib\lib" "-I..\blib\arch" test.pl
1..2
ok 1
ok 2

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

Successfully installed Error
Successfully installed RTF::HTMLConverter
All modules installed successfully
CPAN Terminal>
CPAN Terminal> q
Exiting CPANPLUS shell

D:\>

CPANPLUS halt viel komfortabler und maechtiger als CPAN
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/

View full thread Module unter Windows installieren...: ... die es nicht über ppm gibt