-
-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Labels
Description
ruby-installer does not check if there is bzip2 binary on the system.
On Centos 7 there is no bzip2 package in minimal installation (probably the very same issue will be on RedHat, I don't know if any other minimal system comes without bzip2).
Due to lack of bzip2 following error occurs after downloading package:
Verifying ruby-2.3.1.tar.bz2 ...
Extracting ruby-2.3.1.tar.bz2 to /usr/local/src/ruby-2.3.1 ...
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
!!! Unpacking of ruby-2.3.1.tar.bz2 failed!
markovanderpuil and virtcanhead