Trying to install mod_event_zmq

I have a Debian 11 install of FreeSWITCH 1.10.9 via package, and I want to set up mod_event_zmq, but it’s not available as a pre-built package. So I tried to compile and install from source, but after trying and failing for a while, I can’t work out how to do it.
I’ve got the source, set up the dependencies, run ./configure, make and make mod_event_zmq-install, but the module is not showing as available in fs_cli’s module_exists command.

Any pointers as to what I’m doing wrong? Any help would be greatly appreciated.

It needs to be included in the modules.conf file, did you do that? Run the bootstrap script and then add (or uncomment? idr) event_handlers/mod_event_zmq to the generated modules.conf file.

Edit: Ah I see that you’re probably just trying to build that one module independently. I’ve never done that before. Would it be an issue to just build the entire FreeSWITCH project instead of the individual module? I know that modules I select that way get built unless there is a missing dependency.