File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,18 +200,18 @@ please read /home/myusername/.rvm/log/1739938091_ruby-2.5.8/make.log
200200There has been an error while running make. Halting the installation.
201201```
202202
203- And if the the ` make.log ` file has this lines at the end:
203+ And if the the ` make.log ` file has these lines at the end:
204204```
205205make: *** [uncommon.mk:240: build-ext] Error 2
206206++ return 2
207207```
208208
209- Probably you need to run the following command to install a specific openssl dependency needed to compile ruby-2.5.8:
209+ Probably you need to run the following command to install a specific openssl dependency needed by ruby-2.5.8 compilation :
210210```
211211rvm pkg install openssl
212212```
213213
214- And then install/compile ruby with the following command:
214+ Then install/compile ruby with the following command:
215215```
216216rvm install ruby-2.5.8 --with-openssl-dir=$HOME/.rvm/usr
217217```
You can’t perform that action at this time.
0 commit comments