This is a wierd bug. It only occurs on one of my machines, a V880. It's running Solaris 8. It doesn't happen on a Solaris 2.6 machine.
When I run the test, I get: /usr/local/src/net-snmp-5.1.2.pre3/testing/eval_onescript.sh: kill.exe: not found When I look at the code, there's a test for OSTYPE that looks for "msys". OSTYPE is not defined under Solaris unless you do it yourself (at which point the problem goes away). What I've done is test for OSTYPE and put a dummy response in if it's empty. There's likely a more elegant solution but I'm no shell scripter. See patch at: http://sourceforge.net/tracker/index.php?func=detail&aid=986937&group_id=126 94&atid=312694 The problem is actually in eval_tools.sh. This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communication received in error, or subsequent reply, should be deleted or destroyed. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
