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" 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


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/3705@github.com>