$ wget http://www.cpan.org/src/5.0/perl-5.14.1.tar.gz $ tar -xzf perl-5.14.1.tar.gz $ cd perl-5.14.1 $ ./Configure -des -Dprefix=/opt/perl-5.14.1-LMS -Dusethreads $ make $ make test ... Failed 3 tests out of 2025, 99.85% okay. ../cpan/Archive-Extract/t/01_Archive-Extract.t ../dist/threads-shared/t/stress.t ../lib/h2ph.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=110.15 s=25.49 cu=7271.99 cs=397.44 scripts=2025 tests=461684 makefile:854: recipe for target 'test' failed make: *** [test] Error 1