1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AWS EC2 perlbrew で perl環境作るときの No patch utility found

Posted at

背景

  • AWS EC2(CentOS7)でperl環境作る際にperlbrew使った。
  • perlbrew install perl-5.28.2 を実行した際にエラーで止まった。

原因

patch コマンドが使えなかった。

  • perlbrewのログをcatしたら No patch utility found を確認した。
  • どうやら patch がインストールされていないため処理が止まったらしい(参考文献を参照)

解決方法

  • 参考文献に従って、 yum install -y patch を実行する。
  • 上記実行後に再度perlbrewでインストールを実施する。

参考文献

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?