That's what I thought, too. But the instructions for the application said to do so, and I figured it wouldn't hurt. Yet, when I run the application, I still get the same error as when I tried to install the module:
[root@burvil perl]# /usr/local/netdisco/netdisco -u root Can't load '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/aut +o/NetSNMP/default_store/default_store.so' for module NetSNMP::default +_store: libnetsnmp.so.10: cannot open shared object file: No such fil +e or directory at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLo +ader.pm line 230. at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/SNMP.pm lin +e 16 Compilation failed in require at /usr/lib/perl5/site_perl/5.8.5/i386-l +inux-thread-multi/SNMP.pm line 16. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.5/i3 +86-linux-thread-multi/SNMP.pm line 16. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.5/SNMP/I +nfo.pm line 16. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.5/SN +MP/Info.pm line 16. Compilation failed in require at /usr/local/netdisco/netdisco line 25. BEGIN failed--compilation aborted at /usr/local/netdisco/netdisco line + 25. [root@burvil perl]#
So, even though perldoc NetSNMP::agent gives me a valid manpage, the error still occurs. What I need is NetSNMP::default_store, not NetSNMP::agent, to avoid the error.

-- Burvil


In reply to Re^2: Net::SNMP module make test failing by bowei_99
in thread Net::SNMP module make test failing by bowei_99

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.