I'm having an issue loading libxml in production. On the same machine: Loading production environment (Rails 2.3.3) >> require 'libxml' => false Loading development environment (Rails 2.3.3) >> require 'libxml' => [] The difference between my development.rb and production.rb that seems to make the difference is this: #production config.cache_classes = true #development config.cache_classes = false Anyone know why this might be the case? -- Posted via http://www.ruby-forum.com/.