I want to use a newer version of glibc in centos 6, I found that a good solution is to use this command: setenv LD_PRELOAD 'path to new glib/lib/libc.so.6',
However, by running this command before running matlab, it will lead to segmentation fault in matlab and avoids running matlab, by running this command in matlab, there is no change in result and i get the same error: "Invalid MEX-file '*.mexa64': /lib64/libc.so.6: version `GLIBC_2.14' not found.
Thanks for your help...