Difference between revisions of "Template:FAQ:Perl 04"
From Net-SNMP Wiki
(5.4 release synchronisation) |
|||
Line 1: | Line 1: | ||
That's difficult to answer in general. | That's difficult to answer in general. | ||
− | Some of the | + | Some of the Perl tests are rather picky, so this may simply be |
some minor inconsistency between your precise setup, and the | some minor inconsistency between your precise setup, and the | ||
expectations of the test environment. | expectations of the test environment. | ||
− | Check that you are working with the | + | Check that you are working with the Perl distribution that matches |
the SNMP libraries (use the <CODE>'perl/SNMP'</CODE> in preference | the SNMP libraries (use the <CODE>'perl/SNMP'</CODE> in preference | ||
to CPAN), and that you have installed the main libraries successfully | to CPAN), and that you have installed the main libraries successfully |
Latest revision as of 17:59, 28 December 2006
That's difficult to answer in general. Some of the Perl tests are rather picky, so this may simply be some minor inconsistency between your precise setup, and the expectations of the test environment.
Check that you are working with the Perl distribution that matches
the SNMP libraries (use the 'perl/SNMP'
in preference
to CPAN), and that you have installed the main libraries successfully
(uninstall any old versions if you're having trouble).
If all this looks OK, and if most of the tests pass, then it's
probably safe to run 'make install'
anyway. Probably.