[Asterisk-Users] Asterisk 1.0.2
niels at wxn.nl
niels at wxn.nl
Tue Oct 26 14:14:37 MST 2004
Hello
I compiled the new 1.02 over 1.01
My old asterisk 1.01 was compiled (on redhat 9.0) by downloading the src
tarball from ftp.asterisk.com/pub/asterisk
I did this the exact same way now, downloaded the 1.02 tarball, unpacked
it, killed all asterisk 1.01 processes, issued a 'make' and 'make
install', which seemed to compile without problems..
When starting the new version, asterisk exited with this error
== Parsing '/etc/asterisk/features.conf': Found
-- Registered extension context 'parkedcalls'
-- Added extension '700' priority 1 to parkedcalls
asterisk: relocation error: /usr/lib/asterisk/modules/res_features.so:
undefined symbol: ast_pthread_create
I Excluded this .so in modules.conf
Then asterisk exited with this error
[app_groupcount.so]Oct 26 21:56:17 WARNING[1074412416]: loader.c:240
ast_load_resource: /usr/lib/asterisk/modules/app_groupcount.so:
undefined symbol: ast_channel_walk_locked
Oct 26 21:56:17 WARNING[1074412416]: loader.c:408 load_modules: Loading
module app_groupcount.so failed!
I also excluded this one
[app_txtcidname.so]Oct 26 21:59:11 WARNING[1074412416]: loader.c:240
ast_load_resource: /usr/lib/asterisk/modules/app_txtcidname.so:
undefined symbol: ast_get_txt
Oct 26 21:59:11 WARNING[1074412416]: loader.c:408 load_modules: Loading
module app_txtcidname.so failed!
Excluded this one
[app_controlplayback.so]Oct 26 22:00:01 WARNING[1074412416]:
loader.c:240 ast_load_resource:
/usr/lib/asterisk/modules/app_controlplayback.so: undefined symbol:
ast_control_streamfile
Oct 26 22:00:01 WARNING[1074412416]: loader.c:408 load_modules: Loading
module app_controlplayback.so failed!
And so on and so on
I had to exclude all these modules before I got asterisk running
res_features.so
app_groupcount.so
app_txtcidname.so
app_controlplayback.so
app_alarmreceiver.so
app_test.so
app_forkcdr.so
chan_h323.so
chan_sccp.so
app_agi.so
this isn't normal is it?
What did I do wrong?
More information about the asterisk-users
mailing list