[Asterisk-Users] Error in app_voicemail2.so after CVS update
Dan
dtoma at fx.ro
Wed Nov 5 11:03:06 MST 2003
Hi all,
I have done some minutes ago a full CVS update, like that:
cvs checkout zaptel zapata libpri asterisk
cd zaptel
make clean ; make install
cd ../zapata
make clean ; make install
cd ../libpri
make clean ; make install
cd ../asterisk
make clean ; make install
When I try to start astersik with asterisk -vvvvvvc I get the following
error and the program stops:
[app_voicemail2.so]WARNING[1074412256]: File loader.c, Line 232
(ast_load_resource): /usr/lib/asterisk/modules/app_voicemail2.so: undefined
symbol: ast_localtime
WARNING[1074412256]: File loader.c, Line 400 (load_modules): Loading module
app_voicemail2.so failed!
if I try to add in modules.conf the line:
noload => app_voicemail2.so
I get the following error when starting *:
[app_sayunixtime.so]WARNING[1074412256]: File loader.c, Line 232
(ast_load_resource): /usr/lib/asterisk/modules/app_sayunixtime.so: undefined
symbol: ast_say_date_with_format
WARNING[1074412256]: File loader.c, Line 400 (load_modules): Loading module
app_sayunixtime.so failed!
If I put:
noload => app_sayunixtime.so
then * starts ok, but I cannot use voicemail2 application.
What can I do to solve this problem?
Thanks,
Dan
More information about the asterisk-users
mailing list