On Wed, Aug 22, 2012 at 08:54:13AM -0400, Shawn Furrow wrote:
Hi all,
I am trying to install a version of Libvirt that will be compatible with
qemu-kvm-1.1 but I cannot seem to get Libvirt to compile. During the make
portion of the install I get the following error:
...
make[4]: Entering directory `/home/shawn/libvirt-0.10.0/docs'
Generating 404.html.tmp
/bin/bash: line 5: 59204 Segmentation fault /usr/bin/xsltproc
--stringparam pagename $name --nonet --html ../docs/site.xsl 404.html.in >
404.html.tmp
make[4]: *** [404.html.tmp] Error 1
make[4]: Leaving directory `/home/shawn/libvirt-0.10.0/docs'
[...]
You managed to get xsltproc to segfault, the XSLT transformation
engine !
That's completely unrelated to libvirt. What does
/usr/bin/xsltproc --version
and
/usr/bin/xmllint --version
report.
My guess is that you updated manually zlib without updating libxml2
and you got a nice crashing system ... restore your libxml2 libxslt and
zlib version of origin from your system !
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit
http://xmlsoft.org/
daniel(a)veillard.com | Rpmfind RPM search engine
http://rpmfind.net/
http://veillard.com/ | virtualization library
http://libvirt.org/