Still using Debian Etch ? ?
When an application ( configure ?) asks for "libxml2 ( >=2.5.7 )",
it means : any 'libxml2-
dev' newer than 2.5.7 ... or 2.5.7 .
( You know from math that ' > ' means "bigger than" )
Debian Etch : # apt-get install libxml2-dev
will provide version 2.6.27 .
# apt-get install python-libxml2
will provide the python bindings, also version 2.6.27 .
.....
Quote:
failed to find headers for libxml2: update includes_dir
|
The headers ( /usr/include/files.h ) are in the package libxml2-
dev.
.....