0
votes
0answers
68 views

Compilation error on shared object files

Even after including the path and -soname in the linker settings, of course I have included the original .so files in both /usr/lib and /lib folders, I still get errors. I have followed this tutorial ...
1
vote
2answers
365 views

Are libc versions tied to kernel versions?

After reading the answers to my previous question I have come to the conclusion that an answer to the following question is what I was actually looking for: Does a particular version of the kernel ...