[sudo-users] Sudo on AIX 6.1

David Flatley dflatley at us.ibm.com
Fri Mar 2 08:32:44 EST 2012


   Thanks Todd, here is what is in the log.

configure:15320: gcc -o conftest -g -02  conftest.c  >&5
In file included frm conftest.c:58:
/usr/include/unistd.h:924: error: expected ')' before ']' token
/usr/include/unistd.h:925: error declaration specifiers or '...' before
'rid_t'
configure:15320:  $? = 1
configure: failed program was: |/* confdefs.h */

David Flatley



From:	"Todd C. Miller" <Todd.Miller at courtesan.com>
To:	David Flatley/Burlington/IBM at IBMUS
Cc:	sudo-users at sudo.ws
Date:	03/01/2012 03:22 PM
Subject:	Re: [sudo-users] Sudo on AIX 6.1



On Thu, 01 Mar 2012 15:02:54 EST, David Flatley wrote:

> Checking POSIX...no
> configure: error: Must have POSIX termios to build sudo

That sounds like a problem with the include files.  If you look at
config.log you should see a section that looks like:

configure:15506: checking POSIX termios
configure:15526: gcc -o conftest -g -O2   conftest.c  >&5
...

The line numbers in configure will be different but you should see
the error details where it tried to compile that version of conftest.c.

 - todd






More information about the sudo-users mailing list