
14 Aug
2014
14 Aug
'14
5:10 a.m.
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 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.
Yes, Eric, I will compose a patch for it.