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
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 :
>
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
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
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
&
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)
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
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
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
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
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
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
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)
>
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
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
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
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)
-
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.
--
18 matches
Mail list logo