libintl.so.8: cannot open shared object
Mostrar comentarios más antiguos
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!!
Respuestas (1)
Image Analyst
el 16 de Sept. de 2014
0 votos
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 comentarios
Konstantinos
el 16 de Sept. de 2014
Image Analyst
el 16 de Sept. de 2014
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
el 17 de Sept. de 2014
Image Analyst
el 17 de Sept. de 2014
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
el 17 de Sept. de 2014
Image Analyst
el 17 de Sept. de 2014
What did it say ctfroot was?
Konstantinos
el 17 de Sept. de 2014
Categorías
Más información sobre C Shared Library Integration en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!