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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4041#issuecomment-2522862199
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4041/2522862199(a)github.com>