Bundle install failed due to unf_ext (0.0.5) gem

前端 未结 4 1000
面向向阳花
面向向阳花 2021-02-08 08:59

I have installed ruby 1.9.3p327 & rails 3.2.8 using rvm on centos 6.3. But while doing bundle install for a particular project folder, the process fails in between when it t

4条回答
  •  失恋的感觉
    2021-02-08 09:39

    I resolved the issue by installing libstdc++-devel using yum install gcc-c++ libstdc++-devel

提交回复
热议问题