Hey all...I'm not too familiar with troubleshooting PERL Module install issues, and I was wondering if some of the gurus out there could help me interpret what I am seeing. When I'm in the CPAN shell and attempt to run "install Bundle::CPAN", I get the following error:
Code:
Failed 1/69 test programs. 454/1016 subtests failed.
make: *** [test_dynamic] Error 255
MSCHWERN/Test-Simple-0.72.tar.gz
/usr/bin/make test -- NOT OK
//hint// To get more information about failing tests, try:
reports MSCHWERN/Test-Simple-0.72.tar.gz
Running make install
make test had returned bad status, won't install without force
It then recommends I run this report: //hint// To get more information about failing tests, try:
reports MSCHWERN/Test-Simple-0.72.tar.gz
When I run that I see this one failed line: -FAIL 5.8.3 on Linux 2.6.4 (x86_64-linux-thread-multi)
I'm not sure exactly what that's all about, though. This is RHEL4 in 32-bit, so I'm not sure why its doing anything with x86_64.
Any thoughts on what's going wrong?
Thank you.