Project

General

Profile

Trying to get my site to fire up

Added by Jason Hamilton about 12 years ago

So I created a new redmine site for a proof of concept. After getting it all configured with Apache and what not I am getting the following error in the apache logs


/usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- phusion_passenger/native_support (LoadError)
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.8/phusion_passenger/utils.rb:37
from /usr/lib/phusion_passenger/passenger-spawn-server:53:in `require'
from /usr/lib/phusion_passenger/passenger-spawn-server:53
[ pid=19946 file=ext/apache2/Hooks.cpp:727 time=2012-02-23 23:12:10.628 ]:
Unexpected error in mod_passenger: Cannot spawn application '/usr/share/redmine': The spawn server has exited unexpectedly.
Backtrace:
in 'virtual Passenger::Application::SessionPtr Passenger::ApplicationPoolServer::Client::get(const Passenger::PoolOptions&)' (ApplicationPoolServer.h:471)
in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:523)

I will admit that this is my first time messing with ruby. Thank you in advance for your help with this.