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
I resolved the issue by installing libstdc++-devel using yum install gcc-c++ libstdc++-devel
yum install gcc-c++ libstdc++-devel