If I upgrade the kernel,will old binaries use new version of .so or still the old version?
UPDATE
Why kernel has nothing to do with .so?
If I upgrade the kernel,will old binaries use new version of .so or still the old version?
UPDATE
Why kernel has nothing to do with .so?
The kernel has nothing to do with the version of any shared objects.
EDIT:
Because the kernel is the kernel and shared objects are shared objects.
/proc/kcore? – kernel Apr 05 '11 at 03:39what comes with itinclude shared objects? – kernel Apr 05 '11 at 03:45.sois upgraded,will the old binaries that depend on it use new version automatically? – kernel Apr 05 '11 at 03:57gcc -l libname xxx? – kernel Apr 05 '11 at 11:25libnameautomatically? – kernel Apr 05 '11 at 12:01