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?

 채택된 답변

Jiri
Jiri 2012년 2월 23일

1 개 추천

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

추가 답변 (3개)

Jason Ross
Jason Ross 2012년 2월 23일

0 개 추천

댓글 수: 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일

0 개 추천

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일

0 개 추천

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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

태그

질문:

2012년 2월 23일

편집:

2018년 4월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by