Hello, Not sure from where the error is comming from.
Can you test renaming ~/.vagrant.d to ~/.vagrant.d.old and trying again? If message still persists, I would suggest uninstall vagrant (the installer give you the option) and then delete ~/.vagrant.d and /opt/vagrant And then run: sudo find / | grep -i vagrant and see if there is any leftover around. With that you will ensure a new clean install. Alvaro On Fri, Dec 9, 2016 at 1:51 AM, Greg <[email protected]> wrote: > Hi: > > When I run Vagrant I get the following errors: > > Ignoring ffi-1.9.10 because its extensions are not built. Try: gem > pristine ffi --version 1.9.10 > Ignoring nokogiri-1.6.3.1 because its extensions are not built. Try: gem > pristine nokogiri --version 1.6.3.1 > Ignoring unf_ext-0.0.7.1 because its extensions are not built. Try: gem > pristine unf_ext --version 0.0.7.1 > > OS X 10.11.6 > Vagrant 1.9.1 > ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15] > > Is this a serious problem? If so how can I fix it? > > The VM is running, but I'm also having problems with it (php isn't working > with apache); I used puphpet for that. Could that problem be related to the > errors I'm seeing? > > Thanks! > Greg > > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/vagrant-up/eeda0ed6-5200-4a8f-a844-29aa24b5720d%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/eeda0ed6-5200-4a8f-a844-29aa24b5720d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewcCoegOcxTJk_Gzevt3xgdmoB2y4MZBT%2BcyBpt0%2BpRJA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
