필터 지우기
필터 지우기

problem starting matlab on 64-bit linux

조회 수: 19 (최근 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 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