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
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to