You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you might get better help opening an issue on the rust-openssl repository. If there's something specific to sccache's usage of rust-openssl then it can certainly be fixed here, but it sounds like the problem is just that you can't build that crate on your system.
@luser thank you! I took a look at the issues in rust-openssl and someone had the same issue as me. I got it working now. Should've looked there sooner!
I'm trying to install sccache but I can't make it work. I'm using Ubuntu 18.04
It fails with the message:
Failed to find OpenSSL development headers. (...)
I installed OpenSSL by following the sccache page's instructions.
All the environment variables seems to be set correctly:
I tried setting OPENSSL_DIR to both
/usr/local
and/usr/local/bin
but it still doesn't work.Anyone has any idea what I'm doing wrong?
Here's the whole error message:
The text was updated successfully, but these errors were encountered: