I had the same problem with Fedora 10 - 64 bits.
What I did.
yum search libxml2-devel
Loaded plugins: refresh-packagekit
=================================================== Matched: libxml2-devel ===================================================
libxml2-devel.i386 : Libraries, includes, etc. to develop XML and HTML applications
libxml2-devel.x86_64 : Libraries, includes, etc. to develop XML and HTML applications
yum install libxml2-devel.x86_64
It works!
Cheers!
|