-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error: failed to run custom build command for openssl-sys v0.9.85
#319
Comments
josecelano
added a commit
to josecelano/torrust-tracker
that referenced
this issue
May 2, 2023
josecelano
added a commit
to josecelano/torrust-tracker
that referenced
this issue
May 2, 2023
I did not have the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get an error compiling on a new machine with a newer Ubuntu version. We are using the "vendored" feature of the
openssl
crate.If the vendored Cargo feature is enabled, the openssl-src crate will be used to compile and statically link to a copy of OpenSSL. The build process requires a C compiler, perl (and perl-core), and make. The OpenSSL version will generally track the newest OpenSSL release, and changes to the version are not considered breaking changes.
openssl =
0.10.50
Ubuntu:
Output:
The text was updated successfully, but these errors were encountered: