Why do I get an error when running the MEX file from a non standard location on SELinux?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
If you call a mex file from a non-standard location such as an external drive on SELinux, the following error is generated:
??? Invalid MEX-file '/media/sda3/.../timestwo.mexglx':
/media/sda3/.../timestwo.mexglx: failed to map segment from shared
object: Operation not permitted.
Respuesta aceptada
MathWorks Support Team
el 22 de Nov. de 2010
This issue is specific to bad device loading on SELinux.
As a workaround, copy the MEX file from the non standard location to a standard location such as a subdirectory in your home folder and try loading the MEX file from there.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Compiler en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!