Hi,
i've noticed, that the current Debian-Packaging uses the current directory as RUN_DIR for tools like kamcmd.
Due to this, i get the following error when running kamcmd (from the Debian-Packages):
~# kamcmd ERROR: connect_unix_sock: connect(/home/carsten/build/ims/sip-router/debian/kamailio/var/run/kamailio//kamailio_ctl): No such file or directory [2]
The default should be "/var/run/kamailio/kamailio_ctl", not "/home/carsten/build/..." where i build the package....
Is there a proper way, to set the RUN_DIR correctly, when building packages?
I've noticed, it's the same for Debian Packages from the official repository....
Thanks, Carsten