Dr. Tom Pierce wrote:
>
> But the wrapper won't compile. It complains about char and integer data
> being intermixed. So make doesn't work. I would appreciate suggestions
> on how to get it to work with AIX 3.2.5 on an IBM RS/6000.
It's a bug in majordomo 1.93. Change the wrapper.c line that says
char setgroups_used = "setgroups_was_included"; /* give strings a hint */
to read
char *setgroups_used = "setgroups_was_included"; /* give strings a hint */
--
Bryan Curnutt Stoner Associates, Inc.
bryan.curnutt@stoner.com 5177 Richmond Ave., Suite 900
+1 713 626 9568 voice +1 713 622 7832 fax Houston TX 77056
References:
-
AIX setup
From: rs0thp@rohmhaas.com (Dr. Tom Pierce)
|
|