zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

Can't load the addon. Issue to: https://github.com/zhangyuanwei/node-images/issues Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/app/taf/FileServer.FileServer/bin/src/node_modules/images/bindings/linux/x64/8.0.0/binding.node) #123

Closed Cshiyuan closed 5 years ago

Cshiyuan commented 6 years ago

Can't load the addon. Issue to: https://github.com/zhangyuanwei/node-images/issues Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/app/taf/FileServer.FileServer/bin/src/node_modules/images/bindings/linux/x64/8.0.0/binding.node)

有低点的版本,不需要GLIBC_2.14的吗

oxUnd commented 6 years ago

。。这个比较尴尬,Linux 环境下的兼容问题更闹心啊。

loumt commented 6 years ago

同问

loumt commented 6 years ago

console - Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /root/XXXXXX/node_modules/images/vendor/linux-x64-48/binding.node)

loumt commented 6 years ago

升级glibc,问题解决(make与make install 时间比较长),我保守升到2.15 CentOS release 6.8 node 6.11.2

loumt commented 6 years ago

之前3.0.0没有问题的,为什么出3.0.1时会影响到3.0.0

DidoFitch commented 6 years ago

https://github.com/zhangyuanwei/node-images/issues/94