Oct
15th
Wed
15th
Installing Phusion Passenger on RHEL 5
The cross-platform installer for Passenger didn’t work out of the box for me, but I did get it going by installing the following RPMs first:
- gcc-c++.x86_64
- libstdc++-devel.x86_64
- httpd-devel.x86_64
In particular, compiling the boost module failed because bits/c++config.h was missing. This was resolved by installing libstdc++devel.