Hi,
I am trying to update passenger for 10.6, and I am getting an error
relating to fastthread… passenger thinks fastthread is missing.
Here’ the apache error log output:
/usr/local/lib/ruby/site_ruby/1.8/i686-darwin8.10.1/
fastthread.bundle:
Failed to load /usr/local/lib/ruby/site_ruby/1.8/i686-darwin8.10.1/
fastthread.bundle (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:
31:in require' from /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.5/lib/ phusion_passenger/utils.rb:28 from /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.5/bin/ passenger- spawn-server:53:in
require’
from /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.5/bin/
passenger-
spawn-server:53
[ pid=68789 file=ext/apache2/Hooks.cpp:725 time=2009-09-04
11:26:57.935 ]:
Unexpected error in mod_passenger: Cannot spawn application ‘/
Users/
sohara/Sites/constellation’: The spawn server has exited
unexpectedly.
Backtrace:
in ‘virtual boost::shared_ptrPassenger::Application::Session
Passenger::ApplicationPoolServer::Client::get(const
Passenger::PoolOptions&)’ (ApplicationPoolServer.h:471)
in ‘int Hooks::handleRequest(request_rec*)’ (Hooks.cpp:521)
I installed fastthread threw ruby gems and didn’t get any errors
aside
from some ri and rdoc errors (missing variables).
I then installed it from the tar package available on rubyforge. But
I still get the following error when I tried to reinstall the
passenger apache module:
- fastthread… not found
Does anyone know where passenger is looking for the fastthread
bundle?
I made symbolic links to it in /usr/bin and /usr/sbin, just in case,
but that didn’t help. Currently my install of fastthread is at /usr/
local/lib/ruby/site_ruby/1.8/i686-darwin8.10.1/fastthread.bundle
Thanks in advance for any ideas.
Sean