Dear friends: I am facing a problem that don�t know how to fix, I am trying to install perl-5.8.4 from source, but at the "make test" stage I get the following message:
lib/Time/Local.......................FAILED at test 17 ... ... ... Failed 1 test script out of 813, 99.88% okay. ### 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`:$LD_LIBRARY_PATH; cd t; ./perl harness ### LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd t; ./perl harness ### export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. u=6.35 s=1.08 cu=384.6 cs=35.12 scripts=813 tests=80686 make[2]: *** [_test_tty] Error 1 make[2]: Leaving directory `/usr/local/src/perl-5.8.4' make[1]: *** [_test] Error 2 make[1]: Leaving directory `/usr/local/src/perl-5.8.4' make: *** [test] Error 2 I followed the above instructions, about setting and executing: LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd t; ./perl harness But none information that can be useful appears, but I have could to stablish the test fails when this tests the file lib/Time/Local.t at the lines timelocal(0,0,1,1,0,90) - timelocal(0,0,0,1,0,90) == 3600 or print "not "; print "ok ", $count++, "\n"; here the tests prints "not ok 17"; Please what is wrong? I am using RedHat 9, with kernel 2.4 thank you for your help. Regards Ernesto Freyre Ram�rez
