Hi,
I was trying to follow this guide (http://libvirt.org/compiling.html) to compile libvirt1.2.7 on CentOS6.4. There is an error on executing "make". Below is the steps to reproduce and the error messages. Any help is appreciated. Thanks.
$ sudo yum install gcc make gnutls-devel device-mapper-devel \python-devel libnl-devel yajl-devel \libxml2-devel libpciaccess-devel$ gunzip -c libvirt-1.2.7.tar.gz | tar xvf -$ cd libvirt-1.2.7/$ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-openvz=yes$ make.....Making all in srcmake[2]: Entering directory `/home/ec2-user/libvirt-1.2.7/src'GEN libvirt_access.xml/bin/sh: -w: command not found
make[2]: *** [libvirt_access.xml] Error 127make[2]: Leaving directory `/home/ec2-user/libvirt-1.2.7/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/home/ec2-user/libvirt-1.2.7'make: *** [all] Error 2
$ make V=1........../usr/bin/ld:libvirt.syms:3220: syntax error in VERSION scriptcollect2: ld returned 1 exit statusmake[3]: *** [libvirt.la] Error 1make[3]: Leaving directory `/home/ec2-user/libvirt-1.2.7/src'make[2]: *** [all] Error 2make[2]: Leaving directory `/home/ec2-user/libvirt-1.2.7/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/home/ec2-user/libvirt-1.2.7'make: *** [all] Error 2
_______________________________________________ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users