You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: