Installing license manager on Linux

I'm trying to install the license manager on our linux server. I have downloaded the linux 32-bit distribution of Matlab 2011a, and went ahead and set the installation to silent mode and install license manager only.
Here is the error I get when I try to run the installation:
> sudo ./install -inputFile my_installer_input.txt
...
Caused by: java.lang.UnsatisfiedLinkError: .../matlab2011a_glnx86/bin/glnx86/libinstutil.so: .../matlab2011a_glnx86/bin/glnx86/libstdc++.so.6: file too short
Is there anyway to fix this?
Thanks

 采纳的回答

John
John 2011-8-30
According to this thread I just found, the symlinks were turned into text files in the zipping process, so I had to execute the following commands to make it work:
>cd bin/glnxa86
>rm libstdc++.so.6 && ln -s libstdc++.so.6.0.10 libstdc++.so.6
I hope the current linux distributions of Matlab are being fixed so they work out of the tarbox.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Manage Products 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by