basho / erlang_js

A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
Apache License 2.0
238 stars 88 forks source link

Compilation issues with OTP 18.3: "Failed to load erlang_js_drv.so" #61

Closed rhumbertgz closed 8 years ago

rhumbertgz commented 8 years ago

Hello, I have been trying to compile erlang_js with OTP 18.3, but allways I get this message "Failed to load erlang_js_drv.so". I tried in Ubunto 14.0.04 and OSX 10.11.4.

Here you can find the full log of my error: https://gist.github.com/rhumbertgz/ee0bf432edfa89ffa0a47405f3250fcd

Any suggestion?

Thanks in advance, Humberto

whitfin commented 8 years ago

See https://github.com/basho/erlang_js/pull/58

rhumbertgz commented 8 years ago

Thanks @zackehh!

That fixed my problem, now it works in both Linux and OSX :)