[Asterisk-Users] chan_oh323: __use_ast_pthread_create_instead__
(was: chan_oh323 loading error)
Roger Schreiter
roger at planinternet.de
Wed Aug 25 12:16:30 MST 2004
Hi,
> chan_oh323.so: undefined
> symbol: __use_ast_pthread_create_instead__
is not a bug, it's a hint:
use "ast_pthread_create" instead [what your were using]
and means:
replace in asterisk-oh/asterisk-driver/chan_oh323.c
at line 3764
"pthread_create"
by
"ast_pthread_create"
Roger.
More information about the asterisk-users
mailing list