2008/9/19 pirkka <[EMAIL PROTECTED]>: > ~ Loading: Merb::BootLoader::SetupSession > /usr/local/lib/ruby/1.8/openssl/ssl.rb:31: [BUG] Bus Error > ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.5.0]
As you can see it happens after routes compilation. Here is line 31 of ssl.rb (.ext/common/openssl/ssl.rb in built but not installed ruby187 copy): DEFAULT_CERT_STORE = OpenSSL::X509::Store.new Something is wrong with certificates OpenSSL uses on your machine. I tried Ruby 187 several times and it never worked for all of my Ruby apps. I gave up and use 186p111 locally because it never causes problems like this one. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
