> I actually think I figured it out...
> 
> Reading the error message once more told me it looked for "Net/SNMP.pm" but 
> on my system it (SNMP.pm) does not get installed in a Net folder.. I fixed it 
> like this temporarily:
> 
> cd /usr/lib/perl5/vendor_perl/5.8.5/i586-linux-thread-multi
> mkdir Net
> chmod 755 Net
> cd Net
> ln -s ../SNMP.pm SNMP.pm
> 
> It looks like a bug in the package/packaging. Am I right?
I would so much like to agree with you :) , but i dont think so.

You should be using, 'use SNMP' , and not 'use Net::SNMP'
when you use Net::, all that happens is it looks for Net/

rpm -q --provides of net-snmp-perl would give an idea.
> 
> /Christopher
--
Aristo

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to