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
missed libidn.so.11
Check ldd FoundryLicenseUtility
too to see where it's looking for the library.
JoshStrobl added the Solved tag .