hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

failing at "Install Ruby" step in VLAD 1.1.4 #263

Closed mvance closed 9 years ago

mvance commented 9 years ago

I'm having trouble when I enable the ruby_install option in the latest 1.1.4 release of VLAD. The provisioning fails and the Ansible debugging output pointed me to the ruby-build log file, where I found the following towards the bottom:

installing capi-docs:         /home/vagrant/.rbenv/versions/2.1.2/share/doc/ruby
The Ruby readline extension was not compiled.
ERROR: Ruby install aborted due to missing extensions
Try running `apt-get install -y libreadline-dev` to fetch missing dependencies.

If I get a chance to debug it some more later, I'll update the ticket, but for now I'm going to disable Ruby.

frederickjh commented 9 years ago

mvance fix also solved the problem I was having getting Ruby to install.

dixhuit commented 9 years ago

Sounds like this can be closed.