[Asterisk-Users] chan_sccp error
Kristian Kielhofner
kris at krisk.org
Fri Oct 1 21:46:12 MST 2004
Jeff Borders wrote:
> Hello folks,
>
> I'm trying to install chan_sccp and get this error
>
> [chan_sccp.so]Oct 2 00:28:06 WARNING[-151090528]: loader.c:248
> ast_load_resource: /usr/lib/asterisk/modules/chan_sccp.so: undefined
> symbol: __use_ast_pthread_create_instead__
> Oct 2 00:28:06 WARNING[-151090528]: loader.c:429 load_modules: Loading
> module chan_sccp.so failed!
>
> After this, mpg123 goes crazy and shoots my processor up to 100%.
>
> What can I do to fix this? I've got * version 1.01, zaptel 1.0, and
> RedHat FC2.
>
Your * source and chan_sccp are for different versions of each other.
Get the latest of both from CVS.
Or, look in the chan_sccp source (chan_sccp.c & sccp_device.c) and
replace all instances of pthread_create with ast_pthread_create.
But really, just checkout fresh CVS copies!
--
Kristian Kielhofner
More information about the asterisk-users
mailing list