On Tue, January 22, 2013 1:58 pm, sr-users-request@lists.sip-router.org wrote:
Send sr-users mailing list submissions to sr-users@lists.sip-router.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users or, via email, send a message with subject or body 'help' to sr-users-request@lists.sip-router.org
You can reach the person managing the list at sr-users-owner@lists.sip-router.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of sr-users digest..."
Today's Topics:
- Modify IP address in SDP (Austin Einter)
- Re: Modify IP address in SDP (Olle E. Johansson)
- Problem with 4.0 nightlies and IMS - sem_post undefined
(Barry Flanagan) 4. Patch to resolve segfault in json module (Richard Brady) 5. Re: Modify IP address in SDP (Austin Einter) 6. Re: Patch to resolve segfault in json module (Daniel-Constantin Mierla) 7. Re: [sr-dev] FOSDEM (Daniel Pocock)
Message: 3 Date: Tue, 22 Jan 2013 13:19:44 +0000 From: Barry Flanagan barry@flanagan.ie Subject: [SR-Users] Problem with 4.0 nightlies and IMS - sem_post undefined To: sr-users@lists.sip-router.org Message-ID: CALJb54-rPPbjgGR5iEKYztNGDvT11znthJzgMYovpp_t6N0S8w@mail.gmail.com Content-Type: text/plain; charset="utf-8"
Hi
I am trying to run the Ubuntu nightlies from http://deb.kamailio.org/kamailiodev-nightly and loading the p-cscf config files.
Things were working fine while I was on the 20130110 nightlies, but when I upgraded to 20130122 I get the following errors. Any have an idea why sem_post is undefined and how to fix this?
0(1980) ERROR: <core> [sr_module.c:572]: ERROR: load_module: could not open module </usr/lib64/kamailio/modules/ims_registrar_pcscf.so>: /usr/lib64/kamailio/modules/ims_registrar_pcscf.so: undefined symbol: sem_post 0(1980) ERROR: <core> [sr_module.c:572]: ERROR: load_module: could not open module </usr/lib64/kamailio/modules/cdp.so>: /usr/lib64/kamailio/modules/cdp.so: undefined symbol: sem_post 0(1980) ERROR: <core> [sr_module.c:572]: ERROR: load_module: could not open module </usr/lib64/kamailio/modules/ims_qos.so>: /usr/lib64/kamailio/modules/ims_qos.so: undefined symbol: sem_post
Thanks
-Barry Flanagan
On 23 January 2013 04:42, madhumanjusha@integramicro.com wrote:
Date: Tue, 22 Jan 2013 13:19:44 +0000 From: Barry Flanagan barry@flanagan.ie Subject: [SR-Users] Problem with 4.0 nightlies and IMS - sem_post
I am trying to run the Ubuntu nightlies from http://deb.kamailio.org/kamailiodev-nightly and loading the p-cscf
config
files.
Things were working fine while I was on the 20130110 nightlies, but when I upgraded to 20130122 I get the following errors. Any have an idea why sem_post is undefined and how to fix this?
0(1980) ERROR: <core> [sr_module.c:572]: ERROR: load_module: could not open module </usr/lib64/kamailio/modules/ims_registrar_pcscf.so>: /usr/lib64/kamailio/modules/ims_registrar_pcscf.so: undefined symbol: sem_post
Hello Barry,
This means the corresponding module with sr_module.c has few compilation errors and that stopped creating your entire module.When you run the server it cannot open it as it is not created during compilation stage. Please do check if sr_module.c has any errors or re-compile with error free and then run the server.
Thanks Manjusha. As I was using the nightlies APT repository, I guess I will instead have to compile myself for now.
Regards,
-Barry