[Asterisk-Dev] ast_pthread_create use with external lib
Richard Lyman
pchammer at dynx.net
Thu Sep 30 09:46:38 MST 2004
Leandro wrote:
> Hello,
> I am trying to use OpenLine cards with Asterisk (I found laying around
> two OpenLine4 dated back 2002), but the vpb driver uses the
> pthread_create library call instead of ast_pthread_create and so
> asterisk, while loading modules, starting with chan_sip.so, exits with
> the common "hint" undefined symbol: __use_ast_pthread_create_instead__
>
> Is there a way to use the vpb driver?
>
> Leandro
>
>
__use_ ***>>> ast_pthread_create <<<*** _instead__
so rename all pthread_create to ast_pthread_create ...
More information about the asterisk-dev
mailing list