Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tyluudinh/c02af7c65ef40e9c6719654dd508a5ee to your computer and use it in GitHub Desktop.
Save tyluudinh/c02af7c65ef40e9c6719654dd508a5ee to your computer and use it in GitHub Desktop.
Error Install ruby 1.8.7-p374
WARNING: ruby-1.8.7-p374 is past its end of life and is now unsupported.
It no longer receives bug fixes or critical security updates.
BUILD FAILED (Ubuntu 14.04 using ruby-build 20170405-4-g365dd1f)
Inspect or clean up the working tree at /tmp/ruby-build.20170504104325.1544
Results logged to /tmp/ruby-build.20170504104325.1544.log
Last 10 log lines:
ossl_ssl.c:115:5: warning: (near initialization for ‘ossl_ssl_method_tab[11].func’) [enabled by default]
/usr/bin/gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/home/local/ELARION/tyld/.rbenv/versions/1.8.7-p374/include -I/home/local/ELARION/tyld/.rbenv/versions/1.8.7-p374/include -fPIC -g -O2 -c ossl_hmac.c
ossl_ssl.c: In function ‘ossl_ssl_get_cipher’:
ossl_ssl.c:1230:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
cipher = SSL_get_current_cipher(ssl);
^
make[1]: *** [ossl_ssl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/tmp/ruby-build.20170504104325.1544/ruby-1.8.7-p374/ext/openssl'
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment