View Single Post
  #13  
Old 10-13-2010, 09:58 PM
xing xing is offline
LiteSpeed Staff
 
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
Changing the symlink works but with a gotcha. Sometimes a yum update/upgrade will force the system to rebuild the library links and when that happens, it will revert the symlink back to the original libxml2 library that came with the distro.

Overwrite the /usr/lib64/libxml2.so.2.6.26 file with the /usr/local/lib/libxml2.so.2.7.7 file. This will work for as long as the libxml rpm package is not updated.
Reply With Quote