[Asterisk-Users] Error in app_voicemail2.so after CVS update
Dan
dtoma at fx.ro
Wed Nov 5 15:00:14 MST 2003
Hi,
----- Original Message -----
From: "Tilghman Lesher" <tilghman at mail.jeffandtilghman.com>
To: <asterisk-users at lists.digium.com>
Sent: Wednesday, November 05, 2003 10:05 PM
Subject: Re: [Asterisk-Users] Error in app_voicemail2.so after CVS update
> On Wednesday 05 November 2003 12:03, Dan wrote:
> > [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!
>
> I don't know what you're doing wrong, because I just checked out CVS
> and tried this, and it works fine. ast_localtime() is located in the
> stdtime subdirectory of asterisk.
Those are the involved files :
-rw-r--r-- 1 root root 80346 Nov 5 19:30 app_voicemail2.c
in ./apps
-rw-r--r-- 1 root root 37529 Oct 30 20:13 localtime.c
in ./stdtime
in localtime.c this is the only place where ast_localtime is present:
struct tm *
ast_localtime(timep, p_tm, zone)
const time_t * const timep;
struct tm *p_tm;
const char * const zone;
Any other idea?
Thanks,
Dan
More information about the asterisk-users
mailing list