...
If it turns out you have an old Linux server get a new one. Life is too short to be dealing with old Linux distributions .
You can try running this commands command to see if you are lucky and your GLIBC libraries will work:
Code Block |
---|
./iguana --info |
If that doesn’t give you a lot of error messages you can try installing Iguanayour 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-service installgnu/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.