hi all, i am trying to install Ruby on rails on Centos,but giving following error for gcc complier "gcc compiler is missing" is there any other alternative to install Ruby on rails on Centos or steps to install ruby on rails on Centos ? -- Thanks Sachin S. Kewale -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
try to install those packages yum install gcc gcc-c++ and install ruby then rails. or install usign rvm http://beginrescueend.com/ Ahmy Yulrizka On Thu, Jan 12, 2012 at 12:50 PM, sachin kewale <sachinkewale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> hi all, > i am trying to install Ruby on rails on Centos,but giving following > error for gcc complier > "gcc compiler is missing" > is there any other alternative to install Ruby on rails on Centos or > steps to install ruby on rails on Centos ? > > -- > Thanks > Sachin S. Kewale > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jan 12, 2012 at 7:50 AM, Ahmy Yulrizka <ahmy135-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> try to install those packages > > yum install gcc gcc-c++ > > and install ruby then rails. or install usign rvm http://beginrescueend.com/ > > Ahmy Yulrizka > > > > On Thu, Jan 12, 2012 at 12:50 PM, sachin kewale <sachinkewale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> hi all, >> i am trying to install Ruby on rails on Centos,but giving following >> error for gcc complier >> "gcc compiler is missing" >> is there any other alternative to install Ruby on rails on Centos or >> steps to install ruby on rails on Centos ? >> >If you go the rvm way (which I certainly would advice), you may also look at the rvmsh project for inspiration. I think it was quite well tested by Bryan on a .rpm based distribution (Fedora in that case). https://github.com/dunsmoreb/rvmsh Peter -- Peter Vandenabeele http://twitter.com/peter_v http://rails.vandenabeele.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
For the base install I recommend the Slicehost guides: http://articles.slicehost.com/2010/5/15/centos-5-5-setup-part-1 http://articles.slicehost.com/2010/5/15/centos-5-5-setup-part-2 Part 2 includes: sudo yum groupinstall ''Development Tools'' They also have guides for installing RoR and other software. On Jan 12, 12:50 am, sachin kewale <sachinkew...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi all, > i am trying to install Ruby on rails on Centos,but giving following > error for gcc complier > "gcc compiler is missing" > is there any other alternative to install Ruby on rails on Centos or > steps to install ruby on rails on Centos ? > > -- > Thanks > Sachin S. Kewale-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.