problem starting matlab on 64-bit linux

20 ビュー (過去 30 日間)
Jiri
Jiri 2012 年 2 月 23 日
編集済み: lalit tripathi 2018 年 4 月 2 日
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
Anders Munk-Nielsen 2012 年 8 月 23 日
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 Center および File ExchangeIntroduction 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