Re: [libvirt-users] Error when compiling libvirt 1.2.7 on CentOS 6.4

2014-08-13 Thread Jincheng Miao
On 08/14/2014 12:32 AM, Eric Blake wrote: On 08/13/2014 01:33 AM, Jincheng Miao wrote: Making all in src make[2]: Entering directory `/home/ec2-user/libvirt-1.2.7/src' GEN libvirt_access.xml /bin/sh: -w: command not found Here is the accident, why sh executes '-w' command. That should

Re: [libvirt-users] Error when compiling libvirt 1.2.7 on CentOS 6.4

2014-08-13 Thread Eric Blake
On 08/13/2014 01:33 AM, Jincheng Miao wrote: >> Making all in src >> make[2]: Entering directory `/home/ec2-user/libvirt-1.2.7/src' >> GEN libvirt_access.xml >> /bin/sh: -w: command not found > > Here is the accident, why sh executes '-w' command. > That should be: > /usr/bin/perl -w ./rpc

Re: [libvirt-users] Error when compiling libvirt 1.2.7 on CentOS 6.4

2014-08-13 Thread Hongbin Lu
Thanks Jincheng, After installing perl, the error is resolved. Best regards, Hongbin On Wed, Aug 13, 2014 at 3:33 AM, Jincheng Miao wrote: > > On 08/10/2014 06:18 AM, Hongbin Lu wrote: > > Hi, > > I was trying to follow this guide (http://libvirt.org/compiling.html) to > compile libvirt1.2.

Re: [libvirt-users] Error when compiling libvirt 1.2.7 on CentOS 6.4

2014-08-13 Thread Jincheng Miao
On 08/10/2014 06:18 AM, Hongbin Lu wrote: 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 y

[libvirt-users] Error when compiling libvirt 1.2.7 on CentOS 6.4

2014-08-11 Thread Hongbin Lu
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-de