agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux
MIT License
643 stars 95 forks source link

Unable to use on GNU linux (Ubuntu 20) #136

Closed pmahend1 closed 7 months ago

pmahend1 commented 3 years ago

Not sure if this belongs here , but I am trying to use forked repo electron-edge-js for Linux and have issue raised there too

Although installing dotnet,mono and other dependencies and doing electron-rebuild when I call the .node file it gives me this error

OSError: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /home/user/.local/lib/..../libmonosgen.so.1...)

My Ubuntu has Glibc 2.31 and 2.29 is no more available.

Could you please update build instructions for Linux?