vagrant-landrush / landrush

A Vagrant plugin that provides a simple DNS server for Vagrant guests
MIT License
668 stars 80 forks source link

Ignoring eventmachine #316

Closed perfecto25 closed 5 years ago

perfecto25 commented 6 years ago

root@mrxmaster2:splunk-cluster]$ uname -a Linux mrxmaster2 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

[root@mrxmaster2:splunk-cluster]$ ruby -v ruby 2.0.0p648 (2015-12-16) [x86_64-linux]

[root@mrxmaster2:splunk-cluster]$ vagrant -v Vagrant 1.9.1

[root@mrxmaster2:splunk-cluster]$ vagrant plugin install landrush Installing the 'landrush' plugin. This can take a few minutes... Fetching: eventmachine-1.0.9.1.gem (100%) Building native extensions. This could take a while... Fetching: landrush-ip-0.2.5.gem (100%) Fetching: win32-process-0.8.3.gem (100%) Fetching: rubydns-0.8.5.gem (100%) Fetching: landrush-1.2.0.gem (100%) Installed the plugin 'landrush (1.2.0)'!

[root@mrxmaster2:splunk-cluster]$ vagrant landrush ls Ignoring eventmachine-1.0.9.1 because its extensions are not built. Try: gem pristine eventmachine --version 1.0.9.1

Tried installing eventmachine gem 1091 separately and reinstalling vagrant plugin, still getting same error