jetma / jav8

Automatically exported from code.google.com/p/jav8
0 stars 0 forks source link

Not able to run jav8 on RHEL #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Built v8 as mentioned in the wiki. Ran "d8" to verify.
2. Tried to use the pre-packaged JAR (jav8-jsr223-linux-amd64-0.6.jar) but 
encountering "ELF file OS ABI invalid"
3. Tried to build Jav8 code as mentioned in the wiki. Getting a lot of errors, 
it might be possible that the code has not been updated with the latest V8. 

What is the expected output? What do you see instead?
Reported above.

What version of the product are you using? On what operating system?
jav8 on Linux RHEL 5.5
# uname -r
2.6.18-194.el5
# uname -i
x86_64

Please provide any additional information below.
Need urgent help. If there is a new source, please forward the same. I observed 
that others have been able to use the pre-packaged JAR as-it-is. any pointers 
will be helpful.

Original issue reported on code.google.com by adak1...@gmail.com on 10 Oct 2013 at 11:27

GoogleCodeExporter commented 9 years ago
In fact, the jar was build with ubuntu/debian system, I need set up a RHEL 
envrioment later

Original comment by flier...@gmail.com on 23 Dec 2013 at 11:22

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Extract the .so from the jar, run "elfedit --output-osabi=none foo.so", then 
update the .so in the jar.

Original comment by ali.jos...@gmail.com on 11 Jul 2014 at 7:34