Re: rfc: update autoconf in MAIN?

2007-03-26 Thread Thomas Anders
Thomas Anders wrote: > Dave Shield wrote: >> I've recently been running configure on both the main development >> line and various branches in rapid succession, and suddenly realised >> that I wasn't being prompted for the "manual settings" on the trunk >> line. (i.e. default version, contact, loc

Re: rfc: update autoconf in MAIN?

2007-03-26 Thread Thomas Anders
Dave Shield wrote: > I've recently been running configure on both the main development > line and various branches in rapid succession, and suddenly realised > that I wasn't being prompted for the "manual settings" on the trunk > line. (i.e. default version, contact, location, etc) > > Further in

Re: rfc: update autoconf in MAIN?

2007-03-26 Thread Dave Shield
On 18/12/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > Wes Hardaker wrote: > > any reason we shouldn't push the requirement [for autoconf 2.61] > > to all branches? > > It may break packaging for those who forcibly run "autoconf" when > building (and only very few systems already ship 2.61). O

Problem setting the value of a table element

2007-03-26 Thread Russell Markus
I am having a problem implementing a table with a settable column. I have the table handler and creation in the following code snippet: int BaseTableHandler( netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_i

netSNMP_5.2.2-Compilation problem on HP-UX B.11.11

2007-03-26 Thread Palmentieri Nunzio
Hi all, I'm trying to install net-snmp-5.2.2 on a HP-UX server, but after "./configure", when I try to "make" I have the following error: ___ $ make all gcc -E

Looks like net-snmp 5.4 has a memory leak

2007-03-26 Thread Luu Vo
Hi, I am experiencing a memory leak and it looks like the cause is in net-snmp 5.4 lib used in my program. I checked net-snmp source code and found that a buffer was not deleted after use: File: net-snmp-5.4\snmplib\snmpUDPDomain.c Function: netsnmp_transport * netsnmp_udp_transport(struct sock

Re: Can't build 5.4 on cygwin

2007-03-26 Thread Thomas Anders
Eirik Nordbrøden wrote: > I have problems building the 5.4 on cygwin. The make process stops with the > following error message: > > /bin/sh ../libtool --mode=compile gcc -I../include -I. -I../snmplib > -I/usr/include -g -O2 -Ucygwin -Dcygwin=cygwin -c -o winservice.lo > winservice.c

R: R: ld: Bad machine type: 3 in file all_helpers.lo

2007-03-26 Thread Palmentieri Nunzio
Dave, Thomas, thanks, you were right. But, unfortunately, now I have another problem: ... ... ... ... gcc -I../include -I. -I../snmplib -g -O2 -Dhpux11 -c snmp_api.c -fPIC -DPIC -o .libs/snmp_api.lo In file included from snmp_api.c:88: /usr/include/sys/socket.h:484: parse error before "s

Can't build 5.4 on cygwin

2007-03-26 Thread Eirik Nordbrøden
Hello I have problems building the 5.4 on cygwin. The make process stops with the following error message: /bin/sh ../libtool --mode=compile gcc -I../include -I. -I../snmplib -I/usr/include -g -O2 -Ucygwin -Dcygwin=cygwin -c -o winservice.lo winservice.c gcc -I../include -I. -I../s

Re: R: ld: Bad machine type: 3 in file all_helpers.lo

2007-03-26 Thread Dave Shield
On 26/03/07, Palmentieri Nunzio <[EMAIL PROTECTED]> wrote: > I noticed that in configuration phase I received the following WARNINGS: > > > configure: WARNING: sys/socket.h: present but cannot be compiled > Could this be a problem? Unlikely. These warnings tend to be annoying, rather than ind

R: ld: Bad machine type: 3 in file all_helpers.lo

2007-03-26 Thread Palmentieri Nunzio
I noticed that in configuration phase I received the following WARNINGS: configure: WARNING: sys/socket.h: present but cannot be compiled configure: WARNING: sys/socket.h: check for missing prerequisite headers? configure: WARNING: sys/socket.h: see the Autoconf documentation configure: W

Richiamo: ld: Bad machine type: 3 in file all_helpers.lo

2007-03-26 Thread Palmentieri Nunzio
Palmentieri Nunzio desidera richiamare il messaggio ld: Bad machine type: 3 in file all_helpers.lo. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

R: ld: Bad machine type: 3 in file all_helpers.lo

2007-03-26 Thread Palmentieri Nunzio
I noticed that in configuration phase I received the following WARNINGS: configure: WARNING: sys/socket.h: present but cannot be compiled configure: WARNING: sys/socket.h: check for missing prerequisite headers? configure: WARNING: sys/socket.h: see the Autoconf documentation configure: W

Re: ld: Bad machine type: 3 in file all_helpers.lo

2007-03-26 Thread Thomas Anders
Palmentieri Nunzio wrote: > I've trying to install net-snmp5.2.2 on a HP-UX B11.11 machine. > > After "./configure", I'm trying to do "make", but I receive the > following error: > > ld: Bad machine type: 3 in file all_helpers.lo It sounds as if you have files left over from an earlier compila

ld: Bad machine type: 3 in file all_helpers.lo

2007-03-26 Thread Palmentieri Nunzio
Hi all, I've trying to install net-snmp5.2.2 on a HP-UX B11.11 machine. After "./configure", I'm trying to do "make", but I receive the following error: ld: Bad machine type: 3 in file all_helpers.lo Can anyone help me? Thanks in advance. Nunzio Palmentieri Web Care Solution

Unregister variables

2007-03-26 Thread Jakob Lechner
Hello, I'have already posted my problem to net-snnp-users mailing list but I haven't received a reply so far. Maybe somebody on this list can help me. I'm writing a SNMP agent that dynamically registers certain variables. For registration of these variables I have used exactly the same API func