I am unable to run mongrel in production mode on my server. On my macbook, i can run in development and production mode just fine, however on my gentoo linux server i get a segfault:<br><br> > mongrel_rails start -e production -p 3007
<br>** Starting Mongrel listening at <a href="http://0.0.0.0:3007">0.0.0.0:3007</a><br>** Starting Rails with production environment...<br>/usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:99: [BUG] Segmentation fault
<br>ruby 1.8.4 (2006-02-24) [x86_64-linux]<br><br>Aborted<br><br>I have other apps that are running ok in productioin mode on the same server.<br>Anybody have any idea where I might look for some clues how to get it working?
<br><br>Thanks,<br>~Michael<br>