Displaying 11 results from an estimated 11 matches for "__use_ast_pthread_create_instead__".
2004 Aug 25
1
chan_oh323: __use_ast_pthread_create_instead__ (was: chan_oh323 loading error)
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.
ANY DEVELOPERS HERE? "warning: implicit declaration of function `__use_ast_pthread_create_instead__"
2004 Nov 20
1
ANY DEVELOPERS HERE? "warning: implicit declaration of function `__use_ast_pthread_create_instead__"
I have been running a version of Asterisk that is 4-5 months old.
When trying to upgrade to 1.0.2, I get several compile warnings such as:
chan_zap.c:3515: warning: implicit declaration of function `__use_ast_pthread_create_instead__'
The channel modules will not load with the error: undefined symbol: __use_ast_pthread_create_instead__
I have removed the modules before compiling, make clean, make install, reinstalled them, did the modprobe stuff, etc.
Do I have some type of missing library or function that is causing the a...
2004 Aug 15
7
chan_oh323 loading error
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
2005 Feb 16
5
problem : undefined symbol.
...downloaded asterisk to use cvs to checkout the release version.
After installing, I would like to load module chan_h323.so but there is some
error :
*CLI> load chan_h323.so
Feb 17 15:22:38 WARNING[2865]: loader.c:258 ast_load_resource:
/usr/lib/asterisk/m
odules/chan_h323.so: undefined symbol: __use_ast_pthread_create_instead__
Unable to load module chan_h323.so
*CLI>
How can I solve that problem?
2004 Oct 05
2
Problems installing app_valetparking
...valetparking.c:666: error: structure has no member named
`allowdisconnect'
apps/app_valetparking.c:671: warning: implicit declaration of function
`ast_bridge_call'
apps/app_valetparking.c: In function `load_module':
apps/app_valetparking.c:760: warning: implicit declaration of function
`__use_ast_pthread_create_instead__'
[root@localhost asterisk]#
[root@localhost asterisk]#
2004 Sep 01
1
latest CVS build won't load
Fails on loading several of the chan_*.so modules with "undefined symbol
__use_ast_pthread_create_instead__".
Notably, these same modules complain during compilation "implicit
declaration of function __use_ast_pthread_create_instead__".
Ideas?
--
Alok K. Dhir <adhir@symplicity.com>
Symplicity Corporation
http://solutions.symplicity.com
703 351 6987 (w) | 703 351-6357 (f)
2004 Oct 01
1
chan_sccp error
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.
2004 Aug 22
5
skinny or sccp?
Hi, please tell me,
is original skinny support in Asterisk stil under development or is better to try chan_sccp from
http://chan-sccp.sourceforge.net ?
my first try was unsuccessfull (chan_sccp compile OK, but module loading fail during Asterisk startup)
and my phone (C7940) seems to be not supported in original chan_skinny :(
PJ
2004 Aug 23
3
Cisco 7960G, Skinny.conf, and reboots
I could use some skinny/Cisco help here. Was finally able to get the phone
registered to * but whenever someone tries to call that phone it freezes and
reboots itself. Same thing happens when you pick the handset up off the
7960G; it locks and reboots about 5 sec later.
Here is what * shows when I plug the phone in:
-- Starting Skinny session from 64.72.107.1
Device SEP000F3442E4A7 is
2004 Oct 07
0
starting problem
...one back version of asterisk and I get the
following error!
Asterisk Dynamic Loader Starting:
== Parsing '/etc/asterisk/modules.conf': Found
[chan_modem.so]Oct 7 14:55:02 WARNING[-1084874080]: loader.c:248
ast_load_resource: /usr/lib/asterisk/modules/chan_modem.so: undefined
symbol: __use_ast_pthread_create_instead__
Oct 7 14:55:02 WARNING[-1084874080]: loader.c:380 load_modules: Loading
module chan_modem.so failed!
Please help
2005 Mar 07
0
CVS compile error utils.c
Hi..
I get the following error when compiling the lastest CVS
utils.c:405: undefined reference to `__use_ast_pthread_create_instead__'
due to the fact I dont know c I thought what the heck
and took a look at line 405
return pthread_create(thread, attr, start_routine, data);
and changed it to
ast_pthread_create(thread, attr, start_routine, data);
and it compiled............but when running asterisk it gives me a nasty...