Content
Cannot install openproject in Windows7 64 bit - undefined method `dlopen' for Fiddle:Module
Added by Vimal Raj about 10 years ago
I cannot install openproject in my system, i have followed all the steps mentioned in the openproject wiki document
I have Windows 7 64 bit and
installed ruby using railsinstaller 2.2.4 from here
mysql mysql-5.6.21-winx64 from here
mysql 32 bit client from here
openproject from git location
Followed document from openproject guide.
i am getting following error,kindly guide to get rid of this issue.
I am very new to 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)
Replies (1)
forgot add the links where i have downloaded the applications
[1]: https://s3.amazonaws.com/railsinstaller/Windows/railsinstaller-2.2.4.exe
[2]: http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.21-winx64.zip
[3]: http://cdn.mysql.com/Downloads/Connector-C/mysql-connector-c-6.1.5-win32.zip
[4]: https://github.com/opf/openproject.git
[5]: https://community.openproject.org/projects/openproject/wiki/Installation_Windows