LoadError: cannot load such file -- rdiscount

不懂 ruby,只是为了给 Redmine 安装插件 redmine_markdown_formatter。更新数据库的时候报错:

[root@localhost redmine]# rake db:migrate_plugins RAILS_ENV=production
LoadError: cannot load such file -- rdiscount

看了下,是因为没装 rdiscount,那就装吧:

[root@localhost redmine]# gem install rdiscount

再执行的时候依然报这个错误:

[root@localhost redmine]# rake db:migrate_plugins RAILS_ENV=production
LoadError: cannot load such file -- rdiscount

运行环境:

Name Version
ruby 1.9.3p547 (2014-05-14) [x86_64-linux]
gem 2.2.2
rails 3.2.15
redmine v2.4.0

求解。

Update


我单独写个文件:require 'rdiscount',执行 ruby filename.rb 没有报错。

阅读 6.1k
1 个回答

yum install ruby-devel

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
logo
项目管理
子站问答
访问
宣传栏