I'm trying to install the File::Tail module using CPAN an older Solaris 10 (SunOS 5.10) box.
I get an error when trying to install the module, but I see no indication why this failed anywhere in the CPAN output. I only see a "NOT OK" message.
I have even tried doing a 'rm ~/.cpan', so that I can start from scratch.
How can I start debugging a problem like this?
cpan> force make File::Tail Running make for module File::Tail Running make for M/MG/MGRABNAR/File-Tail-0.99.3.tar.gz Checksum for /.cpan/sources/authors/id/M/MG/MGRABNAR/File-Tail-0.99.3.tar.gz ok x File-Tail-0.99.3, 0 bytes, 0 tape blocks x File-Tail-0.99.3/META.yml, 452 bytes, 1 tape blocks x File-Tail-0.99.3/t, 0 bytes, 0 tape blocks x File-Tail-0.99.3/t/20tail.t, 1931 bytes, 4 tape blocks x File-Tail-0.99.3/t/30name_change.t, 912 bytes, 2 tape blocks x File-Tail-0.99.3/t/10open.t, 1653 bytes, 4 tape blocks x File-Tail-0.99.3/select_demo, 1101 bytes, 3 tape blocks x File-Tail-0.99.3/Tail.pm.debug, 27991 bytes, 55 tape blocks x File-Tail-0.99.3/Changes, 4812 bytes, 10 tape blocks x File-Tail-0.99.3/logwatch, 1381 bytes, 3 tape blocks x File-Tail-0.99.3/MANIFEST, 198 bytes, 1 tape blocks x File-Tail-0.99.3/Tail.pm, 25308 bytes, 50 tape blocks x File-Tail-0.99.3/Makefile.PL, 2471 bytes, 5 tape blocks x File-Tail-0.99.3/README, 2143 bytes, 5 tape blocks Removing previously used /.cpan/build/File-Tail-0.99.3 CPAN.pm: Going to build M/MG/MGRABNAR/File-Tail-0.99.3.tar.gz File::Tail will be installed without debugging information. This information isn't usefull unless you intend to tinker with the code. To install with debugging enabled, use: perl Makefile.PL LOGIT Checking if your kit is complete... Looks good Writing Makefile for File::Tail -- NOT OK
cd /.cpan/build/File-Tail-0.99.3; make testwhat does it tells you ? if it does not work docd /.cpan/build/File-Tail-0.99.3; perl Makefile.PL LOGITmake testtells meAll tests successful.