Alan Anderson is out of the office

2005-12-24 Thread Alan . Anderson
I will be out of the office starting 12/23/2005 and will not return until 01/13/2006. I will respond to your message when I return. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Downlo

Alan Anderson is out of the office from Dec 23 - Jan 3

2005-08-18 Thread Alan . Anderson
I will be out of the office starting 08/17/2005 and will not return until 08/19/2005. I will respond to your message when I return. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco,

Alan Anderson is out of the office from Dec 23 - Jan 3

2005-07-25 Thread Alan . Anderson
I will be out of the office starting 07/25/2005 and will not return until 07/26/2005. I will respond to your message when I return. --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Ro

Re: Configuring snmpd agent with additional mibs

2005-02-22 Thread Alan . Anderson
Robert, It looks like the dynamically loadable module is the way to go for me. Relative paths confuse configure when symbolically linking into the net-snmp source tree. Thanks again, Alan Robert Story <[EMAIL PROTECTED]> Robert Story <[EMAIL PROTECTED]> 02/22/2005 01:31 PM Please res

Configuring snmpd agent with additional mibs

2005-02-22 Thread Alan . Anderson
Hi, I am trying to understand if this is possible to do and wondered if anyone has tried this. Since there is nothing really new under the sun, I figured someone has. Anyway, I would like to add additional mibs to snmpd using 'configure', just as the tutorial instructs (very good job on the tutori

Re: Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-22 Thread Alan . Anderson
Robert, That worked. It would be sweet if the '--base-agent-libs' generated these libraries in the right order. Then we could go back and forth between static and shared like the example belowbut you probably knew that. NETSNMPBASELIBS := $(shell $(NETSNMPCONFIG) --base-agent-libs) #LIBS=$(NET

Re: Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-18 Thread Alan . Anderson
Robert, Thanks for getting back to me on this. I updated my make file as your website suggests. But now I am back to the link order problem and unresolved externals. I think it is a link order problem because if I rearrange how I list the snmp libraries, I get different unresolved externals. Tha

Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-18 Thread Alan . Anderson
Hi, I am very new to net-snmp and to linux...just what you guys wanted to hear, right? Anyway, I am sure there is a simple answer for this but I have been beating my head against the wall the past few days so if some one could take time to explain how to step into a shared library with gdb, I woul