On 1 April 2010 16:09, Prakadeesh S P <[email protected]> wrote: > I am trying to use net-snmp with my activestate perl on ubuntu. > I have successfully done the ./configure option but when i get to the perl > makefile.pl > I get the version mismatch error.
> ERROR: > Net-SNMP installed version: 5.4.1 => 5.0401 > Perl Module Version: 5.05 > > These versions must match for perfect support of the module. It looks as if your system already has Net-SNMP installed. Probably as part of the operating system. Because the perl module works very closely with the C-based libraries, it's important that the version of this library matches the version of the perl module that you're trying to install. The simplest way forward is probably to use the SNMP perl module that Ubuntu provides, since this will be compatible with the packages you already have. The name of this package is "libsnmp-perl", and you'd install it in the same way as any other Ubuntu package. Otherwise, you'll need to remove all trace of the Ubuntu-version of Net-SNMP, and compile/install the whole thing from source. But don't try and mix-and-match the two - it'll cause all kinds of headaches. Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
