Installing nokogiri Mac OS X 10.8.2 XCode installed

前端 未结 3 1614
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-04 10:22

Trying to install nokogiri on Mountain Lion. I was using ruby 1.8.7 but just upgraded to 1.9.3 but it stopped the bundle install from working.

Incidentally, I could get

3条回答
  •  甜味超标
    2021-02-04 10:54

    I think this is the most important bit of the error message:

    warning: Insecure world writable dir /usr/local in PATH, mode 040777
    

    Some part of the build process is whining that that directory has permissions such that anyone can write to it. You could try to hunt it down - or you could fix it.

提交回复
热议问题