Re: dynamic loading error ("Symbol not found")

2010-10-16 Thread Ned Deily
In article , kj wrote: > The following interaction (in OS X) summarizes the situation: > > % echo $DYLD_LIBRARY_PATH > /Applications/MATLAB_R2010a.app/bin/maci64 > % grep -r _engClose $DYLD_LIBRARY_PATH > Binary file /Applications/MATLAB_R2010a.app/bin/maci64/libeng.dylib matches > % export DYL

Re: dynamic loading error ("Symbol not found")

2010-10-16 Thread kj
In Emile van Sebille writes: >On 10/16/2010 2:15 PM kj said... >> >> >> >> The following interaction (in OS X) summarizes the situation: >> >> % echo $DYLD_LIBRARY_PATH >> /Applications/MATLAB_R2010a.app/bin/maci64 >> % grep -r _engClose $DYLD_LIBRARY_PATH >> Binary file /Applications/MATLAB_R2

Re: dynamic loading error ("Symbol not found")

2010-10-16 Thread Emile van Sebille
On 10/16/2010 2:15 PM kj said... The following interaction (in OS X) summarizes the situation: % echo $DYLD_LIBRARY_PATH /Applications/MATLAB_R2010a.app/bin/maci64 % grep -r _engClose $DYLD_LIBRARY_PATH Binary file /Applications/MATLAB_R2010a.app/bin/maci64/libeng.dylib matches % export DYLD_

dynamic loading error ("Symbol not found")

2010-10-16 Thread kj
The following interaction (in OS X) summarizes the situation: % echo $DYLD_LIBRARY_PATH /Applications/MATLAB_R2010a.app/bin/maci64 % grep -r _engClose $DYLD_LIBRARY_PATH Binary file /Applications/MATLAB_R2010a.app/bin/maci64/libeng.dylib matches % export DYLD_LIBRARY_PATH % python Python 2.6.5