Hi eveyone,
I am using a MATLAB compiled library in Linux environment but when want to access it and run my c++ code, I receive this message:
"Could not access the MCR component cache".
I am pretty sure that this is linux pathing issue and I wonder what this message means and what file the system is unable to access.
Any help is much appreciated.
Thanks,
Zohair
|
|
0
|
|
|
|
Reply
|
Zohair
|
5/30/2010 10:14:05 AM |
|
"Zohair" wrote in message <httdpd$90k$1@fred.mathworks.com>...
> Hi eveyone,
>
> I am using a MATLAB compiled library in Linux environment but when want to access it and run my c++ code, I receive this message:
> "Could not access the MCR component cache".
> I am pretty sure that this is linux pathing issue and I wonder what this message means and what file the system is unable to access.
>
> Any help is much appreciated.
>
> Thanks,
>
> Zohair
Hi Zohair,
Well, it's been a years time since you've posted this, but I thought I'd post a possible solution in case someone else have the same problem.
I have a similar problem some time ago, and apparently it had to do with the MCR being installed in my /opt/ path, which requires root access to make modifications. So you'll either need to login as a root user, or use commands like su and sudo.
Hope this helps.
|
|
0
|
|
|
|
Reply
|
tan.ya (6)
|
4/22/2011 9:21:04 AM
|
|