Prev: sorting cell arrays
Next: rectangular matrix
From: Guillaume Champlong on 11 May 2010 10:54 Hi all, I am trying to run a matlab executable built with matlab compiler through CGI on apache server. I did not install MCR because I am working locally for the moment, both matlab and apache are installed on my machine. The executable works fine when I launch the run_myapp.sh shell script, but I get the following error from apache server when used through CGI: "dyld: Library not loaded: @loader_path/libmwmclmcrrt.7.13.dylib" I can't get how to fix this. I assume the problem comes from @loader_path This variable does not take the same value whether the executable is launched from the .sh script or from the apache server cgi. Can anyone help? thx Guillaume
|
Pages: 1 Prev: sorting cell arrays Next: rectangular matrix |