problem starting matlab on 64-bit linux

20 次查看(过去 30 天)
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?

采纳的回答

Jiri
Jiri 2012-2-23
Solved by setting environmental variable LC_ALL LC_ALL="en_GB.utf8"

更多回答(3 个)

Jason Ross
Jason Ross 2012-2-23
  1 个评论
Jiri
Jiri 2012-2-23
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

请先登录,再进行评论。


Brian
Brian 2012-5-15
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 个评论
lalit tripathi
lalit tripathi 2018-4-2
编辑:lalit tripathi 2018-4-2
where we will type actually i have same problem in installing software 2018

请先登录,再进行评论。


Anders Munk-Nielsen
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 个评论
Rotem Kopel
Rotem Kopel 2012-9-7
I just came across same problem, last comment was successful ! matlab could be opened! thanks

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by