Angerstein wrote: > I found the file where I saved the errors. [...] > 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
Perl prior to 5.6.0 seems to lack newSVuv() which we use, so it looks like you need to update your perl installation first. Not sure if there's a workaround for earlier perl versions. +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
