how may i have my local glibc used instead of the root lib64 glibc? I've obtained a newer version of glibc and extracted to a local directory with ld_library_path written to point to that local path, but the application is still looking at the library in /lib64/. How do I override this?
gate gate: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /p/work/aapplasa/gate/usr/lib64/libproxy.so.1)
ldd --version ldd (GNU libc) 2.11.3
rpm2cpio rpm/glibc-2.19-16.2.5.x86_64.rpm | cpio -idmv setenv LD_LIBRARY_PATH /p/work/aapplasa/gate/usr/lib64
gate gate: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /p/work/aapplasa/gate/usr/lib64/libproxy.so.1)