Do a locate libxml2.so.2
and see if you have 2 or more versions. if so delet the old version and create a symbolic link to the new.
ln -s
is the command to create a symbolic link. The rest of the command requires your file name and the old file name (but depends on what you find with locate ;) )
[link:]