...
Code Block |
---|
./iguana --info |
If that doesn’t give you a lot of error messages your GLIBC libraries are incompatible then you might see something like:
Code Block | ||
---|---|---|
| ||
./iguana: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./iguana)
./iguana: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./iguana)
./iguana: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./iguana)
./iguana: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./iguana) |
If you do not see error messages like that then you can try installing Iguana as a systemd service.