Complete error:
Invalid Mex-File '×××××××':/usr/local/Matlab/r2011a/bin/glnxa64/sys/OS/glnxa64/libstdc ++. so.6: Version
'Glibcxx _ 3.4.11 'not found (required ******)
Solution:
1. Convert MATLAB ~ /Sys/OS/glnxa64/libstdc ++. so.6, renamed libstdc ++. so.6 _ backup
Sudo MV libstdc ++. so.6 libstdc ++. so.6 _ backup
2. In this way, you can debug it, or set/usr/lib/libstdc ++. so.6 to a soft link to the directory above.
Now, TLD is working properly.
The principle of this will be added later.
Blog: libstdc ++. so.6: Version 'glibcxx _ 3. 4. ** 'not found
Http://yq000cn.blog.163.com/blog/static/14369070201171653016852/
The following describes how to view the file libstdc ++. so.6:
$ Strings $ maid/sys/OS/glnxa64/libstdc ++. so.6 | grep "glibc"
Glibcxx_3.4
Glibcxx_3.4.1
Glibcxx_3.4.2
Glibcxx_3.4.3
Glibcxx_3.4.4
Glibcxx_3.4.5
Glibcxx_3.4.6
Glibcxx_3.4.7
Glibcxx_3.4.8
Glibc_2.1.3
Glibc_2.2
Glibc_2.3
Glibc_2.0
Glibc_2.1
Glibcxx_force_new
Linux:
$ Strings/usr/lib/libstdc ++. so.6 | grep "glibc"
Glibcxx_3.4
Glibcxx_3.4.1
Glibcxx_3.4.2
Glibcxx_3.4.3
Glibcxx_3.4.4
Glibcxx_3.4.5
Glibcxx_3.4.6
Glibcxx_3.4.7
Glibcxx_3.4.8
Glibcxx_3.4.9
Glibcxx_3.4.10
Glibcxx_3.4.11
Glibcxx_3.4.12
Glibcxx_3.4.13
Glibc_2.0
Glibc_2.3
Glibc_2.1
Glibc_2.1.3
Glibc_2.3.2
Glibc_2.2
Glibcxx_force_new
Glibcxx_debug_message_length
Perform the following operations:
Point the libstdc ++. So soft link of MATLAB to the Linux Library File
$ Ln-S/usr/IIb/libstdc ++. so.6 $ maid/sys/OS/glnxa64/libstdc ++. so.6