<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2745.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Im trying to add mysql billing to my * box, running 
*1.0.2 on Debian</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I follow the instructions at <A 
href="http://www.voip-info.org/wiki-Asterisk+cdr+mysql">http://www.voip-info.org/wiki-Asterisk+cdr+mysql</A>&nbsp;and 
download the asterisk-addons via cvs</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When I get to the "make" part,&nbsp;the errors I 
get indicate a path somewhere is wrong. I can't for the life of me work out 
exactly where it is. Any help would be muchly appreciated!?!</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>adminbox:/usr/src/asterisk-addons# make 
clean<BR>rm -f *.so *.o .depend<BR>make -C format_mp3 clean<BR>make[1]: Entering 
directory `/usr/src/asterisk-addons/format_mp3'<BR>rm -f *.o *.so *~<BR>make[1]: 
Leaving directory 
`/usr/src/asterisk-addons/format_mp3'<BR>rfadmin:/usr/src/asterisk-addons# make 
install<BR>./mkdep -fPIC -I../asterisk -D_GNU_SOURCE&nbsp; 
-I/usr/include/mysql&nbsp;&nbsp; `ls *.c`<BR>app_addon_sql_mysql.c:15:27: 
asterisk/file.h: No such file or directory<BR>app_addon_sql_mysql.c:16:29: 
asterisk/logger.h: No such file or directory<BR>app_addon_sql_mysql.c:17:30: 
asterisk/channel.h: No such file or directory<BR>app_addon_sql_mysql.c:18:26: 
asterisk/pbx.h: No such file or directory<BR>app_addon_sql_mysql.c:19:29: 
asterisk/module.h: No such file or directory<BR>app_addon_sql_mysql.c:20:34: 
asterisk/linkedlists.h: No such file or 
directory<BR>app_addon_sql_mysql.c:21:31: asterisk/chanvars.h: No such file or 
directory<BR>app_addon_sql_mysql.c:22:27: asterisk/lock.h: No such file or 
directory<BR>app_saycountpl.c:10:27: asterisk/file.h: No such file or 
directory<BR>app_saycountpl.c:11:29: asterisk/logger.h: No such file or 
directory<BR>app_saycountpl.c:12:30: asterisk/channel.h: No such file or 
directory<BR>app_saycountpl.c:13:26: asterisk/pbx.h: No such file or 
directory<BR>app_saycountpl.c:14:29: asterisk/module.h: No such file or 
directory<BR>app_saycountpl.c:15:27: asterisk/lock.h: No such file or 
directory<BR>cdr_addon_mysql.c:17:29: asterisk/config.h: No such file or 
directory<BR>cdr_addon_mysql.c:18:30: asterisk/options.h: No such file or 
directory<BR>cdr_addon_mysql.c:19:30: asterisk/channel.h: No such file or 
directory<BR>cdr_addon_mysql.c:20:26: asterisk/cdr.h: No such file or 
directory<BR>cdr_addon_mysql.c:21:29: asterisk/module.h: No such file or 
directory<BR>cdr_addon_mysql.c:22:29: asterisk/logger.h: No such file or 
directory<BR>cdr_addon_mysql.c:23:26: asterisk/cli.h: No such file or 
directory<BR>cdr_addon_mysql.c:24:22: asterisk.h: No such file or 
directory<BR>make -C format_mp3 all<BR>make[1]: Entering directory 
`/usr/src/asterisk-addons/format_mp3'<BR>gcc -pipe&nbsp; -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations&nbsp;&nbsp; 
-D_REENTRANT -D_GNU_SOURCE&nbsp; -O6&nbsp;&nbsp;&nbsp; -c -o common.o 
common.c<BR>common.c:1:29: asterisk/logger.h: No such file or 
directory<BR>common.c: In function `decode_header':<BR>common.c:93: warning: 
implicit declaration of function `ast_log'<BR>common.c:93: error: `LOG_WARNING' 
undeclared (first use in this function)<BR>common.c:93: error: (Each undeclared 
identifier is reported only once<BR>common.c:93: error: for each function it 
appears in.)<BR>make[1]: *** [common.o] Error 1<BR>make[1]: Leaving directory 
`/usr/src/asterisk-addons/format_mp3'<BR>make: *** [format_mp3/format_mp3.so] 
Error 2<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Brad</FONT></DIV></BODY></HTML>