Configure Error: No acceptable C compiler found in $PATH (gcc/cc/clang missing)

checking for gcc... no checking for cc... no checking for cl.exe... no checking for clang... no configure: error: in /home/server/sudo-1.9.12p1': configure: error: no acceptable C compiler found in $PATH See config.log' for more details

Solutions:-

sudo apt-get update
sudo apt-get install build-essential
wget https://www.sudo.ws/dist/sudo-1.9.9.tar.gz
tar -zxvf sudo-1.9.9.tar.gz
cd sudo-1.9.9
./configure
make
sudo make install

Last updated