I can't seem to find if anyone mentioned this in this thread, but I am struggling to build even the
example with
libME7Logger.soI tried to build it "as is" at first, but ran into "skipping incompatible" errors, then after remembering that it might be a 32-bit library I added
-m32 flag to
CFLAGS, but then I get the same error when trying to start the example binary as I did when trying to start your provided pre-built binary:
error while loading shared libraries: libME7Logger.so.0: cannot open shared object file: No such file or directory
Would have any input for this ?
UPDATE: `sudo ldconfig` to update libraries before running