Thread Object::Signature kann nicht installiert werden: "make" schlägt fehl (1 answers)
Opened by Mangalore at 2006-05-12 15:31

Mangalore
 2006-05-12 15:31
#47945 #47945
User since
2006-05-09
17 Artikel
BenutzerIn
[Homepage] [default_avatar]
Hallo, ich teste im Moment Catalyst mit Mason aus und brauche für eine einfache Sessionbehandlung das Plugin "Session" der version 0.05, da 0.04 andere Methoden verwendet und meine Authentifizierung damit nicht umgehen kann.

Für diese Installation will Cpan noch das Modul Object::Signature(v1.03) installieren, aber dies schlägt mit folgenden Meldungen beim "make" fehl

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
makefile.pl(1) : fatal error U1033: syntax error : '::' unexpected
Stop.

C:\Object-Signature-1.03>perl makefile.pl
Undefined subroutine &ActivePerl::Config::find_prog called at C:/Web/xampp/perl/
site/lib/ActivePerl/Config.pm line 70.
Compilation failed in require at C:/Web/xampp/perl/lib/ExtUtils/MakeMaker.pm lin
e 7.
BEGIN failed--compilation aborted at C:/Web/xampp/perl/lib/ExtUtils/MakeMaker.pm
line 7.
Compilation failed in require at inc/Module/Install/Can.pm - /usr/local/share/pe
rl/5.8.4/Module/Install/Can.pm line 8.
BEGIN failed--compilation aborted at inc/Module/Install/Can.pm - /usr/local/shar
e/perl/5.8.4/Module/Install/Can.pm line 8.
Compilation failed in require at /tmp/cpan2/Object-Signature/inc/Module/Install.
pm - /usr/local/share/perl/5.8.4/Module/Install.pm line 170.
Global symbol "$Verbose" requires explicit package name at C:/Web/xampp/perl/lib
/ExtUtils/MM_Any.pm line 1267.
Global symbol "$Verbose" requires explicit package name at C:/Web/xampp/perl/lib
/ExtUtils/MM_Any.pm line 1277.
Compilation failed in require at C:/Web/xampp/perl/lib/ExtUtils/MM_Unix.pm line
25.
Compilation failed in require at inc/Module/Install/Metadata.pm - /usr/local/sha
re/perl/5.8.4/Module/Install/Metadata.pm line 264.


Pech gehabt oder gibt es einen Weg das zu korrigieren? Das Ganze läuft auf Windows mit ActivePerl-5.8.8.817 , sowie NMake 1.5

View full thread Object::Signature kann nicht installiert werden: "make" schlägt fehl