From 537f75dc74a148d15fdf08d26cf2bdcca9f868dd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 12 Dec 2021 18:57:17 -0700 Subject: [PATCH] Remove question about running Solaris 11 binaries on Solaris 10. Current versions of sudo use many APIs that are not present on Solaris 10. If you want a sudo Solaris 10 binary, build it on Solaris 10, not 11. --- docs/TROUBLESHOOTING.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index dbd803926..9c9c5add2 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -194,18 +194,6 @@ It just says "Sorry, try again." three times and exits. > Note that `make realclean` will also remove any object files > and configure temp files that are laying around as well. -#### Why don't sudo binaries built on Solaris 11 run on Solaris 10? - -> Starting with Solaris 11, asprintf(3) is included in the standard -> C library. To build a version of sudo on a Solaris 11 machine that -> will run on an older Solaris release, edit config.h and comment out -> the lines: - - #define HAVE_ASPRINTF 1 - #define HAVE_VASPRINTF 1 - -> and run make. - #### When I run 'visudo' it says "sudoers file busy, try again later." > Someone else is currently editing the sudoers file with visudo.