Linker `CC` introuvable

// for linker cc
sudo apt-get update && sudo apt install build-essential && sudo apt upgrade
// if you run in to the "Could not find directory of OpenSSL installation" error
sudo apt-get install libssl-dev pkg-config
// source https://github.com/sfackler/rust-openssl/issues/951#issuecomment-611950190 
BurRaq101325