From: Todd C. Miller Date: Sun, 8 Sep 1996 19:18:56 +0000 (+0000) Subject: added soalris 2.5 vs 2.4 note X-Git-Tag: SUDO_1_5_1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b1e2cb6f72b82f5b6c044b39d4c2ea0a4845576;p=sudo added soalris 2.5 vs 2.4 note --- diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index b94b81035..1c3141f11 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -110,5 +110,12 @@ A) configure caches the results of its tests in a file called Note that "make realclean" will also remove any object files and configure temp files that are laying around as well. +Q) I built sudo on a Solaris 2.5 machine but the resulting binary + doesn't work on Solaris 2.4. Why? +A) Sun added many of the BSD library functions from -lucb into + libc for Solaris 2.5. To generate a sudo binary on Solaris 2.5 + that will run on Solaris 2.4 just add "getwd.o" to LIBOBJS + in the Makefile and recompile. + Q) How do you pronounce `sudo'? A) soo-doo (for superuser do).