Hello there
I hope this is the right place to post.
I upgraded my old laptop today. It has FC9 on it, and I just yum upgrade it.
On this lappy, I have Ruby on Rails installed on it and now when I try to run webrick to test it I get:
Code:
=> Booting WEBrick...
/usr/local/lib/ruby/1.8/i686-linux/digest/md5.so: libcrypto.so.6: cannot open shared object file: No such file or directory - /usr/local/lib/ruby/1.8/i686-linux/digest/md5.so (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_su pport/dependencies.rb:342:in `new_constants_in'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_su pport/dependencies.rb:496:in `require'
from /usr/local/lib/ruby/1.8/webrick/httpauth/digestauth.rb:17
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' ... 20 levels...
from /usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in`gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'from script/server:3
now I have searched high and low for an answer but alas nothing. do i need to reinstall ruby + rails?
now the file libcrypto.so.6 used to be on the system, but the update has made it to libcrypto.so.7.
any ideas greatly appriciated!