Hello!
I'm trying to test kazoo module but unfortunately it is not loading:
*0(25107) ERROR: <core> [core/sr_module.c:498]: load_module(): could not open module </usr/lib64/kamailio/modules/kazoo.so>: /usr/lib64/kamailio/modules/kazoo.so: undefined symbol: event_set*
It was built today together with other modules and Kamailio itself today from branch 5.2 on CentOS 6. librabbitmq version is 0.5.2-1.
Does anyone has it running and if so what version is it?
Thanks a lot!
That must be resolved. on 5.1 branch (5.1.6) and newer. Think used old version.
Sergey
пн, 17 дек. 2018 г. в 21:28, Володимир Іванець volodyaivanets@gmail.com:
Hello!
I'm trying to test kazoo module but unfortunately it is not loading:
*0(25107) ERROR: <core> [core/sr_module.c:498]: load_module(): could not open module </usr/lib64/kamailio/modules/kazoo.so>: /usr/lib64/kamailio/modules/kazoo.so: undefined symbol: event_set*
It was built today together with other modules and Kamailio itself today from branch 5.2 on CentOS 6. librabbitmq version is 0.5.2-1.
Does anyone has it running and if so what version is it?
Thanks a lot! _______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Am Montag, 17. Dezember 2018, 19:27:45 CET schrieb Володимир Іванець:
I'm trying to test kazoo module but unfortunately it is not loading:
*0(25107) ERROR: <core> [core/sr_module.c:498]: load_module(): could not open module </usr/lib64/kamailio/modules/kazoo.so>: /usr/lib64/kamailio/modules/kazoo.so: undefined symbol: event_set*
It was built today together with other modules and Kamailio itself today from branch 5.2 on CentOS 6. librabbitmq version is 0.5.2-1.
Does anyone has it running and if so what version is it?
Hello
this could be an error caused from the libevent library (http:// www.wangafu.net/~nickm/libevent-2.0/doxygen/html/ event__compat_8h.html#ace184d66066e9bac013779d8f6921d11)
Can provide the output from "ldd kazoo.so" in the module directory here? To make sure that everything is linked correctly.
Best regards,
Henning
https://github.com/kamailio/kamailio/issues/1540
пн, 17 дек. 2018 г. в 23:54, Henning Westerholt hw@kamailio.org:
Am Montag, 17. Dezember 2018, 19:27:45 CET schrieb Володимир Іванець:
I'm trying to test kazoo module but unfortunately it is not loading:
*0(25107) ERROR: <core> [core/sr_module.c:498]: load_module(): could not open module </usr/lib64/kamailio/modules/kazoo.so>: /usr/lib64/kamailio/modules/kazoo.so: undefined symbol: event_set*
It was built today together with other modules and Kamailio itself today from branch 5.2 on CentOS 6. librabbitmq version is 0.5.2-1.
Does anyone has it running and if so what version is it?
Hello
this could be an error caused from the libevent library (http:// www.wangafu.net/~nickm/libevent-2.0/doxygen/html/ event__compat_8h.html#ace184d66066e9bac013779d8f6921d11)
Can provide the output from "ldd kazoo.so" in the module directory here? To make sure that everything is linked correctly.
Best regards,
Henning
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services Kamailio security assessment - https://skalatan.de/de/assessment
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Thank you for your responces.
Branch 5.2 was definitely used during the build:
*# kamailio -v* *version: kamailio 5.2.0 (x86_64/linux)*
Here is ldd output from my system:
*# ldd /usr/lib64/kamailio/modules/kazoo.so* *linux-vdso.so.1 => (0x00007fff6eb73000)* *libjson-c.so.2 => /lib64/libjson-c.so.2 (0x00007fa8d2315000)* *libuuid.so.1 => /lib64/libuuid.so.1 (0x00007fa8d2110000)* *librabbitmq.so.1 => /usr/lib64/librabbitmq.so.1 (0x00007fa8d1efd000)* *libsrdb1.so.1 => /usr/lib64/kamailio/libsrdb1.so.1 (0x00007fa8d1cca000)* *libc.so.6 => /lib64/libc.so.6 (0x00007fa8d1935000)* */lib64/ld-linux-x86-64.so.2 (0x0000558e3da5e000)* *libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007fa8d16c9000)* *libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007fa8d12e4000)* *librt.so.1 => /lib64/librt.so.1 (0x00007fa8d10db000)* *libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007fa8d0e97000)* *libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007fa8d0bb0000)* *libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007fa8d09ab000)* *libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fa8d077f000)* *libdl.so.2 => /lib64/libdl.so.2 (0x00007fa8d057b000)* *libz.so.1 => /lib64/libz.so.1 (0x00007fa8d0364000)* *libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa8d0147000)* *libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007fa8cff3c000)* *libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007fa8cfd38000)* *libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fa8cfb1e000)* *libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fa8cf8fe000)*
It appears to have no issues.
Thank you!
пн, 17 груд. 2018 о 23:04 Sergey Safarov s.safarov@gmail.com пише:
https://github.com/kamailio/kamailio/issues/1540
пн, 17 дек. 2018 г. в 23:54, Henning Westerholt hw@kamailio.org:
Am Montag, 17. Dezember 2018, 19:27:45 CET schrieb Володимир Іванець:
I'm trying to test kazoo module but unfortunately it is not loading:
*0(25107) ERROR: <core> [core/sr_module.c:498]: load_module(): could not open module </usr/lib64/kamailio/modules/kazoo.so>: /usr/lib64/kamailio/modules/kazoo.so: undefined symbol: event_set*
It was built today together with other modules and Kamailio itself today from branch 5.2 on CentOS 6. librabbitmq version is 0.5.2-1.
Does anyone has it running and if so what version is it?
Hello
this could be an error caused from the libevent library (http:// www.wangafu.net/~nickm/libevent-2.0/doxygen/html/ event__compat_8h.html#ace184d66066e9bac013779d8f6921d11)
Can provide the output from "ldd kazoo.so" in the module directory here? To make sure that everything is linked correctly.
Best regards,
Henning
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services Kamailio security assessment - https://skalatan.de/de/assessment
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users