Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4629  / 3 Years ago, thu, november 11, 2021, 7:54:04

I just upgraded to the newest Ubuntu release and this broke my ruby on rails setup.



I would like to install ruby 1.9.2-p180 now via RVM:



rvm install ruby-1.9.2-p180


This is cancelled due to some errors with openssl:



ossl_ssl.c:110:1: Fehler: »SSLv2_method« ist hier nicht deklariert (nicht in einer Funktion)
ossl_ssl.c:111:1: Fehler: »SSLv2_server_method« ist hier nicht deklariert (nicht in einer Funktion)
ossl_ssl.c:112:1: Fehler: »SSLv2_client_method« ist hier nicht deklariert (nicht in einer Funktion)
make[1]: *** [ossl_ssl.o] Fehler 1


Sorry as it is in german partially. I can give an english error message if that is necessary. What can I do to get a successful installation?


More From » ruby

 Answers
5

You are trying to install old ruby patchlevel.



This is fixed in newer patchlevel:



rvm install 1.9.2


Also pleas note that 1.9.3 is the current ruby version.


[#39038] Friday, November 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hical

Total Points: 498
Total Questions: 106
Total Answers: 117

Location: Comoros
Member since Tue, Mar 14, 2023
1 Year ago
;