Hi,
for our workflow we build our own Debian packages for kamailio.
We are currently trying and failing to create a package for the kafka modules.
What we have tried so far: Adding the "Build-Depends:" entries for librdkafka-dev in debian/control Adding a "Package" in debian/control Adding kafka to the PACKAGE_GROUPS in debian/rules
So far it seems to build the module and a package for it, but the package only contains metadata, but no .so file.
We are currently running out of ideas. What else can we do?
Best wishes Christian Berger