Mine is in /usr/lib/x86_64-linux-gnu, if that has any bearing on it.
Doing ldd carrierroute.so yielded the following, no mention of libconfuse.
linux-vdso.so.1 => (0x7fff573e6000)
libtrie.so.1 => /usr/lib64/kamailio/libtrie.so.1
(0x7f23ddb77000)
libsrdb1.so.1 =>
I'm running some problems atm witch don't allow me to test.
Well, if carrierroute built than you already have libconfuse-dev.
Carrierroute uses libconfuse as a shared library. I would suggest doing a
ldd carrieroute.so and than check that you have the confuse library needed
as a carrierroute depen
I found I already had libconfuse, and installed libconfuse-dev, at which
point I did another 'make deb', still getting the same result at the
end. I just checked by running ldconfig -v, and the libconfuse library
is indeed in there. I even rebuilt to make sure the ldconfig I just ran
didnt af