$ tar xvfz sudo-1.6.3p7.tar.gz $ cd sudo-1.6.3p7 $ ./configure --with-logging --with-ignore-dot --with-tty-tickets --enable-log-host creating cache ./config.cache Configuring Sudo version 1.6.3 checking whether to lecture users the first time they run sudo... yes checking whether sudo should log via syslog or to a file by default... \ configure: error: must give --with-logging an argument. |
$ ./configure --with-logging=syslog --with-ignore-dot --with-tty-tickets --enable-log-host $ make $ su # make install # exit |