How Do You Troubleshoot the Error “failed to run custom build command for openssl-sys v0.9.60”?

Problem scenario
You ran: sudo bash build_rust.sh

It failed with this message: "error: failed to run custom build command for openssl-sys v0.9.60"

Solution
Run this:
sudo apt -y install pkg-config

Leave a comment

Your email address will not be published. Required fields are marked *