Suppose I have a shared library A.so on computer #1, and then I build another shared library
B.so on #1 which is dependent on A.so. My question is: could I use B.so in another almost the same computer #2 which does not have A.so?
Should there be a mechanism that I can include A.so in B.so, so I don't need A.so any longer?