Hi , you have to copy the libh323_linux_x86_r.so.1 to /usr/lib and make a entry to /etc/modules --> /usr/lib then you execute ldconfig and that's it. Regards, Thomas. -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]Im Auftrag von Makerere University Gesendet: Montag, 5. Mai 2003 17:28 An: asterisk-users@lists.digium.com Betreff: [Asterisk-Users] oh323 problem i have tried to install oh323 but it has failed to load this module please help [chan_oh323.so]WARNING[1024]: File loader.c, Line 212 (ast_load_resource): /usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol: _ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream WARNING[1024]: File loader.c, Line 368 (load_modules): Loading module chan_oh323.so failed! _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
i have tried to install oh323 but it has failed to load this module please help [chan_oh323.so]WARNING[1024]: File loader.c, Line 212 (ast_load_resource): /usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol: _ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream WARNING[1024]: File loader.c, Line 368 (load_modules): Loading module chan_oh323.so failed!
Makerere University wrote:> i have tried to install oh323 but it has failed to load this module > please help > > [chan_oh323.so]WARNING[1024]: File loader.c, Line 212 > (ast_load_resource): /usr/local/lib/libh323_linux_x86_r.so.1: undefined > symbol: _ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream > WARNING[1024]: File loader.c, Line 368 (load_modules): Loading module > chan_oh323.so failed! _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-usersIt seems that the wrapper library try to use wrong openh323/pwlib libs. Also, if you have compiled new libraries then you must recompile the asterisk-oh323 sodtware. Michael.
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2593 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050527/c19eb322/attachment.jpeg
I am trying to setup an h32h channel in Asterisk Firstly I tried to use chan_h323, but I was not able to compile the required pwlib ad open323 version under my system (Suse Linux 9.2) Next I tried to use oh323. I succed in compile and install the pwlib-Mimas_patch2-src-tar.gz then openh323-Mimas_patch2-src-tar.gz and finally asterisk-oh323-0.6.7 everything was OK, and the module chan_oh323.so was created in the /usr/lib/asterisk/modules directory But if I try to start asterisk, I see in the full log Oct 10 14:29:20 VERBOSE[12461]: == Registered translator 'lpc10tolin' from format lpc10 to slin, cost 3 Oct 10 14:29:20 VERBOSE[12461]: == Registered translator 'lintolpc10' from format slin to lpc10, cost 5 Oct 10 14:29:20 VERBOSE[12461]: [app_setcidname.so]Oct 10 14:29:20 VERBOSE[12461]: [app_setcidname.so] => (Set CallerID Name) Oct 10 14:29:20 VERBOSE[12461]: == Registered application 'SetCIDName' Oct 10 14:29:20 VERBOSE[12461]: [chan_oh323.so]Oct 10 14:29:20 WARNING[12461]: /usr/lib/asterisk/modules/chan_oh323.so: undefined symbol: _ZNK8PChannel7IsClassEPKc Oct 10 14:29:20 WARNING[12461]: Loading module chan_oh323.so failed! Does anybody know which is the problem ? thanks in advance, Andrea Chi ricevesse questa mail per errore e' gentilmente pregato di cancellarla. Visitate il sito http://www.frameweb.it
asterisk@frameweb.it wrote:> WARNING[12461]: /usr/lib/asterisk/modules/chan_oh323.so: undefined symbol: > _ZNK8PChannel7IsClassEPKc > Oct 10 14:29:20 WARNING[12461]: Loading module chan_oh323.so failed! > > Does anybody know which is the problem ?It seems Asterisk source and binary version do not fit.> > AndreaHTH, Hauke