Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linker `cc` not found

// 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 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #linker
ADD COMMENT
Topic
Name
8+3 =