scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
229 stars 43 forks source link

Error: Command failed #11

Open a-cabinti opened 5 years ago

a-cabinti commented 5 years ago

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!