Re: [SR-Users] Issue loading ims_dialog module

2016-07-01 Thread Vikram Chhibber
Hi Jason, I got passed this issue. The issue was that dlopen was complaining about destroy_dlg symbol not found while loading ims_dialog module. I removed the "inline" key-word from dlg_hash.h/.c for this method and now I am able to load this module. Vikram On Fri, Jul 1, 2016 at 2:25 AM, Jason

Re: [SR-Users] Issue loading ims_dialog module

2016-07-01 Thread Jason Penton
Hi Vikram, Seems really strange. Any way I could get ssh access? You are welcome to engage me privately to try and resolve and then we can post resolution to the list. Cheers Jason On Thu, Jun 30, 2016 at 6:08 PM, Vikram Chhibber wrote: > I installed Kamailio after compiling 4.4 source: > > >

Re: [SR-Users] Issue loading ims_dialog module

2016-06-30 Thread Vikram Chhibber
I installed Kamailio after compiling 4.4 source: Here is the output: ldd /usr/local/lib64/kamailio/modules/ims_dialog.so linux-vdso.so.1 => (0x7ffdcce69000) libkmi.so.1 => /usr/local/lib64/kamailio/libkmi.so.1 (0x7fefa3fba000) libsrdb1.so.1 => /usr/local/lib64

Re: [SR-Users] Issue loading ims_dialog module

2016-06-30 Thread Jason Penton
Hi Vikram, How did you install? From source? from Pkg? Also, please send output of: ldd /usr/local/lib64/kamailio/modules/ims_dialog.so On Thu, Jun 30, 2016 at 2:24 AM, Vikram Chhibber wrote: > Hi All, > > I am trying to bring-up PCSCF on releae 4.4 and I am getting errors > related to load

[SR-Users] Issue loading ims_dialog module

2016-06-29 Thread Vikram Chhibber
Hi All, I am trying to bring-up PCSCF on releae 4.4 and I am getting errors related to loading of ims_dialog module. The mpath is set correctly in kamailio.cfg and ims_dialog.so is present in that path. Interestingly, it is able to load rest of the modules from the same locaiton. ls -lrt /usr/loc