I am trying to install the apache module for passenger using the instructions provided at http://modrails.com/install.html
passenger-install-apache2-module
I installed apache using macports:
sudo port install apache2
When I run passenger-install-apache2-module it fails, I also tried installing apache from source. Downloaded it from http://httpd.apache.org/ then ran the commands below:
./configure --enable-so
make
make install
I am using Mac OS X 10.6.8
Please help. My objective is to get started with ruby. Thanks.
Turns out that I had to define the apache path variable in .bash_profile