> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pranesh Kulkarni > Sent: Thursday, January 31, 2008 4:54 AM
> Hi Dave, The net-snmp-users list is more commonly known as "Dave and Friends". > # ./ifTable > Error: Failed to connect to the agentx master agent: Unknown > host (No such file or directory) > ./ifTable: symbol lookup error: ./ifTable: undefined symbol: > netsnmp_baby_steps_access_multiplexer_get > > Is this is library linking issue ?? There is definitely a dynamic linking problem with netsnmp_baby_steps_access_multiplexer_get - make sure that the directory which contains the library which provides this function is listed in the dynamic library path environment variable (LD_LIBRARY_PATH for Linux and Solaris). There is also a problem connecting to the master agent. Verify that: (1) You have agentx support: $ net-snmp-config | tr " " "\n" | grep agentx agentx/master agentx/subagent agentx/protocol agentx/client agentx/master_admin agentx/agentx_config $ (2) You have enabled AgentX on the master agent. At minimum, your snmpd.conf must have the "master agentx" line. (3) You are using the same connection method (domain socket, TCP) on both master and subagent. (4) There may be a typo in the subagent's snmp.conf file. (5) Make sure the master agent is started (ps). HTH, Mike ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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