problem starting matlab on 64-bit linux

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?

 Respuesta aceptada

Jiri
Jiri el 23 de Feb. de 2012

1 voto

Solved by setting environmental variable LC_ALL LC_ALL="en_GB.utf8"

Más respuestas (3)

Jason Ross
Jason Ross el 23 de Feb. de 2012

0 votos

1 comentario

Jiri
Jiri el 23 de Feb. de 2012
This didn't solved my problem:
jfiser@jfiser:~$ matlab
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted

Iniciar sesión para comentar.

Brian
Brian el 15 de Mayo de 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 comentario

lalit tripathi
lalit tripathi el 2 de Abr. de 2018
Editada: lalit tripathi el 2 de Abr. de 2018
where we will type actually i have same problem in installing software 2018

Iniciar sesión para comentar.

Anders Munk-Nielsen
Anders Munk-Nielsen el 23 de Ag. de 2012

0 votos

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 comentario

Rotem Kopel
Rotem Kopel el 7 de Sept. de 2012
I just came across same problem, last comment was successful ! matlab could be opened! thanks

Iniciar sesión para comentar.

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 23 de Feb. de 2012

Editada:

el 2 de Abr. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by