On 10-09-25 06:45 PM, Gerson Novais wrote:
Hi everyone,

Please forgive the English I'm using the google translator.

I decided to learn Ruby on Rails recently, and I am configuring a
virtual machine with Ubuntu 10.10. however I am having trouble
installing ruby and rails. This is because when running the gem
install rails I am informed that the zlib not found. I would uninstall
and try to use the ruby by RVM.

for zlib all you may need to do is install the dev files

sudo aptitude install zlib1g-dev

why do you want to use rmv? you don't need it to get a ruby on rails platform working. only reason you want to use rvm is because you want to run many version of ruby and or rails and be able to switch between the two.

if you're going to learn rails just install ruby 1.9.2p0 with rails 3 and start to learn the future now

--
Kind Regards,
Rajinder Yadav

--
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to