diff -ur zabbix-6.0.30.orig/configure.ac zabbix-6.0.30/configure.ac --- zabbix-6.0.30.orig/configure.ac 2024-06-13 13:33:23.551609990 +0200 +++ zabbix-6.0.30/configure.ac 2024-06-13 13:33:36.243788954 +0200 @@ -1541,7 +1541,7 @@ AM_CONDITIONAL(HAVE_SSH2, [test "x$have_ssh" = "xyes (libssh2)"]) dnl Check if Zabbix internal IPC services are used -have_ipcservice="no" +have_ipcservice="yes" if test "x$have_ipmi" = "xyes"; then have_ipcservice="yes" fi