Problem beim installieren von Perl in Centos VM

Diskutiere Problem beim installieren von Perl in Centos VM im Software Forum Forum im Bereich Hardware & Software Forum; Hey, ich lass grad Centos in ner Virtuellen Maschine (VM) laufen und möchte nun Perl installieren bzw. eher Updaten, da anscheinend die Version...
  • Problem beim installieren von Perl in Centos VM Beitrag #1
A

Airfighter76

Bekanntes Mitglied
Dabei seit
01.04.2009
Beiträge
268
Reaktionspunkte
0
Hey,
ich lass grad Centos in ner Virtuellen Maschine (VM) laufen und möchte nun Perl installieren bzw. eher Updaten, da anscheinend die Version die ich hab, nicht richtig funktioniert. Ich hab Perl v5.10.1 und möchte auf 5.16.0 updaten. Ich hab als erstes im Terminal

Code:
yum install make gcc
eingegeben und danach die neue Version gedownloaded und danach noch

Code:
sh Configure -de -Dusethreads
ausgeführt, und danach noch den "make" Befehl, soweit lief alles Glatt. bis ich dann

Code:
make test
eingegeben hatte, da kam dann 1 Error und ich solle doch

Code:
 ./perl harness
probieren um näheres zu erfahren. Dabei kam dann folgendes raus

Code:
Test Summary Report
-------------------
op/groups.t                                                     (Wstat: 0 Tests: 1 Failed: 0)
  Parse errors: Tests out of sequence.  Found (2) but expected (1)
                Bad plan.  You planned 2 tests but ran 1.
../cpan/CGI/t/tmpdir.t                                          (Wstat: 0 Tests: 9 Failed: 0)
  TODO passed:   3, 6, 8
Files=2328, Tests=530323, 1204 wallclock secs (29.79 usr 85.80 sys + 475.67 cusr 326.56 csys = 917.82 CPU)
Result: FAIL

könnt ihr was damit anfangen?
 
  • Problem beim installieren von Perl in Centos VM Beitrag #2
A

Airfighter76

Bekanntes Mitglied
Dabei seit
01.04.2009
Beiträge
268
Reaktionspunkte
0
Hab nochmal den Befehl "make test" ausgeführt um die Fehlermeldung zu posten.
Code:
Failed 1 test out of 2263, 99.96% okay.
	op/groups.t
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
###   ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
###   setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
###   LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
###   export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=0.42  s=14.55  cu=402.93  cs=363.03  scripts=2263  tests=530318
make: *** [test] Error 1
 
Thema:

Problem beim installieren von Perl in Centos VM

ANGEBOTE & SPONSOREN

https://www.mofapower.de/

Statistik des Forums

Themen
213.179
Beiträge
1.579.172
Mitglieder
55.878
Neuestes Mitglied
Satan666
Oben