Re: agent not working

2005-02-15 Thread Robert Story
On Mon, 14 Feb 2005 09:33:03 -0800 (PST) Shivali wrote: SG> i tried working with these two files SG> nstAgentSubagentObject.c & the .h file as suggested in SG> the tutorial of home page but on compilation it gave SG> the error message : usr/lib/libnetsnmpagent.so: SG> undefined reference to `hosts

RE: agent not working

2005-02-14 Thread Gurusidhesh Hiremath
Check if you are giving -fPIC shared library flag in your Makefile -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shivali Gupta Sent: Monday, February 14, 2005 11:03 PM To: [email protected] Subject: agent not working i have snmp

agent not working

2005-02-14 Thread Shivali Gupta
i have snmp version 5.1 i tried working with these two files nstAgentSubagentObject.c & the .h file as suggested in the tutorial of home page but on compilation it gave the error message : usr/lib/libnetsnmpagent.so: undefined reference to `hosts_ctl' tried a lot but cudnt solve the things plz he