>You must install the SNMP perl module. You should find it at www.cpan.org
In particular ... Make sure package ucd-snmp-devel-[version] is installed. You will also need openssl-devel-[version]. Get http://www.cpan.org/modules/by-module/SNMP/SNMP-4.2.0.tar.gz Unpack this, then run perl Makefile.PL make make test make install (or use the CPAN shell instead of the above steps if you prefer). --Peter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 9:42 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Newbie Question - Receiving an undefined error when trying to start mon > > I am currently running Redhat 7.2 with heartbeat, opennms and trying to > run mon. I have mon installed with a minimal configuration and the following > > error message is received when attempting to start mon. Has anyone else > > experienced a problem completing the make for SNMP? It appears that all > of the new downloads I have acquired give the following error message. >____________________________________________________________ > > Can't load '/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/SNMP/SNMP.so' > for module SNMP: /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/SNMP/SNMP.so: > > undefined symbol: tree_head at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm > > line 200. at ./mon line 51 Compilation failed in require at ./mon line 51. > > BEGIN failed--compilation aborted at ./mon line 51.