Ok I just realized I was mixing everything up, as the pyindiclient was supposed to be statically linked with libindiclient.a
To understand that, I used pip to keep build directory with:

pip3.8 install --build /tmp/mybuild --no-clean pyindi-client

Now, trying to check out what in libindiclient is causing problems

Read More...