Я пытаюсь установить ruby 1.8.7 в Ubuntu 18.04.1 LTS.Он говорит: «Ошибка запуска« __rvm_make -j4 »,».Кажется, это проблема openssl для меня.Но я не уверен, как это исправить.Последние 20 строк скопированы ниже.Пожалуйста, помогите мне найти исправление для установки 1.8.7
Makefile:197: recipe for target 'ossl_pkey_rsa.o' failed
make[1]: *** [ossl_pkey_rsa.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:197: recipe for target 'ossl_engine.o' failed
make[1]: *** [ossl_engine.o] Error 1
Makefile:197: recipe for target 'ossl_pkey_ec.o' failed
make[1]: *** [ossl_pkey_ec.o] Error 1
ossl_x509attr.c: In function ‘ossl_x509attr_get_value’:
ossl_x509attr.c:220:11: warning: implicit declaration of function ‘i2d_ASN1_SET_OF_ASN1_TYPE’; did you mean ‘i2d_ASN1_SET_ANY’? [-Wimplicit-function-declaration]
length = i2d_ASN1_SET_OF_ASN1_TYPE(attr->value.set,
^~~~~~~~~~~~~~~~~~~~~~~~~
i2d_ASN1_SET_ANY
Makefile:197: recipe for target 'ossl_x509attr.o' failed
make[1]: *** [ossl_x509attr.o] Error 1
make[1]: Leaving directory '/usr/local/rvm/src/ruby-1.8.7-p374/ext/openssl'
Makefile:293: recipe for target 'all' failed
make: *** [all] Error 1
+++ return 2