From: Todd C. Miller Date: Sat, 12 Oct 1996 03:01:34 +0000 (+0000) Subject: added one X-Git-Tag: SUDO_1_5_3~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6108f1b1ae484a2bb6a02e922b6368108c8c94ac;p=sudo added one --- diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 1c3141f11..32099fb15 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -117,5 +117,12 @@ A) Sun added many of the BSD library functions from -lucb into that will run on Solaris 2.4 just add "getwd.o" to LIBOBJS in the Makefile and recompile. +Q) When I compile sudo on Solaris with gcc I get: + logging.c: In function `send_mail': + logging.c:448: storage size of `action' isn't known + *** Error code 1 +A) You probably didn't install the gcc-fixed include files. + Try adding -D__EXTENSIONS__ to CFLAGS in the Makefile. + Q) How do you pronounce `sudo'? A) soo-doo (for superuser do).