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

ubuntu 18.04 node 10+ 安装完成,但是运行错 #179

Closed dodobaba closed 4 years ago

dodobaba commented 5 years ago

Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic

Node.js v10.15.3

error : 'Segmentation fault (core dumped)'

oxUnd commented 5 years ago

cd $NODE_PATH/lib find . -name '*.node' ldd <node/file/path>.node

贴一下结果我看看

dodobaba commented 5 years ago

我已经把node的版本降到8.0+了,先解决用的问题

dcarrion87 commented 4 years ago

Did you ever get this resolved with Node 10+ I'm having GLIBC compatibility issues on CentOS and Amazon Linux. Trying to work out the compilation options now to find out why it's segfaulting when I try to manually compile

oxUnd commented 4 years ago

209