R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: R: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > I did change the line > > CFLAGS = -g -O2 -Uhpux11 -Dhpux11=hpux11 > > with > > CFLAGS = -g -O2 -Uhpux11 -Dhpux11=hpux11 -D_XOPEN_SOURCE_EXTENDED=1

R: R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: R: R: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > $ gcc -v > Reading specs from > /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/specs > Configured with: ./configure : (reconfigured) ./configure : >

Re: R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > $ gcc -v > Reading specs from > /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/specs > Configured with: ./configure : (reconfigured) ./configure : > (reconfigured) ./configure > Thread model: posix > gcc version 3.1 I'm not fully convinced this is a properly wo

R: R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Inviato: giovedì 29 marzo 2007 15.08 A: Palmentieri Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: R: R: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > Program received signal SIGABRT, Aborted. > &g

R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
saggio originale- Da: Thomas Anders [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Inviato: giovedì 29 marzo 2007 15.11 A: Palmentieri Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: R: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > I did change the line &

R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
i Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: R: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > /usr/lib/dld.sl: Unresolved symbol: htonl (code) That's likely related to your custom build hacks. htonl() is a macro defined as #definehtonl(x)

Re: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > /usr/lib/dld.sl: Unresolved symbol: htonl (code) That's likely related to your custom build hacks. htonl() is a macro defined as #definehtonl(x)(x) so shouldn't end up as an external symbol at all. +Thomas -- Thomas Anders (thomas.anders at blue-cabl

Re: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > I did change the line > > CFLAGS = -g -O2 -Uhpux11 -Dhpux11=hpux11 > > with > > CFLAGS = -g -O2 -Uhpux11 -Dhpux11=hpux11 -D_XOPEN_SOURCE_EXTENDED=1 What gcc version are you using? Please refer to the list archives for a previous discussion on a similar problem with g

Re: R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > Program received signal SIGABRT, Aborted. > > 0xc002ea68 in kill () > > (gdb) And what's the output when you finally type "bt"? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) - Tak

R: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
zio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: R: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > $ gdb /sema/home/palmenti/net-snmp-5.4/agent/snmpd > HP gdb 3.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. > Copyright 1986 - 2001 Free Software Foundation, Inc

Re: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > $ gdb /sema/home/palmenti/net-snmp-5.4/agent/snmpd > HP gdb 3.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. > Copyright 1986 - 2001 Free Software Foundation, Inc. > Hewlett-Packard Wildebeest 3.0 (based on GDB) is covered by the > GNU General Public License. Type

R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
iovedì 29 marzo 2007 12.48 A: Palmentieri Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > All tests give the same result Abort(coredump) > > (no pid file(s) found) FAIL Does it also happen if you do some simple test

R: netsnmp on HP-UX 11.11

2007-03-29 Thread Palmentieri Nunzio
Messaggio originale- Da: Thomas Anders [mailto:[EMAIL PROTECTED] Inviato: giovedì 29 marzo 2007 12.48 A: Palmentieri Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > All tests give the same result Abort(coredump) >

Re: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > All tests give the same result Abort(coredump) > > (no pid file(s) found) FAIL Does it also happen if you do some simple test manually, e.g. agent/snmpd -H or agent/snmpd -f -Le --quit localhost:8161 ? If you can easily reproduce the crash, can you try to get

R: netsnmp on HP-UX 11.11

2007-03-28 Thread Palmentieri Nunzio
TECTED] Inviato: martedì 27 marzo 2007 16.34 A: Palmentieri Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > I'm having a lot of problems in compilino netsnmp5.2.2 on HP-UX. Then why aren't you trying with a more rec

R: netsnmp on HP-UX 11.11

2007-03-27 Thread Palmentieri Nunzio
contents of this information is prohibited. -Messaggio originale- Da: Thomas Anders [mailto:[EMAIL PROTECTED] Inviato: martedì 27 marzo 2007 16.34 A: Palmentieri Nunzio Cc: net-snmp-coders@lists.sourceforge.net Oggetto: Re: netsnmp on HP-UX 11.11 Palmentieri Nunzio wrote: > I'm h

Re: netsnmp on HP-UX 11.11

2007-03-27 Thread Thomas Anders
Palmentieri Nunzio wrote: > I'm having a lot of problems in compilino netsnmp5.2.2 on HP-UX. Then why aren't you trying with a more recent version (either 5.2.4.rc1 or latest 5.4) instead which include important bug/build fixes? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) -

netsnmp on HP-UX 11.11

2007-03-27 Thread Palmentieri Nunzio
Hi all, I'm having a lot of problems in compilino netsnmp5.2.2 on HP-UX. I suspect that the gcc versioni s not correct. Does anyone has succesfully installed netsnmp5.2.2 on HP-UX 11.11? Y wouold compare the various settino, gcc version and so on. Thanks in advance. --