diff -ur zabbix-6.0.25.orig/configure.ac zabbix-6.0.25/configure.ac --- zabbix-6.0.25.orig/configure.ac 2024-01-10 22:41:08.948976927 +0100 +++ zabbix-6.0.25/configure.ac 2024-01-10 22:41:22.992152959 +0100 @@ -1542,7 +1542,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