Bug 3532090: snmpd crashes on query hrDeviceDescr

2012-06-12 Thread Niels Baggesen
This bug demonstrates a really nasty problem, with a server that has been through many network reconfiguration so that the kernels ifindex now has reached 37875 ... which never can fit into the statement > return (HRDEV_NETWORK << HRDEV_TYPE_SHIFT) + HRN_index; (found at line 243 of agent/m

Re: Solaris libtool Error on Make

2012-06-12 Thread Niels Baggesen
Den 12-06-2012 21:08, Lomax, Michael P. skrev: > May not be understanding what you are saying but let me see if I can figure > it out. :-) > My path, as noted at the top of the typescript I sent, is: > > $ echo $PATH > /usr/bin::/usr/local/bin Right. When compiling you would normally need to ha

RE: Solaris libtool Error on Make

2012-06-12 Thread Lomax, Michael P.
May not be understanding what you are saying but let me see if I can figure it out. My path, as noted at the top of the typescript I sent, is: $ echo $PATH /usr/bin::/usr/local/bin $ Here is the contents of /usr/ccs/bin which does include what you listed: -bash-3.00$ pwd /usr/ccs/bin -bash-3.0

Re: Solaris libtool Error on Make

2012-06-12 Thread Niels Baggesen
Den 12-06-2012 18:29, Lomax, Michael P. skrev: > ../libtool: line 1091: /usr/local/bin/ar: Invalid argument Check your PATH. It is supposed to find as in /usr/ccs/bin (together with make, nm, ld, ranlib, ...) What is your /usr/local/bin/ar? /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark -

RE: Solaris libtool Error on Make

2012-06-12 Thread Lomax, Michael P.
Your suggestion got me past that error and on to another. Again I ran my test build on both 5.7.1 and 5.7.2.pre1 using both bash and /usr/xpg4/bin/sh and got the same exact error with all 4 runs. Here is the new final response with the latest 5.7.2.pre1 using /usr/xpg4/bin/sh typescript attach

Re: Solaris libtool Error on Make

2012-06-12 Thread Niels Baggesen
Den 09-06-2012 04:13, Lomax, Michael P. skrev: > OK... I was finally able to get my additional attempts completed. Running > as a user rather than as root did change the situation and I did get further > through the make process. However doing the configure and make from either > bash or /usr