MATLAB: Does not the command of PolySpace Flexnet License Manager work fine on 64bit Linux Operating system

Polyspace Client for AdaPolyspace Client for C/C++Polyspace Code ProverPolyspace Code Prover ServerPolyspace Server for Ada

I failed to execute PolySpace Flexnet License Manager on 64bit Linux Operating system due to an error loading shared libraries.
For example, Ubuntu 64bit shows the error below.
./lmutil: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory

Best Answer

This issue is from running a 32bit license manager on 64bit Linux. The PolySpace ISO image does not contain 64bit binaries for the License Manager. To resolve this issue, please install 32bit system libraries.
On an Ubuntu 64-bit Linux machine, to work around this issue, install the package "ia32-libs" from your Linux distribution:
apt-get install ia32-libs
Under other Linux releases, the command can be different. On a Red Hat 64-bit Linux machine, this installation can be accomplished by executing the following command in a shell:
yum install glibc-devel.i386