sematext / spm-agent-nodejs

NodeJS Monitoring Agent
https://sematext.com/integrations/nodejs-monitoring
Apache License 2.0
60 stars 6 forks source link

Cannot use this package on `linux armv7/arm64` architectures #57

Open sinnrrr opened 1 year ago

sinnrrr commented 1 year ago

Please see https://github.com/adnanrahic/node-gcstats/issues/16.

Quick description

Cannot run the app, that uses spm-agent-nodejs, because @sematext/gc-stats cannot be properly compiled on linux armv7/arm64 architectures.

otisg commented 1 year ago

@sinnrrr Thanks for reporting this. I saw your comment in the old repo you referenced above. Are you able to submit a PR?

sinnrrr commented 1 year ago

@otisg hey, I tried to fork and play with @sematext/gc-stats, however, was not able to do something useful. Since I am not familiar with node-gyp and this project itself, it would require me to put much more time into this, which I, unfortunately, do not have.

What I really know is that the problem is with build folder naming, and removing libc on this line would potentially fix this.

That's what I did actually with my fork, but I failed to publish it properly.