12
3

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 5 years have passed since last update.

CentOS7上のRailsでtherubyracerが入らない問題

Last updated at Posted at 2017-08-30

執筆日

2017/08/30

どんなエラーか

$ bundle install

すると…

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

make: g++: Command not found
make: *** [accessor.o] Error 127

g++なんてコマンドがないと怒られている。

CentOSにgcc-c++をインストールする

$ sudo yum -y install gcc-c++

やったぜ。

12
3
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
12
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?