[sudo-users] Sudo on AIX 6.1

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 1 15:18:52 EST 2012


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