I get the folloing error when trying to run.
lib/libc.so.6: version "GLIBC_2.7" not found required by (test.so)
To fix this problem , is it safe to do static linking to libc-2.11.a at compilation so that there won't be any dependency on libc.so at runtime.
Any comments are appreciated.
thanks,