cannot find -lzmq

When building the golang datalayer.client sdk example I get the following error when building for the arm processor. AMD compiles without error. 

 

 

Best reply by nickH

See the description on ctrlX Data Layer client and provider library for golang (and look at Prerequisites). Please install the packages you can find here in your Build VM:

 

 

sudo apt-get install libsystemd-dev libsystemd-dev:arm64 libzmq3-dev libzmq3-dev:arm64

 

This should solve your problem, so you can also build snaps in go for arm64.

Thank you for reporting this issue. We try to improve the setup and build process. 

View original
3 replies