I managed to solve this myself. I found that there were two installations of libmxl2.
Code:
# locate libxml2.so.2
/usr/lib64/libxml2.so.2
/usr/lib64/libxml2.so.2.6.26
/usr/local/lib/libxml2.so.2
/usr/local/lib/libxml2.so.2.7.6
I then deleted the old version and created a symbolic link to the new:
Quote:
# ln -s /usr/local/lib/libxml2.so.2 /usr/lib64/libxml2.so.2
0 comentários:
Postar um comentário