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

Update docs: system package dep libssl-dev needed on lImnux #475

Conversation

josecelano
Copy link
Member

Since we are using native TLS support you need to install libssl-dev on Linux:

sudo apt-get install libssl-dev

@josecelano josecelano added this to the v3.0.0 milestone Feb 8, 2024
@josecelano josecelano requested a review from da2ce7 February 8, 2024 16:45
@josecelano josecelano added Documentation Improves Instructions, Guides, and Notices Dependencies Related to Dependencies labels Feb 8, 2024
@josecelano
Copy link
Member Author

josecelano commented Feb 8, 2024

ACK 5f7608e

@josecelano josecelano force-pushed the 463-installation-error-on-debian-12-bookworm-error-failed-to-run-custom-build-command-for-openssl-sys-v0999 branch from b799306 to b11d418 Compare February 8, 2024 16:48
Since we are using native TLS support you need to install `libssl-dev`
on Linux:

```
sudo apt-get install libssl-dev
```
@josecelano josecelano force-pushed the 463-installation-error-on-debian-12-bookworm-error-failed-to-run-custom-build-command-for-openssl-sys-v0999 branch from b11d418 to 5f7608e Compare February 8, 2024 16:49
@josecelano josecelano merged commit e9c0642 into torrust:develop Feb 8, 2024
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Related to Dependencies Documentation Improves Instructions, Guides, and Notices
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation error on Debian 12 (bookworm): error: failed to run custom build command for openssl-sys v0.9.99
1 participant