I was installing therubyracer and I got the following error:
ERROR: Error installing therubyracer:
ERROR: Failed to build gem native extension.
I was looking at other posts from StackOverflow, but none of them changed this.
I was using version '3.3.10.4' of libv8. Does anyone know how to fix this?
Thanks
Asked
Active
Viewed 119 times
0

user3179985
- 93
- 2
- 6
-
So you already tried this? http://stackoverflow.com/questions/19630154/gem-install-therubyracer-v-0-10-2-on-osx-mavericks-not-installing – Marcelo De Polli Feb 01 '14 at 19:22
-
either you've missed header, or have invalid gcc installation. provide the `mkmf.log` – Малъ Скрылевъ Feb 01 '14 at 19:22
-
you need to install the missing libraries which are the dependencies for this js complier gem rubyracer – Bijendra Feb 01 '14 at 19:39
-
1what is the os you are using, it will help others to give clear answer – Bijendra Feb 01 '14 at 19:39
-
I am using Linux Mint 16 – user3179985 Feb 01 '14 at 20:27