I have compiled chan_oh323 and when starting * I get the following. [chan_oh323.so]Aug 15 12:40:00 WARNING[1076245120]: loader.c:242 ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined symbol: __use_ast_pthread_create_instead__ Aug 15 12:40:00 WARNING[1076245120]: loader.c:423 load_modules: Loading module chan_oh323.so failed! Can anyone tell me how to fix this, or what that mean? Regards Krystian
You might try setting "P_PTHREADS=1" in your Makefile. I'm not actually certain if this will work, but it can't hurt anything. Ryan Wilkins On Sun, 15 Aug 2004, Krystian Filiks wrote:> I have compiled chan_oh323 and when starting * I get the following. > > [chan_oh323.so]Aug 15 12:40:00 WARNING[1076245120]: loader.c:242 > ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined > symbol: __use_ast_pthread_create_instead__ > Aug 15 12:40:00 WARNING[1076245120]: loader.c:423 load_modules: Loading > module chan_oh323.so failed! > > Can anyone tell me how to fix this, or what that mean?
Hi all! Any one that could give me some input on the problem below? regards Krystian Krystian Filiks wrote:> I have compiled chan_oh323 and when starting * I get the following. > > [chan_oh323.so]Aug 15 12:40:00 WARNING[1076245120]: loader.c:242 > ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined > symbol: __use_ast_pthread_create_instead__ > Aug 15 12:40:00 WARNING[1076245120]: loader.c:423 load_modules: > Loading module chan_oh323.so failed! > > Can anyone tell me how to fix this, or what that mean? > > Regards > Krystian > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
I have searched through the Makefile and the configure files and could not find any instance of P_PTHREADS. Should I put it there? in that case where? Ryan Wilkins wrote:>No. > >Look in the "Makefile" of the oh323 driver source. >Search down through the file for "#P_PTHREADS=1" and remove the #. >Then recompile. See if that helps your situation any. > > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
Was there ever a solution to this problem=?? Because I get the same problem on my fresh installed box.//Jonas LindvallWould the command "make P_PTHREADS=1 opt" do the job? Krystian Ryan Wilkins wrote:>You might try setting "P_PTHREADS=1" in your Makefile. >I'm not actually certain if this will work, but it can't hurt anything. > >Ryan Wilkins > > >On Sun, 15 Aug 2004, Krystian Filiks wrote: > > > >>I have compiled chan_oh323 and when starting * I get the following. >> >> [chan_oh323.so]Aug 15 12:40:00 WARNING[1076245120]: loader.c:242 >>ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined >>symbol: __use_ast_pthread_create_instead__ >>Aug 15 12:40:00 WARNING[1076245120]: loader.c:423 load_modules: Loading >>module chan_oh323.so failed! >> >>Can anyone tell me how to fix this, or what that mean? >> >> > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040830/97fcdecc/attachment.htm
Hello Jonas, Monday, August 30, 2004, 6:24:14 PM, you wrote: JLA> Was there ever a solution to this problem=?? Use Google. Here is the solution: http://lists.digium.com/pipermail/asterisk-users/2004-August/060033.html -- Best regards, Oleg mailto:sysoleg@progtech.ru
Try asterisk-oh323-0.6.3b. It compiles and run with latest Asterisk code. Download from: http://www.inaccessnetworks.com/projects/asterisk-oh323 Michael.
Jonas Lindvall (AllTele) schrieb:> Was there ever a solution to this problem=?? Because I get the same problem on my fresh installed box. > ...Hi, yes, it was: http://lists.digium.com/pipermail/asterisk-users/2004-August/060033.html Roger.