On Fri, 2006-02-10 at 00:45 +0500, Hussain Umair wrote: > hi ive been tryin to get oh323 to work and installed it without any problems > but it gives me the same error all the time ....this is the third time ive > installed it..please if anyone can kindly help me out thanks in advance... > > > [chan_oh323.so]Feb 10 00:35:29 WARNING[4891]: loader.c:258 > ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined > symbol: _ZN11PTimedMutexC2Ev > Feb 10 00:35:29 WARNING[4891]: loader.c:440 load_modules: Loading module > chan_oh323.so failed! > >
I had the same problem before. Have you checked the variable ASTERISKINCDIR in the Makefile from the oh323 path? It must be pointing to the path containig the include source of your running asterisk version. # # Set ASTERISKINCDIR variable to the directory containing the include files of # Asterisk PBX. # #ASTERISKINCDIR=/usr/src/asterisk/include ASTERISKINCDIR=/usr/src/asterisk-1.2.4/asterisk-1.2/include > > Regards, > > Umair. > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
