makefile

2014-08-01 Thread Anu Krishna kumari babu
Hi I need the c code for the OBJS3= asyncapp.o. Can anyone send me the link Regards Anu K Babu ::DISCLAIMER:: The contents of this e-mail

snmpdemoapp Makefile

2010-08-25 Thread Leo Lin
Hi,   I was studying the snmpdemoapp.c from net-snmp wiki tutorial.    I was not able to compile the project because the make() program gave me some errors;   basically, it cannot find references in two source codes;   scapi.c keytools.c   I used the following command in make()   snmpdemoapp: $(

Re: Configure won't create Makefile

2009-09-15 Thread Bill Dodge
quick with the delete from my Blackberry) and what I have shows no errors. Some files are being written (libtool, libtoolT) and the snmp directory is created. There is plenty of available space for the file (I copied a Makefile from another system to verify). The creates are being requested

Re: Configure won't create Makefile

2009-09-15 Thread Wes Hardaker
> On Mon, 14 Sep 2009 14:27:23 -0400 (EDT), Bill Dodge > said: BD> I have successfully set up net-snmp on 5 Red Hat servers but can not BD> complete the process on a sixth server. It'd be really hard to guess from that what the problem is. Did you re-run configure from a fresh unt

Configure won't create Makefile

2009-09-14 Thread Bill Dodge
Makefile found. The config.log shows config.staus:825: for every create makefile statement, what package do I still need? -- Bill Dodge email: bdo...@vm-vse4metrodc.com Phone: (703)627-2455 "If you don't know where you are going, any road will take you there." Lewis Carroll &qu

Re: Changing Trap Sink Using Script or in Makefile

2009-04-14 Thread Wes Hardaker
> On Tue, 14 Apr 2009 06:21:43 -0700 (PDT), Muhammad Zeeshan > said: MZ> I want to change the snmpd.conf file on runtime, say my agent is MZ> running and want to change IP for trap receiver without MZ> stopping/re-innitiating the agent, i want to do this with some MZ> make-file or perhap

Re: Changing Trap Sink Using Script or in Makefile

2009-04-14 Thread Muhammad Zeeshan
, Wes Hardaker wrote: From: Wes Hardaker Subject: Re: Changing Trap Sink Using Script or in Makefile To: "Muhammad Zeeshan" Cc: "net-snmp-users" Date: Tuesday, 14 April, 2009, 6:13 PM >>>>> On Tue, 14 Apr 2009 03:46:57 -0700 (PDT), Muhammad Zeeshan >>&

Re: Changing Trap Sink Using Script or in Makefile

2009-04-14 Thread Wes Hardaker
>>>>> On Tue, 14 Apr 2009 03:46:57 -0700 (PDT), Muhammad Zeeshan >>>>> said: MZ> can some body help me with changing the trap2sink MZ> IP using script of from Makefile through any command if available MZ> provided that net-snmp library is installed.

Changing Trap Sink Using Script or in Makefile

2009-04-14 Thread Muhammad Zeeshan
Dear Fellows; can some body help me with changing the trap2sink IP using script of from Makefile through any command if available provided that net-snmp library is installed. Regards, -zeeshan Get your new Email address! Grab the Email name you've always wanted before someone

Changing Trap Sink Using Script or in Makefile

2009-04-09 Thread M. Zeeshan - IMS
Dear Fellows; can some body help me with changing the trap2sink IP using script of from Makefile through any command if available provided that net-snmp library is installed. Regards, -zeeshan Get your new Email address! Grab the Email name you've always wanted before someone

RE: How to modify the Makefile if I add new files into agent directory

2008-07-15 Thread Zhouhuai Shen
you think the only place I can put new files in are the mibgroup? Thanks, Henry 09:34:49 +0100> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: How to modify the Makefile if I add new files into agent directory> CC: net-snmp-users@lists.sourceforge.net> > &

Re: How to modify the Makefile if I add new files into agent directory

2008-07-14 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] 2008/7/

Re: How to modify the Makefile if I add new files into agent directory

2008-07-08 Thread Dave Shield
2008/7/8 Zhouhuai Shen <[EMAIL PROTECTED]>: > If I want to add a few .c and .h files, such as myFile.c and myFile.h into > the agent sub-directory doing some testings, how can I modify the Makefile > and Makefile.in in the agent sub-directory to make it work? configure --w

How to modify the Makefile if I add new files into agent directory

2008-07-07 Thread Zhouhuai Shen
Hi All, If I want to add a few .c and .h files, such as myFile.c and myFile.h into the agent sub-directory doing some testings, how can I modify the Makefile and Makefile.in in the agent sub-directory to make it work? Many thanks

ucd-snmp:How to configure Makefile to use thread functions

2007-09-27 Thread ye_cl
/user/ucdsnmp/agent/Makefile, I change lines as follows: snmpd: ${AGENTOBJS} $(USELIBS) $(LIBTARG) Makefile $(CC) ${LDFLAGS} -elf2flt -L/usr/local/arm_tools/arm-elf/lib -lpthread -o $@ ${AGENTOBJS} $(LOCAL_LIBS) ${AGENT_LIBS}$(LDLIBS) ...but while executing "make user_only", errors

Re: net-snmp-5.4 Makefile issue

2007-02-21 Thread John Clinton
AIL PROTECTED]> wrote: Un-tar'd 5.4 in private directory for testing (linux). Ran configure, then make. Looked fine. Recognized a need to alter the MIB directory variable in the Makefile. Did "make clean", edited, did "make". Discovered that "make c

net-snmp-5.4 Makefile issue

2007-02-21 Thread Rob Walter
Un-tar'd 5.4 in private directory for testing (linux). Ran configure, then make. Looked fine. Recognized a need to alter the MIB directory variable in the Makefile. Did "make clean", edited, did "make". Discovered that "make clean" removes all .li