Hi Wes, thanks for returning back. The problem was indeed related to
multiple net-snmp libraries. I removed the old net-snmp and install the rpm
for the Net-Snmp from the sourceforge (with --force option). This solved the
problem.

The problem is with mismatched version on net-snmp. If you come across this
problem you need to download the rpm from net-snmp download site.

Then remove the old module net-snmp:

rpm -e net-snmp-utils-5.1.2-11.i386

rpm -e net-snmp-devel-5.1.2-11.i386 

 

Install the 5.2 rpm.

rpm -i net-snmp-5.2-1.fc2.i686.rpm --force -nodeps

 

mib2c started working after that.  
 



Thanks,
Shuki

-----Original Message-----
From: Wes Hardaker [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 25, 2005 12:39 AM
To: sasson, shuki
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: Perl module Installation problem on Linux 2.6.9-1.667

>>>>> On Wed, 12 Jan 2005 10:38:33 -0500, "sasson, shuki"
<[EMAIL PROTECTED]> said:

shuki> make test
...
shuki> Can't load '../blib/arch/auto/SNMP/SNMP.so' for module SNMP:
shuki> ../blib/arch/auto/SNMP/SNMP.so: undefined symbol: usmAESPrivProtocol
at
shuki> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
shuki> at ../blib/lib/NetSNMP/OID.pm line 19

Well, I'm not sure why the linker didn't get the openssl library
attached to the shared object.  It should work.  You might try a make
install and see if it works after that.  It's also possible you have
multiple copies of net-snmp libraries installed (some linked against
openssl and others not), in which case you need to remove the older ones.

-- 
Wes Hardaker
Sparta


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to