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
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
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.
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
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