I am trying to run SlimerJS on my EC2 instance. I am using an Ubuntu 12.04 LTS image. I installed firefox 41.0.1 and slimerjs 0.10.0pre. It works for me locally under almost the same circumstances. But when I try to run this on the instance, I encounter an error:
Gecko error: it seems / home / ubuntu / slimerjs -0.10.0pre / xulrunner / xulrunner is not compatible with SlimerJS. See Compatibility Gecko Version.
The application.ini file says:
[Gecko]
MinVersion=17.0.0
MaxVersion=41.*
Which I seem to satisfy. I can’t figure out how to do this.
source
share