我无法在我的系统中安装 openproject,我已按照 openproject wiki 文档中提到的所有步骤进行操作
我有 Windows 7 64 位并
安装了 ruby 使用railsinstaller 2.2.4
from here
mysql mysql-5.6.21-winx64
from here
mysql 32 bit clien
t from here
openproject
from git location
Followed document from openproject guide。
我收到以下错误,请指导摆脱这个问题。
我对 Ruby 很陌生
C:\Users\Administrator\openproject>bundle exec rake db:create:all
require 'rails/all'... 2.309s
Bundler.require... rake aborted!
NoMethodError: undefined method `dlopen' for Fiddle:Module
C:/Users/Administrator/openproject/config/application.rb:68:in `block in <top (required)>'
C:/Users/Administrator/openproject/config/application.rb:44:in `block in bench'
C:/Users/Administrator/openproject/config/application.rb:43:in `bench'
C:/Users/Administrator/openproject/config/application.rb:67:in `<top (required)>'
C:/Users/Administrator/openproject/Rakefile:33:in `require'
C:/Users/Administrator/openproject/Rakefile:33:in `<top (required)>'
(See full trace by running task with --trace)