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

linux 下node版本12.14.0不支持,windows支持 #211

Open smallbad opened 4 years ago

smallbad commented 4 years ago

linux 下node版本12.14.0不支持,windows支持

oxUnd commented 4 years ago

Linux环境比较咋,你提供一下你的Linux用的啥以及内核、glibc 版本

zhangxiaojian notifications@github.com 于 2020年6月28日周日 上午10:08写道:

linux 下node版本12.14.0不支持,windows支持

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/211, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DGZFUNJWFVNQQI4OG6DRY2Q3HANCNFSM4OKJRBPQ .

smallbad commented 4 years ago

你提供一下你的Linux用的啥以及内核、glibc 版本 CentOS 7.4 64位 Linux version 3.10.0-957.27.2.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Mon Jul 29 17:46:05 UTC 2019

ThenMorning commented 4 years ago

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

ThenMorning commented 4 years ago

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

升级了 glibc 2.27 可以了

oxUnd commented 4 years ago

用的是 centos 7 么?

ThenMorning notifications@github.com 于2020年7月10日周五 上午11:51写道:

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 https://github.com/zhangyuanwei/node-images/issues/1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

升级了 glibc 2.27 可以了

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/211#issuecomment-656467160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DG5Z4PDCQWYB5XMA5F3R22F5HANCNFSM4OKJRBPQ .

ThenMorning commented 4 years ago

是的 看看 能不能兼容下 不然我的服务器 每个都去升级 太费事了 谢谢哈

2020年7月12日 上午10:49,fansekey notifications@github.com<mailto:notifications@github.com> 写道:

用的是 centos 7 么?

ThenMorning notifications@github.com<mailto:notifications@github.com> 于2020年7月10日周五 上午11:51写道:

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 https://github.com/zhangyuanwei/node-images/issues/1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

升级了 glibc 2.27 可以了

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/211#issuecomment-656467160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DG5Z4PDCQWYB5XMA5F3R22F5HANCNFSM4OKJRBPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/zhangyuanwei/node-images/issues/211#issuecomment-657166056, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFH7PBUCKB4AWMH2XWKTRULR3EQFFANCNFSM4OKJRBPQ.

oxUnd commented 4 years ago
npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

ThenMorning commented 4 years ago
npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

我看了下 images 版本没有升级, 一定要 npm install zhangyuanwei/node-images 而不是 npm install images 对吧?

ThenMorning commented 4 years ago
npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

我看了下 images 版本没有升级, 一定要 npm install zhangyuanwei/node-images 而不是 npm install images 对吧?

。。你是想让我先试试,然后再推到npm上面是吧 直接down github 太慢了。。

ThenMorning commented 4 years ago
npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

我看了下 images 版本没有升级, 一定要 npm install zhangyuanwei/node-images 而不是 npm install images 对吧?

。。你是想让我先试试,然后再推到npm上面是吧 直接down github 太慢了。。

已经验证了,确实可以了,帮忙pr吧 发到npm上 ,多谢

smallbad commented 4 years ago

求更新npm

ThenMorning commented 4 years ago

嗨?npm包什么时候能更新呢