Skip to content

Add bzip2 to dependency check #273

@expit

Description

@expit

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions