> [shell]
> Failed 3 tests out of 1423, 99.79% okay.
> ../ext/Sys/Syslog/t/syslog.t
> ../ext/threads/t/join.t
> ../lib/Archive/Extract/t/01_Archive-Extract.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
<snip>
> not sure what i need to do, i tried to run ./perl harness but there's no
> such file in the directory.
You missed the 'cd t' step, and it's likely the LD_LIBRARY_PATH bit is