I am trying to use python to load some .so files with ctypes modules, but I get some trouble.
when I load A.so file, it occur an error of "undefined symbol: xxxxxx(a function)". and I find this function is defined in B.so file.
so how can I load A.so file
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…