File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permalink: /reference-manual/ruby/Installinglibssl/
7
7
# Installing ` libssl `
8
8
9
9
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) .
11
11
12
12
If you experience ` openssl ` -related errors, it might help to recompile the ` openssl ` module by running ` lib/truffle/post_install_hook.sh ` .
13
13
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
19
19
20
20
### RedHat-based: Fedora, Oracle Linux, etc
21
21
22
+ On Fedora 36, use ` openssl1.1-devel ` instead.
23
+
22
24
``` bash
23
25
sudo dnf install openssl-devel
24
26
```
You can’t perform that action at this time.
0 commit comments