problem starting matlab on 64-bit linux

15 Ansichten (letzte 30 Tage)
Jiri
Jiri am 23 Feb. 2012
Bearbeitet: lalit tripathi am 2 Apr. 2018
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?

Akzeptierte Antwort

Jiri
Jiri am 23 Feb. 2012
Solved by setting environmental variable LC_ALL LC_ALL="en_GB.utf8"

Weitere Antworten (3)

Jason Ross
Jason Ross am 23 Feb. 2012
  1 Kommentar
Jiri
Jiri am 23 Feb. 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

Melden Sie sich an, um zu kommentieren.


Brian
Brian am 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 Kommentar
lalit tripathi
lalit tripathi am 2 Apr. 2018
Bearbeitet: lalit tripathi am 2 Apr. 2018
where we will type actually i have same problem in installing software 2018

Melden Sie sich an, um zu kommentieren.


Anders Munk-Nielsen
Anders Munk-Nielsen am 23 Aug. 2012
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 Kommentar
Rotem Kopel
Rotem Kopel am 7 Sep. 2012
I just came across same problem, last comment was successful ! matlab could be opened! thanks

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by