Hi devs,
I am seeing a doubled path segment kamctl/ in MYLIBDIR in kamctl
MYLIBDIR="/usr/local/kamailio/lib64/kamailio/kamctl/kamctl"
kamctl.base is actually installed to /usr/local/kamailio/lib64/kamailio/kamctl/kamctl.base.
This is the lastest master on debian 12.
Anyone else seeing this? My compilation command is
cmake -DCMAKE_INSTALL_PREFIX-/usr/local/kamailio -DCMAKE_INSTALL_LOCALSTATEDIR=/var -S . -B build/ cmake --build build/ cmake --install build/
Regards Richard
Hey Richard,
Thanks for testing this out and letting me know! I pushed some fixes regarding `kamctl` and `kamdbctl` in https://github.com/kamailio/kamailio/tree/cmake branch! I have tested and it seems to work.
If you can confirm it as well before pushing to master, and it works as expected without any more conflicts, that would be great!
Cheers, Xenofon
Hi Xenofon,
It works for me now - thanks! You can go ahead with the merge to master.
On Fri, 20 Dec 2024 at 19:35, Xenofon via sr-dev sr-dev@lists.kamailio.org wrote:
Hey Richard,
Thanks for testing this out and letting me know! I pushed some fixes regarding `kamctl` and `kamdbctl` in https://github.com/kamailio/kamailio/tree/cmake branch! I have tested and it seems to work.
Regards
Richard