Installing passenger/mod_rails on CentOS
Installing passenger/mod_rails on CentOS sometimes is not as simple as:
$ gem install passenger
and
$ passenger-install-apache2-module
In my case, I also had to install “apr-util-devel” yup package. Also, for some reason the “sudo yum install
$ sudo su -
$ yum install apr-util-devel
After this, “gem install passenger” and passenger-apache module install worked fine.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





