0

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?

kernel
  • 8,671

1 Answers1

3

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.