Why does not the command of PolySpace Flexnet License Manager work fine on 64bit Linux Operating system?

1 view (last 30 days)
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

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 9 Aug 2012
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

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!