libv8 (3.11.8.17) bundle install error on Mac

前端 未结 6 1165
旧时难觅i
旧时难觅i 2021-02-05 08:42

I upgraded ruby to 1.9.3, and now I can\'t get my server to start. When I run bundle install, it says

An error occurred while installing libv8 (3.11.8.17), and          


        
6条回答
  •  旧巷少年郎
    2021-02-05 09:11

    I resolved this issue by using the following command:

    gem install libv8 -v 3.11.8.17 -- --with-system-v8

    It works with RVM on Mavericks.

    https://stackoverflow.com/a/19667419/763744

提交回复
热议问题