All, I have looked high and low and was directed here by someone who I trust knew what he was saying when he said this is probably the best place to ask this kind of question. If it isn't, I'd appreciate a redirect. I am trying to install perl module Net::Ident on a Fedora Core 1 machine, I get make test errors as follows. I'd really appreciate any tips. I've no idea why this is happening, as I've installed this on other similar machines in the past.
# perl -MCPAN -e'CPAN::Shell->install("Net::Ident")' CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Sat, 27 Nov 2004 04:00:47 GMT Running install for module Net::Ident Running make for J/JP/JPC/Net-Ident-1.20.tar.gz CPAN: Digest::MD5 loaded ok Checksum for /root/.cpan/sources/authors/id/J/JP/JPC/Net-Ident-1.20.ta +r.gz ok Scanning cache /root/.cpan/build for sizes Net-Ident-1.20/ Net-Ident-1.20/t/ Net-Ident-1.20/t/0use.t Net-Ident-1.20/t/apache/ Net-Ident-1.20/t/apache/logs/ Net-Ident-1.20/t/apache/logs/.exists Net-Ident-1.20/t/apache/conf/ Net-Ident-1.20/t/apache/conf/httpd.conf.in Net-Ident-1.20/t/apache/conf/apache_config.pl.in Net-Ident-1.20/t/apache/conf/access.conf.in Net-Ident-1.20/t/apache/conf/srm.conf.in Net-Ident-1.20/t/apache/conf/mime.types Net-Ident-1.20/t/apache/html/ Net-Ident-1.20/t/apache/html/testapache.txt Net-Ident-1.20/t/apache/perl/ Net-Ident-1.20/t/apache/perl/testmodperl Net-Ident-1.20/t/apache/perl/testident Net-Ident-1.20/t/apache.t Net-Ident-1.20/t/compat.t Net-Ident-1.20/t/hosts Net-Ident-1.20/t/Ident.t Net-Ident-1.20/Makefile.PL Net-Ident-1.20/README Net-Ident-1.20/INSTALL Net-Ident-1.20/MANIFEST Net-Ident-1.20/Changes Net-Ident-1.20/Ident.pm Removing previously used /root/.cpan/build/Net-Ident-1.20 CPAN.pm: Going to build J/JP/JPC/Net-Ident-1.20.tar.gz Checking if your kit is complete... Looks good Do not worry if any of the following items are not found Checking for previous Net::Ident... Not found. You could force installing the backwards-compatible Net::Ident, for example because you want to use scripts that rely on the backwards compatible calling syntax [not that that's very likely; I'm not aware of any existing scripts that use it -- JohnPC]. To enable this, re-run this Makefile.PL using: perl Makefile.PL --force-compat Checking for Apache.pm... not found Writing Makefile for Net::Ident cp Ident.pm blib/lib/Net/Ident.pm Manifying blib/man3/Net::Ident.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/0use......Net::Ident::_export_hooks() called too early to check prot +otype at /root/.cpan/build/Net-Ident-1.20/blib/lib/Net/Ident.pm line +29. t/0use......ok + t/apache....Net::Ident::_export_hooks() called too early to check prot +otype at /root/.cpan/build/Net-Ident-1.20/blib/lib/Net/Ident.pm line +29. skipped all skipped: no reason given t/compat....Net::Ident::_export_hooks() called too early to check prot +otype at /root/.cpan/build/Net-Ident-1.20/blib/lib/Net/Ident.pm line +29. skipped all skipped: no reason given t/Ident.....Net::Ident::_export_hooks() called too early to check prot +otype at /root/.cpan/build/Net-Ident-1.20/blib/lib/Net/Ident.pm line +29. t/Ident.....FAILED tests 1-3 + Failed 3/7 tests, 57.14% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/Ident.t 7 3 42.86% 1-3 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 3/8 subtests failed, 62.50% okay +. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force

In reply to make test error installing Net::Ident by emailbuilder88

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.