The only thing I can think of is that the .so files aren't in a directory the linker looks for libraries in. Can you find out where the file `libxml2.so` resides, and then put that directory on the link command line with a `-L` ?
The only thing I can think of is that the .so files aren't in a directory the linker looks for libraries in. Can you find out where the file `libxml2.so` resides, and then put that directory on the link command line with a `-L` ?