我用 rvm 升级 ruby 到 2.0,装了 mongo gem,然后安装 bson_ext,但是用的时候总是报告 not loaded。信息如下:
** Notice: The native BSON extension was not loaded. **
For optimal performance, use of the BSON extension is recommended.
To enable the extension make sure ENV['BSON_EXT_DISABLED'] is not set
and run the following command:
gem install bson_ext
If you continue to receive this message after installing, make sure that
the bson_ext gem is in your load path.
原来在 1.9.3 上装了以后没做什么设置就能用了,没报错。有人碰到这个问题吗?