This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-11-16 14:19:57] requirements_centos_libs_install | |
requirements_centos_libs_install () | |
{ | |
__rvm_try_sudo yum install -y "$@" || return $? | |
} | |
current path: /www | |
PATH=/home/cmaurice/.composer/vendor/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/local/rvm/bin:/home/cmaurice/.rvm/bin:/home/cmaurice/.local/bin:/home/cmaurice/bin | |
command(15): requirements_centos_libs_install patch bison bzip2 gcc-c++ libffi-devel libtool patch readline-devel sqlite-devel zlib-devel glibc-headers glibc-devel libyaml-devel openssl-devel | |
++ __rvm_try_sudo yum install -y patch bison bzip2 gcc-c++ libffi-devel libtool patch readline-devel sqlite-devel zlib-devel glibc-headers glibc-devel libyaml-devel openssl-devel | |
++ typeset -a command_to_run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm install 2.4.2 | |
Searching for binary rubies, this might take some time. | |
Found remote file https://rvm_io.global.ssl.fastly.net/binaries/centos/7/x86_64/ruby-2.4.2.tar.bz2 | |
Checking requirements for centos. | |
Installing requirements for centos. | |
Installing required packages: patch, bison, bzip2, gcc-c++, libffi-devel, libtool, patch, readline-devel, sqlite-devel, zlib-devel, glibc-headers, glibc-devel, libyaml-devel, openssl-devel..... | |
Error running 'requirements_centos_libs_install patch bison bzip2 gcc-c++ libffi-devel libtool patch readline-devel sqlite-devel zlib-devel glibc-headers glibc-devel libyaml-devel openssl-devel', | |
please read /usr/local/rvm/log/1510863597_ruby-2.4.2/package_install_patch_bison_bzip2_gcc-c++_libffi-devel_libtool_patch_readline-devel_sqlite-devel_zlib-devel_glibc-headers_glibc-devel_libyaml-devel_openssl-devel.log | |
Requirements installation failed with status: 1. |