Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 (smile) .

You can try running this commands command to see if you are lucky and your GLIBC libraries will work:

Code Block
./iguana --info

...

If your GLIBC libraries are incompatible then you might see something like:

Code Block
breakoutModewide
./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.