Thread Install. Problem mit Crypt::LE (2 answers)
Opened by bianca at 2018-01-14 13:22

bianca
 2018-01-14 13:22
#187905 #187905
User since
2009-09-13
6975 Artikel
BenutzerIn

user image
Guten Morgen!

Ich möchte mit Hilfe von CPAN:Crypt::LE ein Let's Encrypt Zertifikat auf Win 7 mit Perl 5.20.2 erstellen und später regelm. verlängern und scheitere an der Modulinstallation:
Übrigens: für dieses Forum hier könnte man das auch mal machen, oder?

Quote
LEADER/Crypt-LE-0.29.tar.gz
Has already been unwrapped into directory C:\STRAWB~1\cpan\build\Crypt-LE-0.29-q5UZO6
LEADER/Crypt-LE-0.29.tar.gz
Has already been prepared
Running make for L/LE/LEADER/Crypt-LE-0.29.tar.gz
cp lib/Crypt/LE/Challenge/Simple.pm blib\lib\Crypt\LE\Challenge\Simple.pm
cp lib/Crypt/LE/Complete/Simple.pm blib\lib\Crypt\LE\Complete\Simple.pm
cp lib/Crypt/LE.pm blib\lib\Crypt\LE.pm
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e cp -- script/le.pl blib\script\le.pl
pl2bat.bat blib\script\le.pl
dmake.exe: Warning: -- Target [blib\script\le.pl] was made but the time stamp has not been updated.
LEADER/Crypt-LE-0.29.tar.gz
C:\STRAWB~1\c\bin\dmake.exe -- OK
Running make test
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e cp -- script/le.pl blib\script\le.pl
pl2bat.bat blib\script\le.pl
dmake.exe: Warning: -- Target [blib\script\le.pl] was made but the time stamp has not been updated.
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.t ...... 1/? # Testing Crypt::LE 0.29, Perl 5.020002, C:\Strawberry\perl\bin\perl.exe
t/00-load.t ...... ok
t/01-setup.t ..... 1/59 Error in tempfile() using template \XXXXXXXXXX.le: Could not create temp file \OrFK5SnrfU.le: Permission denied at t/01-setup.t line 86.
# Looks like you planned 59 tests but ran 10.
# Looks like your test exited with 13 just after 10.
t/01-setup.t ..... Dubious, test returned 13 (wstat 3328, 0xd00)
Failed 49/59 subtests
t/02-workflow.t .. 11/15 # Testing Crypt::LE 0.29, Workflow methods, C:\Strawberry\perl\bin\perl.exe
t/02-workflow.t .. ok

Test Summary Report
-------------------
t/01-setup.t (Wstat: 3328 Tests: 10 Failed: 0)
Non-zero exit status: 13
Parse errors: Bad plan. You planned 59 tests but ran 10.
Files=3, Tests=26, 10 wallclock secs ( 0.22 usr + 0.03 sys = 0.25 CPU)
Result: FAIL
Failed 1/3 test programs. 0/26 subtests failed.
dmake.exe: Error code 255, while making 'test_dynamic'
LEADER/Crypt-LE-0.29.tar.gz
C:\STRAWB~1\c\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports LEADER/Crypt-LE-0.29.tar.gz
Stopping: 'install' failed for 'L/LE/LEADER/Crypt-LE-0.29.tar.gz'.
Failed during this command:
LEADER/Crypt-LE-0.29.tar.gz : make_test NO

Wie kann ich diesen Fehler beheben? In welchem Script ist das?
10 print "Hallo"
20 goto 10

View full thread Install. Problem mit Crypt::LE