LoginSignup
10
4

More than 5 years have passed since last update.

tar (child): bzip2: Cannot exec: No such file or directory

Posted at

Perl-Buildでperlをインストールしようとしたら表題のエラーが出ました。
どうも、perl-5.20.1.tar.bz2ファイルの解凍に失敗しているようです。

原因と対処法

bzip2 コマンドが入ってなかったのが原因でした。

yum install bzip2

これで解決しました。

10
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
4