problem starting matlab on 64-bit linux
Afficher commentaires plus anciens
Hello, I can't start matlab on linux mint 12 (64-bit):
jfiser@jfiser:~$ matlab /home/jfiser/MATLAB/bin/util/oscheck.sh: 605: /lib64/libc.so.6: not found terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Aborted
Any ideas?
Réponse acceptée
Plus de réponses (3)
Jason Ross
le 23 Fév 2012
0 votes
1 commentaire
Jiri
le 23 Fév 2012
Brian
le 15 Mai 2012
Simply typing LC_ALL="en_US.utf8" on the bash shell command line did not help. Instead, you should add:
export LC_ALL="en_US.utf8"
to .bash_profile
1 commentaire
lalit tripathi
le 2 Avr 2018
Modifié(e) : lalit tripathi
le 2 Avr 2018
where we will type actually i have same problem in installing software 2018
Anders Munk-Nielsen
le 23 Août 2012
0 votes
I had the same problem and changing the language back to en_GB.utf8 helped me as well. (I'm on an Arch system)
1 commentaire
Rotem Kopel
le 7 Sep 2012
I just came across same problem, last comment was successful ! matlab could be opened! thanks
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!