WiringPi / WiringPi-Node

Node.js bindings to wiringPi
333 stars 94 forks source link

wiringPi.node _Z15lcd128x64circleiiiii: symbol not found under alpine linux #79

Open deminngi opened 7 years ago

deminngi commented 7 years ago

After starting wiring-pi under alpine linux I get: wiringPi.node _Z15lcd128x64circleiiiii: symbol not found

doing a node-gyp rebuild got a lot of ForceSet is deprecated....

BTW ldd wiringPi.node shows unresolved symbols

how can I fix that?