node-inspector / v8-profiler

node bindings for the v8 profiler
BSD 2-Clause "Simplified" License
1.13k stars 134 forks source link

Is glibc a requirement? #97

Open ricoli opened 8 years ago

ricoli commented 8 years ago

So I've tried running this on alpine linux (musl libc based) and got this:

module.js:473
  Module._extensions[extension](this, filename);
                               ^

Error: Error relocating ./node_modules/v8-profiler/build/profiler/v5.6.5/node-v48-linux-x64/profiler.node: __sprintf_chk: symbol not found

Which indicates to me that at the very least musl is probably not supported... Is it a possibility that alpine linux could become a supported platform? It's a very popular minimalistic distribution, specially for containers (pretty much all official images from Docker have an alpine variant).

ricoli commented 8 years ago

ping @3y3