Thread SMIME (23 answers)
Opened by toohoo at 2009-08-25 14:38

toohoo
 2009-08-26 08:57
#124813 #124813
User since
2009-08-25
12 Artikel
BenutzerIn
[default_avatar]
Guten Morgen

Hab es mit der CPAN shell probiert nach der Anleitung in ModuleWieInstalliereIchEinModul . Es scheint nicht zu funktionieren.

perl -MCPAN -e shell
cpan> install Crypt::SMIME
CPAN: Storable loaded ok (v2.18)
Going to read D:\Perl\cpan\Metadata
Database was generated on Mon, 24 Aug 2009 08:27:32 GMT
Crypt::SMIME is up to date (0.09).

Dann Ausführung des Scripts:

d:\Dokumente2\Perl>perl test-crypt.pl
Can't locate loadable object for module Crypt::SMIME in @INC (@INC contains: D:/
Perl/site/lib D:/Perl/lib .) at test-crypt.pl line 3
Compilation failed in require at test-crypt.pl line 3.
BEGIN failed--compilation aborted at test-crypt.pl line 3.

Das Script:

#!/usr/bin/perl

use Crypt::SMIME;
#use CGI::Apache;

1;


Danke und Gruß

View full thread SMIME