Robert Story wrote:
On Mon, 15 May 2006 16:49:46 +0200 Thomas wrote:
TA> 1) embedded Perl: insufficient configure checks for:
TA> - minimum perl version (e.g. IRIX 6.5 ships with Perl 5.00405, TA> currently yields into a compiler error) TA> - usable libperl.so (otherwise "#error embedded perl broken"
These should be fairly easy to move into configure...

Yep, should be.

is this a case of needing to use nlist64 or come such? Should be fixable if
that's the only change needed.

As I think I've said before, if you look at the details, every system seems to come with its own 64-bit replacement of nlist(). It will be a pain to fix, but what choice do we have? Most of the time nlist() isn't the best way to get a particular piece of information (and the better supported platforms don't use it anymore), but those better ways require more (system-)specific methods/knowledge and efforts.

TA> 5) IRIX 6.5: compiler error with gcc (4.0.2) in mibII/at.c

depends on the compile error. Should be fixable.

Sure. It just needs work.

TA> 6) Tru64 4.0D doesn't compile although we list it in the FAQ

How many errors? Does it build with --enable-mini-agent?

mibII/ip.c. Not sure how many (more) -- it stopped at the first. ;-)

TA> 8) RHEL/x86_64 3, 4: test #36 fails (after SIGHUP)

What is test #36?

T060trapdperl (snmptrapd embedded perl test).

TA> 9) HP-UX 10.20: apps/snmpnetstat linker error (unsatisfied symbols TA> ntohl, ntohs)

As Johannes said, this should be easy to fix.

I haven't spotted the difference to HP-UX 11.x (which builds fine) yet, though. Feel free to enlighten me.

TA> 10) NetBSD 2.0.2 and OpenBSD 3.8 on x86: test #57 failure

what is test #57?

T160snmpnetstat (snmpnetstat/udpTable test)


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

Reply via email to