Re: [SR-Users] Error loading carrierroute in Kamailio 4.0.x

2013-10-20 Thread Aaron Seelye
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 =>

Re: [SR-Users] Error loading carrierroute in Kamailio 4.0.x

2013-10-20 Thread Marius Zbihlei
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

Re: [SR-Users] Error loading carrierroute in Kamailio 4.0.x

2013-10-20 Thread Aaron Seelye
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