Node 10 & Alpine support?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 248
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Trying to figure out an issue with fontnik where it can't find `ld-linux-x86-64.so.2` when trying to run on alpine. I have the library installed and still the issue persists. Could it be that there is no matching binding/binary for Alpine?
`Error: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /usr/local/src/*****/node_modules/fontnik/lib/binding/fontnik.node)`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the native binding at node_modules/fontnik/lib/binding/fontnik.node and the project's Node.js build or packaging configuration. Reproduce the loader error on Alpine with Node 10, then verify whether a compatible binding can be built or distributed without the missing ld-linux-x86-64.so.2 dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, node.js
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100