Hi Greg,
One easy way to see what version of libxml2 you have installed on your system is to do the following in a terminal.
cd /usr/lib
find ./ -name "libxml2*"
For me this shows:
libxml2.so.2.9.1 as the full versioned library name.
Hope this helps,
KevinH
|