If Makefile build for Digi Cloud Connector for ANSI C is giving the following error
'/usr/bin/ld: cannot find -lz'
it means zlib1g-dev package is missing in your linux installation.
execute sudo apt-get install zlib1g-dev in terminal and build connector again.
Last updated:
Jan 16, 2024