fault.c:95:27: fatal error: libxml/parser.h: No such file or directory
While Installing eucalyptus 3.4.2 from source, I got this error.
/bin/sh: 1: xslt-config: not found
fault.c:95:27: fatal error: libxml/parser.h: No such file or directory
Every thing was some what fine (some errors were easy to trace and fix.
But this took more time.)
While searching I came across here,
http://stackoverflow.com/questions/5178416/pip-install-lxml-error
They suggested to install
libxslt1-dev package.So downloaded the package from here. [ I use Boss Anokha - 64 Bit - A Debian derived Linux ]http://http.kali.org/pool/main/libx/libxslt/libxslt1-dev_1.1.26-14.1_amd64.deb
dpkg -i libxslt1-dev_1.1.26-14.1_amd64.deb
Atlast xslt-config command worked and I was able to perform
"make"
Refer this error log here:
http://pastebin.com/MF66H5kV
No comments:
Post a Comment