search for: gendispatch

Displaying 3 results from an estimated 3 matches for "gendispatch".

2014 Aug 09
3
Error when compiling libvirt 1.2.7 on CentOS 6.4
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 $ wget
2014 Aug 13
1
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
...t;> 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? Hmm, we should make ./configure do a hard fail if ${PERL} is not found, rather than delaying the error until make time. -- Eric Blake eblake redhat com +1-9...
2014 Aug 13
0
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
...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 config.log. > make[2]: *** [libvirt_access.xml] Error 127 > make[2]: Leaving directory `/home/ec2-user/libvirt-1.2.7/src' > make[1]: *** [all...