SOLUTION (don’t use big ‘Run’ button or Console tab):
System dependencies > Search ‘openssl’ > Install it
`Shell$ find / -name openssl.pc
/path/to/openssl.pc
Shell$ vim ~/.bashrc
- add the line: export PKG_CONFIG_PATH=/path/to/:$PKG_CONFIG_PATH
Shell$ exec /bin/bash
Shell$ cargo check`
New contributor
dericle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.