Vagrant cannot install nokogiri-dependent plugins

后端 未结 9 676
迷失自我
迷失自我 2021-01-18 07:05

I\'m trying to install the rackspace plugin for vagrant (1.5.1):

vagrant plugin install vagrant-rackspace

But it complains

9条回答
  •  半阙折子戏
    2021-01-18 07:38

    This worked for me on Mavericks and Vagrant 1.6.1:

    CC=/usr/bin/gcc vagrant plugin install vagrant-rackspace
    

    I tried NOKOGIRI_USE_SYSTEM_LIBRARIES=1 but got an error saying that system libxml2 is too old.

提交回复
热议问题