Looking quickly, my guess is that for acc module, the next line has to be removed:

target_link_libraries(acc PRIVATE srdb1)

For db_redis, next line is kept:

target_link_libraries(db_redis PRIVATE kamailio redis::redis)

And next line is removed:

target_link_libraries(db_redis PRIVATE srdb1 srdb2)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4041/2522862199@github.com>