Skip to content

Commit b85ea5a

Browse files
committed
Improve docs
1 parent 4cd6dfb commit b85ea5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/user/installing-libssl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /reference-manual/ruby/Installinglibssl/
77
# Installing `libssl`
88

99
TruffleRuby provides the `openssl` module but not the native `libssl` system library that the module uses.
10-
TruffleRuby supports both versions 1.0.2 and 1.1.0.
10+
TruffleRuby supports libssl versions 1.0.2 and 1.1.0 (not 3.0.0 currently).
1111

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.
@@ -19,6 +19,8 @@ export OPENSSL_PREFIX=/path/to/my/openssl-1.1.0
1919

2020
### RedHat-based: Fedora, Oracle Linux, etc
2121

22+
On Fedora 36, use `openssl1.1-devel` instead.
23+
2224
```bash
2325
sudo dnf install openssl-devel
2426
```

0 commit comments

Comments
 (0)