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

Does not work under Node.js v6 on Alpine Linux #11

Closed
sonicdoe opened this issue Sep 3, 2017 · 2 comments
Closed

Does not work under Node.js v6 on Alpine Linux #11

sonicdoe opened this issue Sep 3, 2017 · 2 comments

Comments

@sonicdoe
Copy link
Owner

sonicdoe commented Sep 3, 2017

Error: Error relocating /usr/src/app/build/Release/icuWrapper.node: utrace_cleanup_59: symbol not found

Originally reported in #8 (comment).

@willfarrell
Copy link

I just ran into this using node:8-alpine, but getting a slightly different error. I posted it below just in case it's helpful.

/var/www/node_modules/bindings/bindings.js:121
        throw e;
        ^

Error: Error relocating /var/www/node_modules/detect-character-encoding/build/Release/icuWrapper.node: ucnv_open_61: symbol not found
    at Object.Module._extensions..node (module.js:682:18)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at bindings (/var/www/node_modules/bindings/bindings.js:112:48)
    at Object.<anonymous> (/var/www/node_modules/detect-character-encoding/index.js:3:37)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)

@sonicdoe
Copy link
Owner Author

I’ve actually dropped support for Alpine Linux a while ago (see 5cbba15). Sorry for keeping this (now misleading) issue open.

I’d really like to support Alpine Linux, however, it has proven to be quite difficult in the past. If you don’t actually need ICU itself, I’d strongly suggest taking a look at ced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants