Re: GCC.. linking error .....Needs Help..????

2004-08-02 Thread Wes Hardaker
> On Mon, 2 Aug 2004 09:54:20 -0700 (PDT), avinash sawant <[EMAIL PROTECTED]> said: avinash> #gcc -otest test.c -lnetsnmp -lsnmp ... It was compiled with openssl support. Try the following instead, which should always work no matter how it was compiled: gcc -otest test.c `net-snmp-config

Re: agentx and contexts

2004-08-02 Thread Wes Hardaker
> On Mon, 2 Aug 2004 19:52:25 +0200, Magnus Fromreide <[EMAIL PROTECTED]> said: Magnus> Recently the (CVS) agent have started to default associate the Magnus> empty context when no context is specified. How should I do to Magnus> restore the old behaviour so that no context is transmitted? Ma

Re: problems in one or more man pages you maintain

2004-08-02 Thread Eric S. Raymond
Dave Shield <[EMAIL PROTECTED]>: > I note that the "normal" man pages that doxygen spits out look > reasonable (though I'd like to tweak the descriptions at some point). > It's just these "specials" (todo, deprecated and probably bug) that > seem to be malformed in this manner. > > I'd suggest tha

GCC.. linking error .....Needs Help..????

2004-08-02 Thread avinash sawant
dear Friends, I am working on SNMP protocol in LINUX I have written a simple C code for it..It gets complied . But showing the linking error as follows I searched a net a lot but didn't found exact solution ..wanna some help from your side Please guid

agentx and contexts

2004-08-02 Thread Magnus Fromreide
Hello! Recently the (CVS) agent have started to default associate the empty context when no context is specified. How should I do to restore the old behaviour so that no context is transmitted? Note that the empty context ain't equal to the default context, just as "" != NULL. I have also tried

Re: problems in one or more man pages you maintain

2004-08-02 Thread Wes Hardaker
> On Mon, 02 Aug 2004 10:07:55 +0100, Dave Shield <[EMAIL PROTECTED]> said: Dave> I'd suggest that the simplest thing would be either to drop these Dave> particular man pages from the distribution, or else have a special Dave> "sed" (or similar) script to paste in the missing formatting. Well

Re: net-SNMP

2004-08-02 Thread Wes Hardaker
Lewis> $ portinstall net-snmp ---> Installing 'net-snmp-5.1.1_6' from a port (net-mgmt/net-snmp) Lewis> Lewis> configure: WARNING: netinet/tcpip.h: present but cannot be compiled Lewis> configure: WARNING: netinet/tcpip.h: check for missing Lewis> prerequisite headers? Figuring out all t

Re: problems in one or more man pages you maintain

2004-08-02 Thread Dave Shield
esr> Note: This patch does not change the mod date of the manual page. You esr> may wish to do that by hand. Wes> Err... that manual page is auto generated from doxygen. Adding in Wes> the .SH token will get it overwritten by future doxygen extraction... Yes - I was looking at this report la

net-SNMP

2004-08-02 Thread Lewis Butler
5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 $ portinstall net-snmp ---> Installing 'net-snmp-5.1.1_6' from a port (net-mgmt/net-snmp) configure: WARNING: netinet/tcpip.h: present but cannot be compiled configure:

Re: problems in one or more man pages you maintain

2004-08-02 Thread Eric S. Raymond
Wes Hardaker <[EMAIL PROTECTED]>: > > On Thu, 22 Jul 2004 14:32:10 -0400, [EMAIL PROTECTED] said: > > esr> Note: This patch does not change the mod date of the manual page. You > esr> may wish to do that by hand. > > Err... that manual page is auto generated from doxygen. Adding in > the .