LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-14-2011, 03:07 PM   #1
UltraPain
Member
 
Registered: Jun 2006
Posts: 32

Rep: Reputation: 3
Error installing Redmine 1.1.0 on Solaris 10 (SPARC)


Hello,

I'm a DBA by trade, so I'm afraid my skills at troubleshooting errors on this app are pretty much non-existent. On my new Redmine install, I'm on the step labeled "Create the database structure".

rake db:migrate RAILS_ENV="production" --trace
(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

I don't want to list useless information, so if I haven't included relevant details, please let me know.

Thanks,
Dave

Last edited by UltraPain; 03-14-2011 at 05:53 PM.
 
Old 03-14-2011, 05:35 PM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Are you sure this is RHEL 5? Have you downloaded the correct Redmine or Ruby package? Because the errors mention Solaris 10 on SPARC, and RHEL is not Solaris and RHEL on SPARC is rare.
 
Old 03-14-2011, 05:52 PM   #3
UltraPain
Member
 
Registered: Jun 2006
Posts: 32

Original Poster
Rep: Reputation: 3
OMG - so sorry - was working on something else on a RHEL box when I drafted this. Too much multitasking!!! I have updated the subject. Thanks for keeping me in line )
 
Old 03-14-2011, 06:18 PM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
OK, what version of OpenSSL is installed? Try getting a recent openssl package from sunfreeware (and any dependencies you need) and installing it (will go to /usr/local).
 
Old 03-14-2011, 06:57 PM   #5
UltraPain
Member
 
Registered: Jun 2006
Posts: 32

Original Poster
Rep: Reputation: 3
Thanks for your reply. I'm not the SA, so I am not sure what version of OpenSSL is installed, but I will check with the SAs tomorrow. Thanks!
 
Old 03-15-2011, 11:26 AM   #6
UltraPain
Member
 
Registered: Jun 2006
Posts: 32

Original Poster
Rep: Reputation: 3
OpenSSL 0.9.8m

Getting software changes/upgrades is kind of a big deal around here, so are there any other things to check out before I submit that request? Again, thanks for your advice.

Cheers,
Dave
 
Old 03-15-2011, 01:05 PM   #7
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Hmm, is that saying that /apps/ruby_1.8.7_p249/lib/ruby/site_ruby/1.8/sparc-solaris2.10/openssl.so exists? Try renaming it so that your program find the system SSL libraries instead?
 
Old 04-22-2011, 10:56 AM   #8
UltraPain
Member
 
Registered: Jun 2006
Posts: 32

Original Poster
Rep: Reputation: 3
no dice

Sorry for the delayed reply...

RAILS_ENV=production rake db:migrate
(in /apps/redmine-1.1.0)
rake aborted!
no such file to load -- openssl.so
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error while installing virtualbox in rhel 5.3 birla.sunil Linux - Virtualization and Cloud 3 10-18-2010 07:23 AM
problem in installing RedMine `report_activate_error': Could not find RubyGem test-sp tkmsr Linux - Software 2 05-16-2010 12:09 PM
Problem in installing redmine on Debian need to know what are proper steps. tkmsr Linux - Software 2 04-20-2010 01:31 PM
error while installing RHEL 5 paramveersingh Linux - Software 3 04-30-2009 12:16 PM
error while installing tripwire-2.4.0.1 on rhel 4 Linux_Learner[LL] Linux - Software 4 01-06-2007 05:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration