Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine support #13

Open
orgads opened this issue Feb 13, 2025 · 0 comments · May be fixed by #16
Open

Alpine support #13

orgads opened this issue Feb 13, 2025 · 0 comments · May be fixed by #16

Comments

@orgads
Copy link

orgads commented Feb 13, 2025

The application fails during runtime on alpine, since fromSys in both arp and routing is not implemented. Is this a known issue?

Error: Error relocating /app/build/Debug/over-the-wire.node: _ZN11OverTheWire7Routing7fromSysB5cxx11Ev: symbol not found
    at Object..node (node:internal/modules/cjs/loader:1725:18)
    at Module.load (node:internal/modules/cjs/loader:1313:32)
    at Function._load (node:internal/modules/cjs/loader:1123:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Module.require (node:internal/modules/cjs/loader:1335:12)
    at require (node:internal/modules/helpers:136:16)
    at bindings (/app/node_modules/bindings/bindings.js:112:48)
    at Object.<anonymous> (/app/lib/bindings.js:2:37)
    at Module._compile (node:internal/modules/cjs/loader:1562:14) {
  code: 'ERR_DLOPEN_FAILED'
}
orgads added a commit to audiocodes/over-the-wire that referenced this issue Feb 13, 2025
Implemented with the kind help of Copilot :)

Fixes vaguue#13
orgads added a commit to audiocodes/over-the-wire that referenced this issue Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant