I wanted to run Foundry License Utility in terminal but I got an error: "./FoundryLicenseUtility: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory". Then I tried to run the following command: "sudo ln -sf /usr/lib64/libidn.so.12.x.x /usr/lib64/libidn.so.11" but it had no effect. Help please

Check ldd FoundryLicenseUtility too to see where it's looking for the library.

    Justin Thank you for the hint. I solved this problem with this command: "sudo ln -s /usr/lib64/libidn.so.12 /usr/lib64/libidn.so.11". Now everything works