From 27f0a043794e34e61ed5307c38ccf37dc4bb352b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 1 Jul 1995 18:26:27 +0000 Subject: [PATCH] added note about buggy AIX compiler --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 8d4c44123..b194732c7 100644 --- a/INSTALL +++ b/INSTALL @@ -79,5 +79,10 @@ c) If you have a sense of humor you may want to define USE_INSULTS to d) If you are *not* running sendmail or some other mailer, you should comment out the MAILER #define in sudo.h. +e) If you are running AIX and sudo says that it cannot find a user + that is clearly listed in the sudoers file try compiling with + optimization turned off. The AIX C compiler produces incorrect + code with the -O flag on some versions of AIX. + Please send changes, bugs, security holes, and gripes to: sudo-bugs@cs.colorado.edu -- 2.50.0