Bug 603

Summary: got the following while running ./configure on AIX 6.1.5
Product: Sudo Reporter: Lendy Middendorf <lmiddend>
Component: ConfigureAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED INVALID    
Severity: normal    
Priority: low    
Version: 1.8.6   
Hardware: IBM   
OS: AIX   

Description Lendy Middendorf 2013-05-30 07:58:19 MDT
configure: WARNING: spawn.h: present but cannot be compiled
configure: WARNING: spawn.h:     check for missing prerequisite headers?
configure: WARNING: spawn.h: see the Autoconf documentation
configure: WARNING: spawn.h:     section "Present But Cannot Be Compiled"
configure: WARNING: spawn.h: proceeding with the compiler's result
configure: WARNING:     ## --------------------------------------- ##
configure: WARNING:     ## Report this to http://www.sudo.ws/bugs/ ##
configure: WARNING:     ## --------------------------------------- ##

.
.
.
this part is more of a question.
configure: error: Must have POSIX termios to build sudo
Why would a unix system need POSIX... or do I just need to change the POSIX termios ... to yes
Thank you
Comment 1 Todd C. Miller 2013-08-17 05:48:43 MDT
It sounds like your system headers are incomplete or you are using a version of gcc that was built on a different version of AIX.
Comment 2 Todd C. Miller 2013-09-30 11:12:31 MDT
Please reopen if you are still having problems compiling sudo.