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
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
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
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 -
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
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