Hello,
I'm attempting to install Passenger for my Rails app and during the
install process I get the following error:
### In ext/boost/src:
g++ -g -DPASSENGER_DEBUG -fPIC -I../.. -D_REENTRANT -DNDEBUG -c *.cpp
In file included from ../../boost/config.hpp:57,
from ../../boost/thread/detail/config.hpp:10,
from tss_null.cpp:7:
../../boost/config/suffix.hpp:489:32: boost/non_type.hpp: No such file
or directory
rake aborted!
Command failed with status (1): [g++ -g -DPASSENGER_DEBUG -fPIC -
I../.. -D_...]
/usr/local/lib/ruby/gems/1.8/gems/passenger-2.0.1/Rakefile:92
Looks like there maybe a complaint about the Boost C++ Libraries.
Any clues on what I can do to resolve this?
Thanks,
J