AW: 5.3.1 on AIX 4.3.3 (was: Re: Surprising Success on Novell/Suse 10.1Beta)
"Angerstein" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, there I found the file where I saved the errors. -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Thomas Anders Gesendet: Donnerstag, 17. August 2006 16:24 An: Angerstein Cc: [email protected] Betreff: 5.3.1 on AIX 4.3.3 (was: Re: Surprising Success on Novell/Suse 10.1Beta) Angerstein wrote: > There where no Errors! Great! If Net-SNMP would compile the same way > on AIX my life would be much better ;-) Do you care to share details? Compiler? configure options? Did you follow the advices from README.aix? FWIW, 5.3.1 builds fine for me (w/ xlc) on AIX 4.3.3. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
net-snmp.log
(application/octet-stream, 2.2 KB)
mkdir ../blib/arch/auto/SNMP
mkdir ../blib/lib/auto/SNMP
cp SNMP.pm ../blib/lib/SNMP.pm
AutoSplitting ../blib/lib/SNMP.pm (../blib/lib/auto/SNMP)
/usr/opt/freeware/bin/perl "-I/usr/opt/perl5/lib/5.00503/aix" "-I/usr/opt/perl5/lib/5.00503" -e 'use ExtUtils::Mksymlists; \
Mksymlists("NAME" => "SNMP", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" => []);'
/usr/opt/freeware/bin/perl -I/usr/opt/perl5/lib/5.00503/aix -I/usr/opt/perl5/lib/5.00503 /usr/opt/perl5/lib/5.00503/ExtUtils/xsubpp -noprototypes -typemap /usr/opt/perl5/lib/5.00503/ExtUtils/typemap -typemap typemap SNMP.xs >xstmp.c && mv xstmp.c SNMP.c
cc -c -I../../include -g -O2 -Daix4 -I. -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -O -DVERSION=\"5.0301\" -DXS_VERSION=\"5.0301\" -I/usr/opt/perl5/lib/5.00503/aix/CORE SNMP.c
cc: unrecognized option `-qmaxmem=16384'
SNMP.xs: In function `__tag2oid':
SNMP.xs:914: warning: passing arg 3 of `get_node' from incompatible pointer type
SNMP.xs:920: warning: passing arg 3 of `get_wild_node' from incompatible pointer type
SNMP.xs:942: warning: passing arg 3 of `read_objid' from incompatible pointer type
SNMP.xs: In function `__snmp_xs_cb':
SNMP.xs:1351: warning: passing arg 2 of `Perl_av_push' makes pointer from integer without a cast
SNMP.xs: In function `XS_SNMP__bulkwalk':
SNMP.xs:4118: warning: passing arg 1 of `Perl_newSViv' makes integer from pointer without a cast
SNMP.xs: In function `XS_SNMP__trapV1':
SNMP.xs:4297: warning: passing arg 4 of `__tag2oid' from incompatible pointer type
Running Mkbootstrap for SNMP ()
chmod 644 SNMP.bs
LD_RUN_PATH="/tmp/net-snmp-5.3.1/perl/SNMP/../../snmplib/.libs:/lib" ld -o ../blib/arch/auto/SNMP/SNMP.so -bhalt:4 -bM:SRE -bI:/usr/opt/perl5/lib/5.00503/aix/CORE/perl.exp -bE:SNMP.exp -b noentry -lc SNMP.o -L/tmp/net-snmp-5.3.1/perl/SNMP/../../snmplib/.libs -L/tmp/net-snmp-5.3.1/perl/SNMP/../../snmplib -L/usr/local/lib -lnetsnmp -lm
ld: 0711-317 ERROR: Undefined symbol: .newSVuv
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make[2]: *** [../blib/arch/auto/SNMP/SNMP.so] Error 8
make[2]: Leaving directory `/tmp/net-snmp-5.3.1/perl/SNMP'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/tmp/net-snmp-5.3.1/perl'
make: *** [perlmodules] Error 1