Thread Apache2::REST installieren (3 answers)
Opened by Manitu at 2017-01-25 09:10

Gast Manitu
 2017-01-25 09:10
#185926 #185926
Hallo, ich versuche auf meinem Server Apache2::REST zu installieren mit
Code: (dl )
cpan -i Apache2::REST


Leider scheint es irgendwie nicht zu funktionieren, hier mal der Output am Ende:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  
JETEVE/Apache2-REST-0.07.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/boilerplate.t .. ok
t/pod.t .......... skipped: Test::Pod 1.14 required for testing POD
All tests successful.
Files=2, Tests=3, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.07 cusr 0.01 csys = 0.14 CPU)
Result: PASS
JETEVE/Apache2-REST-0.07.tar.gz
Tests succeeded but one dependency not OK (Apache2::Request)
JETEVE/Apache2-REST-0.07.tar.gz
[dependencies] -- NA
Running make install
make test had returned bad status, won't install without force


Kann mir jemand sagen was falsch läuft?
Last edited: 2017-01-25 11:22:24 +0100 (CET)

View full thread Apache2::REST installieren