Installation probelms R2012b on Ubuntu 12.10 quantal
Mostra commenti meno recenti
I am having difficulty to install matlab R2012b on Ubuntu 12.10 machine. I have chmod +x both the install and java files and now when I run "sudo ./install" I recieve the following error:
Preparing installation files ... Installing ... Exception in thread "main" com.google.inject.ProvisionException: Guice provision errors:
1) Error in custom provider, java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.mathworks.wizard.WizardModule.provideDisplayProperties(WizardModule.java:60) while locating com.mathworks.instutil.DisplayProperties at com.mathworks.wizard.ui.components.ComponentsModule.provid
and so on...
any thoughts?
3 Commenti
Walter Roberson
il 17 Dic 2012
Are you trying to install on a 32 bit or 64 bit Ubuntu? And are you trying to install the 32 or 64 bit version?
Evan
il 17 Dic 2012
Evan
il 20 Dic 2012
Modificato: Walter Roberson
il 13 Dic 2015
Risposte (2)
Ferenc Pal
il 17 Feb 2013
I had the same problem on Kubuntu 12.04. I could solve based on the following forum, entry #7: http://ubuntuforums.org/showthread.php?t=1762405
The problem is that in the [matlab/install/dir]/bin/glnxa64/ a symbolic link is converted into a text file and doesn't behave as a link anymore. It must be replaced by a new one.
cd bin/glnxa64
rm libstdc++.so.6
ln -s libstdc++.so.6.0.13 libstdc++.so.6
Regards Feri
3 Commenti
anthony
il 29 Gen 2014
This fixed my issue. Probable cause would be when i downloaded matlab and burn to a CD, the symbolic link was broken as Ferenc pointed out.
Carlos Manuel García Algora
il 4 Set 2015
This solution solved my problem too. Thank you very much for your help!
Alessandra Lo Bianco
il 13 Giu 2021
it solved my problem too! Thank you
Jason Ross
il 20 Dic 2012
Modificato: Jason Ross
il 20 Dic 2012
0 voti
Try installing from a directory without spaces -- it looks like your installation media is in "/tmp/Mathlab R2012b Linux"
If that doesn't work, I suggest contacting installation support.
2 Commenti
Evan
il 20 Dic 2012
Modificato: Walter Roberson
il 13 Dic 2015
Jason Ross
il 20 Dic 2012
Towards the end there's this:
"libstdc++.so.6: file too short"
It looks like something may be corrupted in your installation files.
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!