rust cargo compile and getting failed to run custom build command for `openssl-sys v0.9.100`

 After trying to build my application and adding reqwest library into my cargo toml, i get the error 

"failed to run custom build command for `openssl-sys v0.9.100"


To resolve this 

apt-get update 

apt install pkg-config

apt install libssl-dev

And then rebuild.


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm