expr: symbol lookup error: expr: undefined symbol: __gmpz_mul Matlab 2021A CentOS 6
4 次查看(过去 30 天)
显示 更早的评论
On CentOS 6.10, with Rocks Cluster 6.1.1 (yes I know, old and EOL in 2020), Matlab 2021A won't start and errors with:
expr: symbol lookup error: expr: undefined symbol: __gmpz_mul
expr: symbol lookup error: expr: undefined symbol: __gmpz_mul
/export/apps/MATLAB/R2021a/bin/glnxa64/MATLAB: /opt/glibc-2.14/lib/libc.so.6: version `GLIBC_2.16' not found (required by /export/apps/MATLAB/R2021a/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6)
/export/apps/MATLAB/R2021a/bin/glnxa64/MATLAB
2020A works fine. I've tried setting
LD_LIBRARY_PATH
to include
~//MATLAB/R2021a/sys/os/glnxa64
No luck.
strings /usr/lib/libstdc++.so.6 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.1
CXXABI_1.3.2
CXXABI_1.3.3
GLIBC 2.12 is the default and I was able to get 2.14 installed in /opt but 2.17 causes all command to error out with:
error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
Is upgrading Rocks/CentOS our only option?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Construct and Work with Object Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!