Skip to content

Instantly share code, notes, and snippets.

@Shebella
Created June 24, 2015 09:04
Show Gist options
  • Save Shebella/a7ae0356a47191eb0384 to your computer and use it in GitHub Desktop.
Save Shebella/a7ae0356a47191eb0384 to your computer and use it in GitHub Desktop.
I had the same issue of therubyracer failing.
But first,
I had libv8 -v '3.16.14.3' failing for me on the first run.
I ran
# gem install libv8 -v '3.16.14.3' -- --with-system-v8
which worked.
Then therubyracer failed.
I ran
# gem install libv8 -v '3.16.14.7' -- --with-system-v8
which worked,
then
# gem install therubyracer
and all was well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment