On Fri, Feb 25, 2005 at 07:38:28PM -0500, Paul Tremblay wrote: > I've tried installing libxslt, and keep getting this error: > > checking for libxml libraries >= 2.6.8... configure: error: Version 2.4.23 > found. You need at least libxml2 2.6.8 for this version of libxslt > > But I've downloaded libxml2 2.6.8 and compiled it successfully from > source. When I look in /usrl/local/lib, I see:
it's teh output of the xml2-config script which is used to detect the installed version and parameters. You have to fix the one used. Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
