Skip to content

Commit fd6ffcd

Browse files
committed
Document OPENSSL_PREFIX
1 parent e734372 commit fd6ffcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/user/installing-libssl.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ TruffleRuby supports both versions 1.0.2 and 1.1.0.
1212
If you experience `openssl`-related errors, it might help to recompile the `openssl` module by running `lib/truffle/post_install_hook.sh`.
1313
This is done automatically by Ruby managers, and mentioned in the post-install message when installing TruffleRuby via `gu install` in GraalVM.
1414

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+
1520
### RedHat-based: Fedora, Oracle Linux, etc
1621

1722
```bash

0 commit comments

Comments
 (0)