From: Todd C. Miller Date: Mon, 8 Jul 1996 20:07:45 +0000 (+0000) Subject: added entry about /usr/ucb/cc X-Git-Tag: SUDO_1_5_0~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19469d20366f69ee2583ee545eccd74058a232da;p=sudo added entry about /usr/ucb/cc --- diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 1c2e91832..23b5c5b52 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -94,6 +94,14 @@ A) In sudo, a string consisting of all caps and numbers is it as a username (or a hostname). There is no way to fix this will the current sudoers syntax. -Q) How keep sudo from asking for a password? +Q) How can I keep sudo from asking for a password? A) Use the 'NOPASSWD' reserved word right before the command list in sudoers. See the sudoers man page and sample.sudoers for details. + +Q) When I run configure, it dies with the following error: + "no acceptable cc found in $PATH". +A) /usr/ucb/cc was the only C compiler that configure could find. + You need to tell configure the path to the "real" C compiler + via the --with-CC option. On Solaris, the path is probably + something like "/opt/SUNWspro/SC4.0/bin/cc". If you have gcc + that will also work.