Hi I have built pjsip and the python module on Centos 6. When i try and run a python script i am getting an abort signal. Running it under strace seems to indicate that the wrong path has been linked into the module so during run time the library can not be loaded. clone(child_stack=0x7f3dae65fff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f3dae6609d0, tls=0x7f3dae660700, child_tidptr=0x7f3dae6609d0) = 4122 write(2, "python: ../src/pjsua-lib/pjsua_a"..., 121python: ../src/pjsua-lib/pjsua_acc.c:400: pjsua_acc_add: Assertion `pjsua_var.tpdata[0].data.ptr != ((void *)0)' failed. ) = 121 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3db85ab000 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 tgkill(4119, 4119, SIGABRT) = 0 --- SIGABRT (Aborted) @ 0 (0) --- +++ killed by SIGABRT +++ Aborted Is there a way i can compile this to ensure the "../src/pjsua-lib/" path is not hard coded in and that the standard lib paths can be searched instead. I would appreciate any pointers if my assumptions above are incorrect. Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20131121/5e5419e2/attachment-0001.asc>