Hi,
I am trying to compile a net-snmp subagent for arm64 but when compiling with aarch64-linux-gnu-gcc, it says that it skips incompatible library since one is arm64 and the other is x86, such as skipping incompatible /usr/lib/x86_64-linux-gnu/libnetsnmpmibs.so when searching for -lnetsnmpmibs
So I changed how the subagent is being compiled to use arm64 libraries but I am still missing a few libraries such as -lsensors and -lwrap saying they no such file or directory.
If anyone could provide any insight, that would be greatly appreciated