Redmine 2.3.3 install error
Added by Steven Wong about 11 years ago
when use the command:
[root@redmine redmine-2.3]# rake generate_secret_token
Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby'
rake aborted!
/opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine.so) - /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine.so
anyone knows how to solve it?
thanks.
Replies (1)
RE: Redmine 2.3.3 install error - Added by Jan Niggemann (redmine.org team member) about 11 years ago
eventmachine is not in Redmine's Gemfile, where does this come from?
Please post the output of gem list
and describe your stack...