Re: NET-SNMP Compile Errors

2011-08-24 Thread Wes Hardaker
On Tue, 23 Aug 2011 17:05:26 -0400, Lomax, Michael P. mlo...@quadramed.com said: LMP Is there any idea when 5.7.1.rc1 will be released? Within a week. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

RE: NET-SNMP Compile Errors

2011-08-24 Thread Lomax, Michael P.
, August 23, 2011 3:15 PM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors Lomax, Michael P. wrote sh-2.05b# autoconf configure.ac:14: error: Autoconf version 2.63 or higher is required You may want to download the pre-generated

Re: NET-SNMP Compile Errors

2011-08-24 Thread Thomas Anders
Lomax, Michael P. wrote: I then did the `make test`. At the bottom of the file you will see that all but 1 test, the last test, succeeded and then there was an error and the run “Stop”ped with double error code 2s. This led me to check back for other errors or warnings during the earlier

Re: NET-SNMP Compile Errors

2011-08-24 Thread Dave Shield
On 24 August 2011 16:22, Lomax, Michael P. mlo...@quadramed.com wrote: I then ran `make` from the source top level directory and after the `make test` failed, I found that I did get some warnings (line 994) that read: “md5.c: In function 'MDblock': md5.c:198: warning: passing argument 1 of

RE: NET-SNMP Compile Errors

2011-08-23 Thread Lomax, Michael P.
...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 2:15 PM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On 22 August 2011 21:50, Lomax, Michael P. mlo...@quadramed.com wrote: I found

RE: NET-SNMP Compile Errors

2011-08-23 Thread Lomax, Michael P.
October 2 - 5 in Salt Lake City, UT -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, August 23, 2011 1:37 PM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile

RE: NET-SNMP Compile Errors

2011-08-23 Thread Lomax, Michael P.
] On Behalf Of Dave Shield Sent: Tuesday, August 23, 2011 2:46 PM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On 23 August 2011 22:05, Lomax, Michael P. mlo...@quadramed.com wrote: I therefore started studying further about Git and found Thomas

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
Subject: Re: NET-SNMP Compile Errors On 19 August 2011 19:57, Lomax, Michael P. mlo...@quadramed.com wrote: Just the contents of the directory tree you requested are: -bash-2.05b# ls -alR snmp-test-T001snmpv1get_simple-15466560 snmp-test-T001snmpv1get_simple-15466560: total 52 drwx--   3

Re: NET-SNMP Compile Errors

2011-08-22 Thread Dave Shield
On 22 August 2011 15:11, Lomax, Michael P. mlo...@quadramed.com wrote:  Attached is a zip file with all of the actual files from the directory. If you look at the file 'snmpd.log.stdout', you will see several complaints about missing symbols (perfstat_cpu, perfstat_cpu_total,

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 7:36 AM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On 22 August 2011 15:11, Lomax, Michael P. mlo...@quadramed.com wrote:  Attached

Re: NET-SNMP Compile Errors

2011-08-22 Thread Dave Shield
On 22 August 2011 15:46, Lomax, Michael P. mlo...@quadramed.com wrote: However the Net-SNMP instructions do say to run `make test` prior to running `make install`. Normally, yes. But that assumes everything is running on a system where things should be working properly. make test is simply a

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 8:01 AM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On 22 August 2011 15:46, Lomax, Michael P. mlo...@quadramed.com wrote: However the Net-SNMP instructions do say to run `make test

Re: NET-SNMP Compile Errors

2011-08-22 Thread Dave Shield
On 22 August 2011 16:14, Lomax, Michael P. mlo...@quadramed.com wrote: Line 65 of usr/include/netinet/in6_var.h reads “extern  CONST struct protosw inet6sw[];”. Next step - can you find a file under /usr/include that defines struct protosw ? Dave

Re: NET-SNMP Compile Errors

2011-08-22 Thread Dave Shield
On 22 August 2011 16:23, Lomax, Michael P. mlo...@quadramed.com wrote: I did not find a protosw file in /usr/include and `grep struct protosw *` while in /usr/include netted no results. You probably need to look at files in subdirectories of /usr/include Something like: $ cd /usr/include

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 8:27 AM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On 22 August 2011 16:23, Lomax, Michael P. mlo...@quadramed.com wrote: I did not find a protosw file in /usr/include and `grep

Re: NET-SNMP Compile Errors

2011-08-22 Thread Dave Shield
On 22 August 2011 16:31, Lomax, Michael P. mlo...@quadramed.com wrote: -bash-2.05b# grep struct protosw */*.h : sys/protosw.h:struct protosw { OK - so that's where this structure is defined. So configure needs to be including this header file. Which is exactly the fix that Thomas

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
in Salt Lake City, UT -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 1:02 PM To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On 22

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
QuadraMed's Booth (#1601) at AHIMA October 2 - 5 in Salt Lake City, UT -Original Message- From: Lomax, Michael P. Sent: Monday, August 22, 2011 1:44 PM To: 'Dave Shield' Cc: net-snmp-coders@lists.sourceforge.net Subject: RE: NET-SNMP Compile Errors Dave, Sorry but I never got

Re: NET-SNMP Compile Errors

2011-08-22 Thread Dave Shield
On 22 August 2011 21:50, Lomax, Michael P. mlo...@quadramed.com wrote: I found the patch and have downloaded it.  However it appears that it needs the net-snmp-5.4.2.1 source tree to do the patch. What makes you believe that? The patch is to the file configure.d/config_os_headers which doesn't

Re: NET-SNMP Compile Errors

2011-08-20 Thread Thomas Anders
Michael P. Lomax wrote: “configure: WARNING: libperfstat.h: present but cannot be compiled I've checked in a change that I think should fix this. Please try again with the current git source (V5-7-patches branch) or wait for 5.7.1.rc1 and report back. +Thomas

Auto Reply: Re: NET-SNMP Compile Errors

2011-08-20 Thread ron . bets
This is an auto-replied message. I am out of office right now. I will be back in the office 22 August 2011. -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model

Re: NET-SNMP Compile Errors

2011-08-19 Thread Dave Shield
On 18 August 2011 21:08, Lomax, Michael P. mlo...@quadramed.com wrote:  You will note that there is a execute permission problem within the testing directories that I fix during the run. This looks like an issue with the source tree when it is first unpacked. What are the permissions on file

RE: NET-SNMP Compile Errors

2011-08-19 Thread Lomax, Michael P.
: NET-SNMP Compile Errors On 18 August 2011 21:08, Lomax, Michael P. mlo...@quadramed.com wrote: You will note that there is a execute permission problem within the testing directories that I fix during the run. This looks like an issue with the source tree when it is first unpacked. What

Re: NET-SNMP Compile Errors

2011-08-18 Thread Wes Hardaker
On Wed, 17 Aug 2011 14:22:21 -0400, Lomax, Michael P. mlo...@quadramed.com said: LMP -bash-2.05b# echo $OSTYPE LMP aix5.1 You might try running configure using bash instead of /bin/sh. IE, run it as bash configure ...options... instead. -- Wes Hardaker Please mail all replies to

RE: NET-SNMP Compile Errors

2011-08-18 Thread Lomax, Michael P.
...@users.sourceforge.net] Sent: Thursday, August 18, 2011 7:45 AM To: Lomax, Michael P. Cc: rst...@freesnmp.com; net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On Wed, 17 Aug 2011 14:22:21 -0400, Lomax, Michael P. mlo...@quadramed.com said: LMP -bash-2.05b# echo $OSTYPE LMP aix5.1

Re: NET-SNMP Compile Errors

2011-08-18 Thread Wes Hardaker
On Thu, 18 Aug 2011 10:51:39 -0400, Lomax, Michael P. mlo...@quadramed.com said: LMP Should I uninstall what it previously installed before trying your LMP suggestion? nope. LMP Would that be the `make uninstall` command from the install LMP directory? That should work, but it's a tricky

RE: NET-SNMP Compile Errors

2011-08-18 Thread Lomax, Michael P.
AM To: Lomax, Michael P. Cc: Wes Hardaker; net-snmp-coders@lists.sourceforge.net; rst...@freesnmp.com Subject: Re: NET-SNMP Compile Errors On Thu, 18 Aug 2011 10:51:39 -0400, Lomax, Michael P. mlo...@quadramed.com said: LMP Should I uninstall what it previously installed before trying your LMP

Re: NET-SNMP Compile Errors

2011-08-17 Thread Robert Story
On Tue, 16 Aug 2011 16:19:34 -0400 Michael P. wrote: LMP Here is the response from the perl command you sent. Only returned a LMP blank line. Ok... from the shell, what do you get for echo $OSTYPE? LMP -bash-2.05b# ./snmpd LMP LMP exec(): 0509-036 Cannot load program ./snmpd because of the

RE: NET-SNMP Compile Errors

2011-08-17 Thread Lomax, Michael P.
To: Lomax, Michael P. Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On Tue, 16 Aug 2011 16:19:34 -0400 Michael P. wrote: LMP Here is the response from the perl command you sent. Only returned a LMP blank line. Ok... from the shell, what do you get for echo

Re: NET-SNMP Compile Errors

2011-08-16 Thread Robert Story
On Thu, 11 Aug 2011 17:45:32 -0400 Michael P. wrote: LMP Will you be able to provide me with any more assistance? Yes, but I only have time to check the lists every few days. If you have an urgent need for immediate assistance, contact me off list for my rates. On Wed, 10 Aug 2011 15:27:35

FW: NET-SNMP Compile Errors

2011-08-15 Thread Lomax, Michael P.
-coders@lists.sourceforge.net' Subject: RE: NET-SNMP Compile Errors Robert, In the interest of time, since I need to get through this install process, I decided to go ahead and run the `make install`. First I ran into a permission problem with install-sh which was easily remedied and then I got

RE: NET-SNMP Compile Errors

2011-08-12 Thread Lomax, Michael P.
October 2 - 5 in Salt Lake City, UT -Original Message- From: Lomax, Michael P. Sent: Wednesday, August 10, 2011 12:28 PM To: 'rst...@freesnmp.com' Cc: net-snmp-coders@lists.sourceforge.net Subject: RE: NET-SNMP Compile Errors Just as your latest email below arrived I had

RE: NET-SNMP Compile Errors

2011-08-12 Thread Lomax, Michael P.
Message- From: Lomax, Michael P. Sent: Thursday, August 11, 2011 2:46 PM To: 'rst...@freesnmp.com' Cc: 'net-snmp-coders@lists.sourceforge.net' Subject: RE: NET-SNMP Compile Errors Will you be able to provide me with any more assistance? THANKS Mike Lomax Principal Systems Engineer, Advanced

Re: NET-SNMP Compile Errors

2011-08-10 Thread Robert Story
On Tue, 9 Aug 2011 17:04:27 -0400 Michael P. wrote: LMP I have tried compiling NET-SNMP on three IBM 6.1 servers now with no LMP luck. There is a warning that comes up (see attached on page 33) that LMP says to report the warning to this email address. The hard failure is LMP further down on

Re: NET-SNMP Compile Errors

2011-08-10 Thread Robert Story
On Wed, 10 Aug 2011 10:23:00 -0400 Michael P. wrote: LMP transports/snmpUDPBaseDomain.c: In function 'netsnmp_udpbase_sendto': LMP LMP transports/snmpUDPBaseDomain.c:345: error: 'MSG_DONTWAIT' undeclared LMP (first use in this function) LMP LMP

RE: NET-SNMP Compile Errors

2011-08-10 Thread Lomax, Michael P.
-coders@lists.sourceforge.net Subject: Re: NET-SNMP Compile Errors On Wed, 10 Aug 2011 10:23:00 -0400 Michael P. wrote: LMP transports/snmpUDPBaseDomain.c: In function 'netsnmp_udpbase_sendto': LMP LMP transports/snmpUDPBaseDomain.c:345: error: 'MSG_DONTWAIT' undeclared LMP (first use

NET-SNMP Compile Errors

2011-08-09 Thread Lomax, Michael P.
I have tried compiling NET-SNMP on three IBM 6.1 servers now with no luck. There is a warning that comes up (see attached on page 33) that says to report the warning to this email address. The hard failure is further down on page 60 when I run the make which starts on page 52. Is there any

NET-SNMP Compile Errors

2005-02-11 Thread Rob Heilman
Solaris 8 - 5.8 Generic_117350-08 sun4u sparc gcc - 3.2 make - 3.80 m4- 1.4.2 autoconf - 2.59 automake - 1.9 Please see the error below. Reporting at the request of the authors. Can these be ignored? I have gotten these errors for many different .h files both with the

RE: NET-SNMP Compile Errors

2005-02-11 Thread Bruce Shaw
configure: WARNING: netinet/tcpip.h: present but cannot be compiled configure: WARNING: netinet/tcpip.h: check for missing prerequisite headers? configure: WARNING: netinet/tcpip.h: see the Autoconf documentation configure: WARNING: netinet/tcpip.h: section Present But Cannot Be Yes, go