Bundle install failed due to unf_ext (0.0.5) gem

前端 未结 4 1015
面向向阳花
面向向阳花 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:52

    Thanks Suman. But I resolved the issue by installing libstdc++-devel using yum install gcc-g++ libstdc++-devel.

提交回复
热议问题