Ajith Vargese Thampi wrote:

>>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
>>    
>>

I ended up fetching Net::SNMP from CPAN. It was actually a nagios plugin 
that wanted Net::SNMP and it did not work with net-snmp-perl or my 
"modified" version..

Is net-snmp-perl and the version I fetched with CPAN the same thing?

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

Reply via email to