Displaying 1 result from an estimated 1 matches for "not_as_root_user".
2011 Mar 05
0
[Fwd: Re: Centos 6 - What are you looking forward to?]
...; <linux at alteeve.com
>> >
>> wrote:
>>
>>> How about the rest of you? What are you looking forward to in
>>> CentOS 6 when it is released?
>>
>> A new Ruby
>
> +1
I solved this problem on my 5.5 servers in the following manner:
login: not_as_root_user
. . .
$ # Add rpmforge repos to yum per:
$ # http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
$ sudo yum install checkinstall
$ wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p334.tar.gz
$ # to get latest or most desired source change version as required
$ tar -xzf ruby-1.8.7-p3...