libintl.so.8: cannot open shared object

Hi All,
I am trying to run a precompiled .mex64 file under Matlab2006a and I am getting the following error: Invalid MEX-file ' /../../../some_address/matlabCondor.mexa64' : libintl.so.8: cannot open shared object file : No such file or directory.
This is a precompield programm for Matlab2006a and for a reason I can't run it. Can anyone asist me on that?
Thanks a lot!!

답변 (1개)

Image Analyst
Image Analyst 2014년 9월 16일

0 개 추천

Are you 100% sure that the file exists in the directory, which presumably is full and complete in your version? It's saying that the file is not there.

댓글 수: 7

Konstantinos
Konstantinos 2014년 9월 16일
What do you mean exactly? I have all the files in a folder in the work directory of matlab and I also added the path of the folder ( addpath('/../..') ) in MATLABPATH. So I think that all the files are in the directory.
Image Analyst
Image Analyst 2014년 9월 16일
Does it have dot dot in the path or are you just omitting some real folder name? Were the files included with the -a option of mcc or deploytool, or did you just manually put the files there?
Konstantinos
Konstantinos 2014년 9월 17일
Initially thank you for help!!
I added them manually in the work folder and then I used the addpath command. What you think I should do? Sorry about all these, you see I am new to Matlab, but everyone has to start eventually in order to learn.
Image Analyst
Image Analyst 2014년 9월 17일
Try printing out ctfroot in your startup code and see where that it. Then drop of copy of the mex file in that folder.
Konstantinos
Konstantinos 2014년 9월 17일
No luck.. I still get the same library error.
Image Analyst
Image Analyst 2014년 9월 17일
What did it say ctfroot was?
Konstantinos
Konstantinos 2014년 9월 17일
I am sending you the exact address printed from Matlab located on my pc:
/home/zouglas/Matlab2006/R2006a

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

카테고리

도움말 센터File Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

질문:

2014년 9월 16일

댓글:

2014년 9월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by