Add Glibc 2.36 in the precompiled binaries
- Dominant language
- C++
- Stars
- 253
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I experience problems when i try to install this library on Ubuntu 22.10 because it needs to be compiled for glibc 2.36. The install process try to compile it on my computer but the compilation fail every time
**Describe the ideal solution**
I though on adding a precompiled binary for glibc 2.36 so it simplifies the process of installing this lib on newer Ubuntu versions
**Describe alternatives you've considered**
To make it work I'm currently modifying the line 49 of package.json file of the module from :
`"package_name": "{module_name}-v{version}-{node_abi}-napi-v{napi_build_version}-{platform}-{arch}-{libc}-{libc_version}.tar.gz",`
to :
`"package_name": "{module_name}-v{version}-{node_abi}-napi-v{napi_build_version}-{platform}-{arch}-{libc}-2.35.tar.gz",`
so it download the precompiled binary of glibc 2.35
Contributor guide
Assessment
This issue has not been assessed yet.