error: Neither SASL nor SASL2 found
先卸载:libsasl2-2,之后重新安装
sudo apt-get install libsasl2-2
gcc重新安装后configure: error: C++ compiler cannot create executables See `config.log' for more details
此时,先卸载g++,之后重新安装g++
出现g++ -v无法反应,此时只需要
sudo apt-get install build-essential
即可
gcc与g++版本一定要一致