Tatva-Artha

meaning of "it"

Installing passenger/mod_rails on CentOS

without comments

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 ” didn’t work for me. I actually had to become root and then perform install.


$ sudo su -
$ yum install apr-util-devel

After this, “gem install passenger” and passenger-apache module install worked fine.

http://www.tatvartha.com/wp-content/plugins/sociofluid/images/digg_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/reddit_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/stumbleupon_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/delicious_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/google_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/twitter_16.png

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Written by admin

May 4th, 2009 at 9:16 pm

Posted in All,Technology

Tagged with ,

Leave a Reply