We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
It doesn't run on 64 bit linux. I verified this by running the 'file' command: it's a ELF 32-bit LSB executable. This is unfortunately blocking my project; is there any way you can upload a proper 64-bit version? Thanks!
Hi Radvani, I just ran this on Ubuntu 12.04.3 LTS x64 and it ran fine for me, I think you just need the relevant 32bit libraries installed. If you run "ldd bin/*" in the extracted folder then it should tell you what it is missing. For example to install the 32 bit libjpeg on Ubuntu it is "apt-get install libjpeg62:i386".
That said, we have noted this for a future release as it would be nice to not require 32 bit libs.
Thanks,
Chris