Leser: 20
2009-08-26T06:57:06 toohooCrypt::SMIME is up to date (0.09).
perl -MCPAN -e shell
1
2
It looks like you don't have a C compiler and make utility installed. Trying
to install dmake and the MinGW gcc compiler using the Perl Package Manager.
cpan> install Crypt::SMIME
1
2
3
4
5
6
7
8
9
dmake.exe: Error code 129, while making 'SMIME.o'
MIKAGE/Crypt-SMIME-0.09.tar.gz
D:\Perl\site\bin\dmake.exe -- 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:
MIKAGE/Crypt-SMIME-0.09.tar.gz : make NO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CPAN.pm: Going to build M/MI/MIKAGE/Crypt-SMIME-0.09.tar.gz
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::SMIME
cp lib/SMIME/JA.pod blib\lib\Crypt/SMIME/JA.pod
cp lib/SMIME.pm blib\lib\Crypt/SMIME.pm
D:\Perl\bin\perl.exe D:\Perl\lib\ExtUtils\xsubpp -typemap D:\Perl\lib\ExtUtils\
typemap -typemap typemap SMIME.xs > SMIME.xsc && D:\Perl\bin\perl.exe -MExtUtil
s::Command -e "mv" -- SMIME.xsc SMIME.c
D:/Perl/site/bin/gcc.exe -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_D
ES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPE
RL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-al
iasing -mms-bitfields -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" "
-ID:\Perl\lib\CORE" SMIME.c
SMIME.xs:3:28: openssl/crypto.h: No such file or directory
2009-08-26T09:04:03 GwenDragonFür die Erstellung/Prüfung von Signaturen sind auch binäre, nicht nur reine Perl-Module notwendig.
[...]