Closed mattdrose closed 9 years ago
+1
Might be related. Could you try upgrading your libc6
version?
Hey @kevva, we are using CentOS 6 and are unable to upgrade libc!
It seems that installing NASM on CentOS resolves this issue.
Easy to install via yum:
yum install nasm
Thanks @tmirks,
Also, rolling back to 4.1.0
fixed the issue for me.
4.2.0
doesn't seem to be fully backwards compatible. Not sure if others are running into this issue.
+1
Unable to upgrade libc6 on CentOS 6. Had to traverse from gulp-imagemin down to imagemin-jpegtran and change version.
@charliegeiger89 See my previous comment -- it works if you install NASM.
Issue appears to have been fixed with latest jpegtran-bin / imagemin-jpegtran.
For the last couple days, all my builds that require grunt-contrib-image@0.9.2 have been failing due to the following warning:
I'm wondering if it's due to the 4.2.0 bump. Any ideas?
Thanks!