Hello, This is probably less to do with LBL and more to do with my ruby/rails installation, but perhaps someone here can help. I'm running on a Sun x64 server (AMD cpus) with Solaris 10. I can run WebBrick fine with a default rails deployment (`rails foo; ruby foo/script/server`), but when I try it with LBL, I get this:
~/lovd/lovdbyless]$ ruby script/server => Booting WEBrick => Rails 2.3.5 application starting on http://0.0.0.0:3000 /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/ dependencies.rb:443:in `load_missing_constant': uninitialized constant PLATFORM (NameError) from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:80:in `const_missing_with_dependencies' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:92:in `const_missing' from /home/admin/brentk/lovd/lovdbyless/vendor/gems/ colored-1.1/lib/colored.rb:1:in `<top (required)>' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:156:in `require' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:156:in `block in require' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:521:in `new_constants_in' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:156:in `require' from /opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/rails/ gem_dependency.rb:208:in `load' from /opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/ initializer.rb:307:in `block in load_gems' from /opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/ initializer.rb:307:in `each' from /opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/ initializer.rb:307:in `load_gems' from /opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/ initializer.rb:164:in `process' from /opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/ initializer.rb:113:in `run' from /home/admin/brentk/lovd/lovdbyless/config/environment.rb: 7:in `<top (required)>' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:156:in `require' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:156:in `block in require' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:521:in `new_constants_in' from /opt/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:156:in `require' from /opt/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/commands/ server.rb:84:in `<top (required)>' from script/server:3:in `require' from script/server:3:in `<main>' Any suggestions? Thanks! Brent -- You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? To unsubscribe from this group, send email to lovdbyless+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
