We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e734372 commit fd6ffcdCopy full SHA for fd6ffcd
doc/user/installing-libssl.md
@@ -12,6 +12,11 @@ TruffleRuby supports both versions 1.0.2 and 1.1.0.
12
If you experience `openssl`-related errors, it might help to recompile the `openssl` module by running `lib/truffle/post_install_hook.sh`.
13
This is done automatically by Ruby managers, and mentioned in the post-install message when installing TruffleRuby via `gu install` in GraalVM.
14
15
+To compile TruffleRuby against a non-system `libssl`, set `OPENSSL_PREFIX` while installing TruffleRuby:
16
+```bash
17
+export OPENSSL_PREFIX=/path/to/my/openssl-1.1.0
18
+```
19
+
20
### RedHat-based: Fedora, Oracle Linux, etc
21
22
```bash
0 commit comments