From: Ronan on
I have the same problem for one year now and I wonder if there are some news about it..
Modifying LD_LIBRARY_PATH in .matalb7rc.sh did not work for me neither.
Is there any way that matlab bins are linked to unix system libraries rather than to libraries incorporated into matlab ?
In advance Thank you,
Ronan
From: Ronan on
In my case, setting LDPATH_PREFIX or LD_PREFIX_PATH in .matlab7rc.sh did not work.
However, my system is an ubuntu and if I set the LD_PRELOAD environment variable before launching matlab, it works : ie, preload the three next system libraries :

setenv LD_PRELOAD '/lib/libgcc_s.so.1:/usr/lib/libstdc++.so.6.0.13:/lib/libz.so.1.2.3.3'

Thus the stdc++, gcc and z libraries provided in matlab are not loaded.
The advantage is that only a environment variable is set and that matlab libraries or config files are not affected.


"Ronan " <ronan.trepos(a)toulouse.inra.fr> wrote in message <i3boe8$q2p$1(a)fred.mathworks.com>...
> I have the same problem for one year now and I wonder if there are some news about it..
> Modifying LD_LIBRARY_PATH in .matalb7rc.sh did not work for me neither.
> Is there any way that matlab bins are linked to unix system libraries rather than to libraries incorporated into matlab ?
> In advance Thank you,
> Ronan
 | 
Pages: 1
Prev: Importing Newick files
Next: Zoom tool for an axes