codingchili/kibana-mithril

when I install, it says wrong ELF class: ELFCLASS32"

pipamc opened this issue · 1 comments

my compute is:
Distributor ID: Debian
Description: Debian GNU/Linux 8.2 (jessie)
Release: 8.2
Codename: jessie
and I build with npm install --arch=ia32
what's wrong with this?
Thanks

Hello!

wrong ELF class indicates that there is a mismatch in compiler/target arch. Could you please try building with:

npm install

The --arch=ia32 command is only required for windows, as Kibana on windows only comes with 32bit nodejs. Note that building for x64 requires you to install the x64 version of Kibana.

Please let me know if this works for you so we can update the instructions for non-windows systems.

Thanks for submitting an issue.