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

NetSNMP::default_store was also installed fine for me, and can be loaded without any errors.
$ perl -MNetSNMP::default_store -e 'print "foo\n";' foo
Shot in the dark, but maybe you need to refresh your ld cache?

Replies are listed 'Best First'.
Re^4: Net::SNMP module make test failing
by bowei_99 (Friar) on Sep 15, 2006 at 00:52 UTC
    How would I update the ld cache?

    -- Burvil

      man ldconfig