Schrift
[thread]13093[/thread]

EventLog::Message (Seite 2)

Leser: 4


<< |< 1 2 3 4 >| >> 31 Einträge, 4 Seiten
renee
 2009-02-05 11:30
#118660 #118660
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Das Modul scheint es für 5.10 noch nicht vorkompiliert zu geben. Ich habe gerade mal Serguei Trouchelle angemailt ob er das machen kann.
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
pq
 2009-02-05 14:12
#118661 #118661
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
aber warum "make Makefile", das wurde mir immer noch nicht beantwortet.
vielleicht besteht kein wirkliches interesse, das problem zu lösen?
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
Linuxer
 2009-02-06 00:18
#118673 #118673
User since
2006-01-27
3881 Artikel
HausmeisterIn

user image
Brenner+2009-02-04 08:58:09--
Das Problem bei deinem Vorschlag renee, ich bekomme in der console von XP keinen Internetzugang über den Proxy, weder per ftp noch per http.


Musst Du im Browser einen Proxy einsetzen? Dann würd ich mal den Versuch starten, den Lösungsansatz Nr.3 von http://aspn.activestate.com/ASPN/Downloads/ActiveP... umzusetzen.
Welchen Proxy man verwenden muss, kann man ja eigentlich im Browser nachschauen, oder es sollte auch mit netstat zu ermitteln sein.

Aber eine gute (unbeantwortete) Punkt von pq; Warum

Code: (dl )
make Makefile

?
meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!
Brenner
 2009-02-17 13:13
#118920 #118920
User since
2009-01-13
87 Artikel
BenutzerIn
[default_avatar]
So,

ich habe jetzt, über Umwege, einen direkten Internetzugang.


Ein
Code: (dl )
ppm install http://www.roth.net/perl/packages/Win32-EventLog-Message.ppd


Bringt aber immer noch den Fehler:
Code: (dl )
1
2
3
4
5
C:\WINNT>ppm install http://www.roth.net/perl/packages/Win32-EventLog-Message.pp
d
ppm install failed: The PPD does not provide code to install for this platform

C:\WINNT>
Brenner
 2009-02-17 13:17
#118921 #118921
User since
2009-01-13
87 Artikel
BenutzerIn
[default_avatar]
Thema "make Makefile"

Keine Ahnung warum ich das so versucht habe, entweder hab ich es irgendwo so gelesen oder aber mich geirrt.

Der folgende Schritt sieht aber auch nicht besser aus.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
C:\_kgw\Win32>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Win32::EventLog

C:\_kgw\Win32>make
make: *** No rule to make target `C:\Perl\libConfig.pm', needed by `makefile'.
Stop.

C:\_kgw\Win32>
renee
 2009-02-17 13:46
#118922 #118922
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Brenner+2009-02-17 12:13:46--
Bringt aber immer noch den Fehler:
Code: (dl )
1
2
3
4
5
C:\WINNT>ppm install http://www.roth.net/perl/packages/Win32-EventLog-Message.pp
d
ppm install failed: The PPD does not provide code to install for this platform

C:\WINNT>


Wie ich schon weiter oben geschrieben habe, scheint das Modul noch nicht für Perl 5.10 vorkompiliert zu sein.
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
Brenner
 2009-02-17 13:53
#118923 #118923
User since
2009-01-13
87 Artikel
BenutzerIn
[default_avatar]
Stimmt, hab ich überlesen, war zu lange her.


Und nu?
Brenner
 2009-02-18 11:54
#118952 #118952
User since
2009-01-13
87 Artikel
BenutzerIn
[default_avatar]
Soo,

habe ActivePerl deinstalliert und habe das "normale" Perl 5.8.5 installiert, wie es Vorgabe ist.


Module die jetzt gefehlt haben hab ich erfolgreich per CPAN in der Console nachinstalliert nur das Modul Win32::EventLog wirft Fehler.

Ich werd noch bekloppt. :-(

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
50
51
52
53
54
cpan[4]> install Win32::EventLog
Running install for module 'Win32::EventLog'
Running make for J/JD/JDB/Win32-EventLog-0.076.tar.gz
Fetching with LWP:
ftp://cpan.mirror.iphh.net/pub/CPAN/authors/id/J/JD/JDB/Win32-EventLog-0.076.t
ar.gz
Fetching with LWP:
ftp://cpan.mirror.iphh.net/pub/CPAN/authors/id/J/JD/JDB/CHECKSUMS
Checksum for \.cpan\sources\authors\id\J\JD\JDB\Win32-EventLog-0.076.tar.gz ok
Win32-EventLog-0.076/
Win32-EventLog-0.076/Changes
Win32-EventLog-0.076/EventLog.pm
Win32-EventLog-0.076/EventLog.xs
Win32-EventLog-0.076/Makefile.PL
Win32-EventLog-0.076/MANIFEST
Win32-EventLog-0.076/META.yml
Win32-EventLog-0.076/ppport.h
Win32-EventLog-0.076/t/
Win32-EventLog-0.076/t/eventlog.t
Win32-EventLog-0.076/typemap
Will not use File::Temp, need 0.16

CPAN.pm: Going to build J/JD/JDB/Win32-EventLog-0.076.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Win32::EventLog

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

cp EventLog.pm blib\lib\Win32\EventLog.pm
C:\Opt\perl\5.8.5\bin\perl.exe C:\Opt\perl\5.8.5\lib\ExtUtils\xsubpp -t
ypemap C:\opt\perl\5.8.5\lib\ExtUtils\typemap -typemap typemap EventLog.xs > Ev
entLog.xsc && C:\Opt\perl\5.8.5\bin\perl.exe -MExtUtils::Command -e mv EventLog.
xsc EventLog.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.076\" -DXS_VERSION=
\"0.076\" "-IC:\opt\perl\5.8.5\lib\CORE" EventLog.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
Stop.
JDB/Win32-EventLog-0.076.tar.gz
nmake -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
JDB/Win32-EventLog-0.076.tar.gz : make NO

cpan[5]>
GwenDragon
 2009-02-18 12:08
#118953 #118953
User since
2005-01-17
14607 Artikel
Admin1
[Homepage]
user image
Auch einen Pfad auf den Microsoft C-Compiler, -Linker, -Libs gesetzt?
Brenner
 2009-02-18 15:38
#118963 #118963
User since
2009-01-13
87 Artikel
BenutzerIn
[default_avatar]
Ich habe jetzt Visual C++ 2005 installiert und in die PATH den Pfad zu cl.exe gesetzt.


Nun bekomme folgende Meldung


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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
C:\WINNT>cpan

cpan shell -- CPAN exploration and modules installation (v1.9301)
ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?)

cpan[1]> install Win32::EventLog
CPAN: Storable loaded ok (v2.13)
Going to read \.cpan\Metadata
Database was generated on Tue, 17 Feb 2009 23:26:57 GMT
Running install for module 'Win32::EventLog'
Running make for J/JD/JDB/Win32-EventLog-0.076.tar.gz
CPAN: Digest::SHA loaded ok (v5.46)
CPAN: Compress::Zlib loaded ok (v2.008)
Checksum for \.cpan\sources\authors\id\J\JD\JDB\Win32-EventLog-0.076.tar.gz ok
Scanning cache \.cpan\build for sizes
............................................................................DONE

Win32-EventLog-0.076/
Win32-EventLog-0.076/Changes
Win32-EventLog-0.076/EventLog.pm
Win32-EventLog-0.076/EventLog.xs
Win32-EventLog-0.076/Makefile.PL
Win32-EventLog-0.076/MANIFEST
Win32-EventLog-0.076/META.yml
Win32-EventLog-0.076/ppport.h
Win32-EventLog-0.076/t/
Win32-EventLog-0.076/t/eventlog.t
Win32-EventLog-0.076/typemap
CPAN: File::Temp loaded ok (v0.14)
Will not use File::Temp, need 0.16
Removing previously used \.cpan\build\Win32-EventLog-0.076
CPAN: YAML loaded ok (v0.68)

CPAN.pm: Going to build J/JD/JDB/Win32-EventLog-0.076.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Win32::EventLog

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

cp EventLog.pm blib\lib\Win32\EventLog.pm
C:\Opt\perl\5.8.5\bin\perl.exe C:\Opt\perl\5.8.5\lib\ExtUtils\xsubpp -t
ypemap C:\opt\perl\5.8.5\lib\ExtUtils\typemap -typemap typemap EventLog.xs > Ev
entLog.xsc && C:\Opt\perl\5.8.5\bin\perl.exe -MExtUtils::Command -e mv EventLog.
xsc EventLog.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.076\" -DXS_VERSION=
\"0.076\" "-IC:\opt\perl\5.8.5\lib\CORE" EventLog.c
cl : Command line warning D9002 : ignoring unknown option '-Gf'
EventLog.c
EventLog.xs(7) : fatal error C1083: Cannot open include file: 'windows.h': No su
ch file or directory
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'
Stop.
JDB/Win32-EventLog-0.076.tar.gz
nmake -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
JDB/Win32-EventLog-0.076.tar.gz : make NO

cpan[2]>
<< |< 1 2 3 4 >| >> 31 Einträge, 4 Seiten



View all threads created 2009-02-02 13:50.