Seeking help on passenger install.
I have VPS with Ubuntu 11 pre-installed with it. Rails (Rails 2) app and gems and all rubies are installed under user xuser that is also added to sudoers.
I've successfully installed passenger 3.0.11 home/xuser/.rvm/gems/ruby-1.8.7-p370/gems/passenger-3.0.11
But, I need to bind passenger with Apache2, so when i'm trying to do it:
passenger-install-apache2-module
I'm getting stuck with this message
[rake aborted! Command failed with status (1): [g++ -Iext -Iext/common -Iext/libev -fPIC -...]
Can anyone help and explain what does it mean and what would be a solution for this problem?