If this has been answered, please point me to the resolution. I've searched here and on google and have not found an answer.
I'm trying to upgrade php but get the message "configure: error: Please reinstall the libxml >= 2.4.14 distribution".
When I search my system for libxml I find:
/usr/lib/libxml.a
/usr/lib/libxml.la
/usr/lib/libxml.so -> libxml.so.1.8.14
/usr/lib/libxml.so.0 -> libxml.so.0.0.0
/usr/lib/libxml.so.0.0.0
/usr/lib/libxml.so.1 -> libxml.so.1.8.14
/usr/lib/libxml.so.1.8.14
/usr/lib/libxml2.so.2 -> libxml2.so.2.4.19
/usr/lib/libxml2.so.2.4.19
I would assume that libxml2 is just a newer version of libxml. Shouldn't 2.4.19 be sufficient?
Thanks.
P.S.
I've tried several things: Deleting the links and recreating them so they point to the newer version, etc. but I still get the same message.
Does PHP just not like the libxml version that I have or does it really require that an old version be installed?
Thanks.