Displaying 4 results from an estimated 4 matches for "libvirt_access".
2014 Aug 09
3
Error when compiling libvirt 1.2.7 on CentOS 6.4
...libvirt.org/libvirt/libvirt-1.2.7.tar.gz
$ 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 src
make[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 127
make[2]: Leaving directory `/home/ec2-user/libvirt-1.2.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ec2-user/libvirt-1.2.7'
make: *** [all] Error 2
$ make V=1
..........
/usr/bin...
2014 Aug 13
1
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
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/gendispatch.pl --mode=aclapi \
> remote REMOTE ./remote/remote_protocol.x > libvirt_access.xml
>
> have you inst...
2014 Aug 13
0
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
...$ 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 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/gendispatch.pl --mode=aclapi \
remote REMOTE ./remote/remote_protocol.x > libvirt_access.xml
have you installed perl?
You could check it in con...
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
...lt; 0 is always false [-Wtautological-compare]
if (idx < 0 || idx >= set->nelem)
~~~ ^ ~
1 warning generated.
CC secure_getenv.lo
CC timegm.lo
CC vasnprintf.lo
CCLD libgnu.la
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
Making all in include
Making all in libvirt
Making all in src
GEN libvirt_access.xml
GEN libvirt_access_qemu.xml
GEN libvirt_access_lxc.xml
GEN libvirt_access.syms
GEN libvirt_access_qemu.syms
GEN libvirt_access_lxc.syms
GEN libvirt.syms
GEN libvirt.def Next, the compile stop, activity on the CPU no. What am I doing wrong?
--
Denis Menshikov