|
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.
|