webp-converter icon indicating copy to clipboard operation
webp-converter copied to clipboard

Error: Command failed

Open a-cabinti opened this issue 7 years ago • 0 comments

Hi,

I'm developing image converter app that host on a docker container(node:9.3.0-alpine) when trying to convert JPG to webp, I got this error.

101 Error: Command failed: /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp -q 85 tmp_images/tmp_553e5ee5fe7cf36feafd5885ee5fc8484b3c8df8.jpg -o tmp_images/tmp_553e5ee5fe7cf36feafd5885ee5fc8484b3c8df8.webp Error relocating /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp: __snprintf_chk: symbol not found Error relocating /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp: __vfprintf_chk: symbol not found Error relocating /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp: __memcpy_chk: symbol not found Error relocating /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp: __printf_chk: symbol not found Error relocating /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp: __longjmp_chk: symbol not found Error relocating /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp: __fprintf_chk: symbol not found Error relocating /apps/service-promo/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp: __sprintf_chk: symbol not found

If you have any solution, please share to me. Thanks in advance!

a-cabinti avatar Jul 20 '18 12:07 a-cabinti