Error installing Redmine 1.1.0
Added by Dave Ford over 13 years ago
Trying to install Redmine 1.1.0 on Solaris-SPARC.
gem list
- LOCAL GEMS ***
i18n (0.4.2)
rack (1.0.1)
rake (0.8.3)
rubygems-update (1.3.5)
Documentation indicates that RubyGems 1.3.1 is required, but the first install attempt said I needed 1.3.5, so I updated to that version.
I ran this command:
rake db:migrate RAILS_ENV="production"
and I get the following error:
(in /apps/redmine-1.1.0)
- Invoke db:migrate (first_time)
- Invoke environment (first_time)
- Execute environment
rake aborted!
ld.so.1: ruby: fatal: relocation error: file /apps/ruby_1.8.7_p249/lib/ruby/site_ruby/1.8/sparc-solaris2.10/openssl.so: symbol EC_GROUP_new_curve_GFp: referenced symbol not found - /apps/ruby_1.8.7_p249/lib/ruby/site_ruby/1.8/sparc-solaris2.10/openssl.so
/apps/redmine-1.1.0/config/../vendor/rails/railties/lib/initializer.rb:271:in `require_frameworks'
/apps/redmine-1.1.0/config/../vendor/rails/railties/lib/initializer.rb:134:in `process'
/apps/redmine-1.1.0/config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
/apps/redmine-1.1.0/config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
/apps/redmine-1.1.0/config/environment.rb:20
/apps/ruby_1.8.7_p249/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/apps/ruby_1.8.7_p249/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/apps/redmine-1.1.0/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
/apps/redmine-1.1.0/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
/apps/redmine-1.1.0/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
/apps/redmine-1.1.0/vendor/rails/railties/lib/tasks/misc.rake:4
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain'
/apps/ruby_1.8.7_p249/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:588:in `invoke_prerequisites'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `each'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `invoke_prerequisites'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:577:in `invoke_with_call_chain'
/apps/ruby_1.8.7_p249/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in `invoke_task'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in `run'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run'
/apps/ruby_1.8.7_p249/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31
/apps/ruby_1.8.7_p249/bin/rake:19:in `load'
/apps/ruby_1.8.7_p249/bin/rake:19
Allow me to caveat in saying that I am not a developer, just a DBA, and I am pretty much clueless on this whole thing. I built this stack successfully on RHEL without issue, but that was simply be reading the instructions provided. Please excuse my ignorance. Any help would be greatly appreciated.
Thanks,
Dave