### Description
I've cloned Kamailio and tried to build with `make all` commands and the error below
appeared:
```
module not found: modules/app_sqlang
make[1]: *** [Makefile:508: modules] Error 1
make[1]: Leaving directory '/usr/local/src/kamailio-devel/kamailio/src'
make: *** [Makefile:34: all] Error 2
```
the error wasn't occured before [9bb1976 "Makefile.groups: removed app_sqlang
from modules
list"](https://github.com/kamailio/kamailio/commit/9bb1976b4b7d52542a4…
and just appered after pulling new commits.
### Troubleshooting
I could solve the issue by set `app_sqlang` as skip_modules or exclude_modules, it's
also possible solve it by set in
```
make skip_modules="app_sqlang" cfg
```
* **Ubuntu 22.04**
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3705
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3705(a)github.com>