
30 Nov
2015
30 Nov
'15
4:23 a.m.
On 27.11.2015 09:53, Remi Collet wrote:
RHEL 7 have libvirt 1.2.8 which is the minimum version according to configure check
LIBVIRT_REQUIRED=1.2.8
libvirt-php.c: In function 'zm_startup_libvirt': libvirt-php.c:1351:136: error: 'VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_BYTES' undeclared (first use in this function)
REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_BYTES", VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_BYTES, CONST_CS | CONST_PERSISTENT);
Oh, you're right. The symbol was introduced in 1.2.9. I'm changing the configure.ac to reflect the need. Thanks, for the report. Michal