Description

Installing Kamailio 5.8.5 on Debian 12, running kamdbctl create kamailio continually fails with error "ERROR: Creating extra tables failed at ims_icscf!"

Troubleshooting

Reproduction

Create a brand new VM with Debian 12, clone Kamailio from git tag 5.8.5, and follow the steps:

make include_modules="db_mysql crypto http_async_client http_client jansson janssonrpcc json jsonrpcc lcr presence presence_dialoginfo presence_mwi presence_reginfo presence_xml tls utils uuid xmlops" cfg
make all
make install # Installs Kamailio in /usr/local/sbin
make install-systemd-debian
sed -i 's/^# DBENGINE/DBENGINE/' /usr/local/etc/kamailio/kamctlrc
kamdbctl create kamailio

Will result in the error occurring.


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