Re: installing net-snmp on Solaris 10

2011-03-25 Thread Eric Smith
Niels, Is there an option that you provide during make install to control where the PERL SNMP modules are installed? Also, what are the actual Perl modules mib2c uses? Eric On Thu, Mar 24, 2011 at 12:13 PM, Niels Baggesen n...@users.sourceforge.netwrote: Den 24-03-2011 00:54, Eric Smith

installing net-snmp on Solaris 10

2011-03-23 Thread Eric Smith
I need to use mib2c on Solaris 10. uname -a SunOS ems-svr234 5.10 Generic_141414-02 sun4u sparc SUNW,Sun-Fire-V210 I have downloaded net-snmp-5.6.tar.gz, extracted to my solaris10 box and trying to configure net-snmp with perl modules. I also downloaded openssl-1.0.0d-sol10-sparc-local.gz and

Re: installing net-snmp on Solaris 10

2011-03-23 Thread Eric Smith
:266: warning: assignment makes pointer from integer without a cast make[1]: *** [OID.o] Error 1 make[1]: Leaving directory `/opt/net-snmp-5.6/perl/OID' make: *** [subdirs] Error 2 Any help on how do I fix the error? Eric On Wed, Mar 23, 2011 at 12:19 PM, Eric Smith eri...@gmail.com wrote: I need

mib2c: varbinds: enums

2011-03-11 Thread Eric Smith
I'm trying to access enums for varbinds and I end up with error saying uninitialized value in hash element Code: @foreach $noti notifications@ @foreach $varb varbinds@ @if $varb.enums@ ( @foreach $vare $varv enum@ varbing-enum$varv $vare @end@ )