Re: Installing netsnmp on MontaVista Linux Platform
"Friedrich Clausen" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry, forgot to CC list. ---------- Forwarded message ---------- From: Friedrich Clausen <[email protected]> Date: 7 Dec 2007 12:31 Subject: Re: Installing netsnmp on MontaVista Linux Platform To: girish <[email protected]> Hello Girish, > Hi, > I've installed net-snmp-5.4 in linux fedora core 6 machines. My application > runs there properly. But the target machine for my application is Linux > MontaVista. When I tried installing the same package (net-snmp-5.4) in > MontaVista machine i'm not able to run master (snmpd). I've used following > steps to install : > 1: ./configure > 2: make > 3: make install > After this when I run the master by issuing the command /usr/sbin/snmpd its > giving the following error: > /usr/sbin/snmpd: symbol lookup error: /usr/sbin/snmpd: undefined symbol: > smux_listen_sd This is most likely because MontaVista installation already has Net-SNMP installed. I am not sure what package management is used by MonteVista but the first step would be to remove the already installed Net-SNMP. Then you may have to recompile your own version again. Alternatively, you may have some success calling snmpd directly, your custom compiled version lives in /usr/local since you did not specify an alternate --prefix option to ./configure so try: /usr/local/sbin/snmpd -c /path/to/config Where /path/to/config could be /etc/snmp/snmpd.conf or /usr/local/etc/snmpd.conf. Cheers, Fred. On 7 Dec 2007 10:46:53 -0000, girish <[email protected]> wrote: > > > Regards, > Girish > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > 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 > > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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