[25884] in Athena Bugs
linux 9.3.8: MATLAB R14
daemon@ATHENA.MIT.EDU (Nayden D Kambouchev)
Thu Jul 29 13:37:23 2004
Message-Id: <200407291737.i6THbJi9015670@drno.mit.edu>
To: bugs@mit.edu
Date: Thu, 29 Jul 2004 13:37:19 -0400
From: Nayden D Kambouchev <nayden@mit.edu>
Errors-To: bugs-bounces@mit.edu
System name: drno.mit.edu
Type and version: i686 9.3.8
Display type: ATI Technologies Inc Rage 128 Pro Ultra TF
Shell: /bin/athena/tcsh
Window manager: sawfish
What were you trying to do?
Use matlab's symbolic toolbox
What's wrong:
some library did not load. here is the way to reproduce the problem:
>> syms a b
>> a=b^2;
Unable to load mex file: /mit/matlab_v7.0/distrib/toolbox/symbolic/maplemex.mexglx.
/mit/matlab_v7.0/distrib/bin/glnx86/libmaple.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
??? Invalid MEX-file '/mit/matlab_v7.0/distrib/toolbox/symbolic/maplemex.mexglx': .
Error in ==> maple at 104
[result,status] = maplemex(statement);
Error in ==> sym.maple at 85
[result,status] = maple(statement);
Error in ==> sym.mpower at 17
B = maple(A,'^',p);
>>
What should have happened:
Well, assuming that Matlab still supports the symbolic toolbox, I should have not gotten that load library error.
Please describe any relevant documentation references:
None