Subject: Error Message During Sudo Compilation

Todd C. Miller Todd.Miller at courtesan.com
Fri Jan 12 11:12:11 EST 2001


That's rather odd.  Does it have /usr/include/sys/syslog.h instead?
If so, try changing the:
    #include <syslog.h>
in auth.h to:
    #include <sys/syslog.h>

 - todd



More information about the sudo-workers mailing list