Skip to content
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

Add distribution dependencies to the README.md #3

Open
CarlosCraveiro opened this issue Nov 15, 2022 · 0 comments
Open

Add distribution dependencies to the README.md #3

CarlosCraveiro opened this issue Nov 15, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@CarlosCraveiro
Copy link

CarlosCraveiro commented Nov 15, 2022

[DOCS] Add distribution dependencies to the README.md

The Error

On Fedora 36 (Thirty Six) package openssl-devel is required to compile run-cli from source.

Without it i got the following error:

error: failed to run custom build command for `openssl-sys v0.9.77`

Caused by:
  process didn't exit successfully: `/home/coveiro/Repos/run-cli/target/release/build/openssl-sys-856093e4cb4b382b/build-script-main` (exit status: 101)
  --- stdout
  cargo:rustc-cfg=const_fn
  cargo:rustc-cfg=openssl
  cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR
  X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR unset
  ...
  Make sure you also have the development packages of openssl installed.
  For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
  ...
error: failed to compile `run-cli v0.9.1 (/home/coveiro/Repos/run-cli)`, intermediate artifacts can be found at `/home/coveiro/Repos/run-cli/target`

Suggestion

Add openssl-devel or libssl-dev (openssl developer package) as a dependency on the README.md, warning future users of the requirement.

@Math-42 Math-42 added the documentation Improvements or additions to documentation label Nov 16, 2022
@Math-42 Math-42 changed the title [DOCS] Add distribution dependencies to the README.md Add distribution dependencies to the README.md Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants