As you asked...
-bash-2.05b# echo $OSTYPE
aix5.1
-bash-2.05b#
Does not match oslevel -r which is currently level of AIX...
-bash-2.05b# oslevel -r
6100-03
-bash-2.05b#
I will have to work on the other as the guy I was talking about was
someone who answered a plea on the internet and is no longer available.
I do have someone in house that may be able to do this but it will not
be until next week. I will let you know what comes of that.
THANKS
Mike Lomax
Principal Systems Engineer,
Advanced Technology Solutions
Office (909) 379-0669
Cell (951) 206-5852
michael.lo...@quadramed.com
Visit QuadraMed's Booth (#1601) at AHIMA
October 2 - 5 in Salt Lake City, UT
-----Original Message-----
From: Robert Story [mailto:rst...@freesnmp.com]
Sent: Wednesday, August 17, 2011 11:10 AM
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 $OSTYPE"?
LMP> -bash-2.05b# ./snmpd
LMP>
LMP> exec(): 0509-036 Cannot load program ./snmpd because of the
following
LMP> errors:
LMP>
LMP> rtld: 0712-001 Symbol perfstat_cpu_total was referenced
this makes sense, since there seemed to be an error with libperfstat
during
configure. Looking at config.log, I see
configure:16993: checking libperfstat.h usability
configure:16993: gcc -c -fno-strict-aliasing -g -O2 -Uaix6 -Daix6=aix6
conftest.c >&5
In file included from /usr/include/sys/corral.h:25,
from /usr/include/libperfstat.h:28,
from conftest.c:175:
/usr/include/netinet/in6_var.h:65: error: array type has incomplete
element type
configure:16993: $? = 1
So if you search for this error, right below it there is a copy of the
code it
tried to compile. Have your dev guy extract this code and try to figure
out
which header needs to be included to fix the error with in6_var. When he
can get it to compile with the command line above, send us the diff and
then we
can patch configure and see if that helps.
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders