bundle install / Error in Installing libv8 (3.3.10.4) on rails (running on Lion)

后端 未结 1 1465
再見小時候
再見小時候 2021-01-04 08:36

I have added the gem \'sunspot_rails\' in my gem file and ran bundle install. I have been getting errors in installing libv8 and the error message is as follows:

<         


        
相关标签:
1条回答
  • 2021-01-04 09:08

    Force extconf.rb file to require rubygems on install:

    RUBYOPT=-rrubygems gem install libv8 -v '3.3.10.4'
    

    Found here: https://coderwall.com/p/y1djxq

    0 讨论(0)
提交回复
热议问题