On Tue, Oct 07, 2008 at 02:47:46PM -0800, Jim Dory wrote: > I have a problem in the linux distro of gentoo. I've outlined most of > my problems in this thread: > http://forums.gentoo.org/viewtopic-t-710184.html
> I've searched your archives but perhaps don't really know what to > search for. At least, perhaps someone could let me know, in layman > terms, what the Warning is above about libxml 207 using older 206 and This means you have programs which were compiled agaisnt libxml2-2.7.x but at runtime the shared library found is an old 2.6.x one. The solution is to make sure you have an installed version libxml2-2.7.x and that programs are using it ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMAIL PROTECTED] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
