You need to install libmysqlclient15dev, it's saying it can't find the header files it requires.
>-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Christopher Aloi >Sent: Friday, August 25, 2006 8:36 PM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Subject: [asterisk-users] Help compiling asterisk-addons on Debian? > >Hello All - > >Running the following: > >Debian Stable >Asterisk SVN-branch-1.2-r41069 > >Checked out the following from SVN: > >asterisk-addons/branches/1.2 > >When I attempt to compile asterisk-addons I get the following: > >/usr/src/asterisk-addons >$ make > >/clip >asterdev1:/usr/src/asterisk-addons# make >./mkdep -fPIC -I../asterisk -D_GNU_SOURCE `ls *.c` >app_addon_sql_mysql.c:23:19: mysql.h: No such file or directory >cdr_addon_mysql.c:38:19: mysql.h: No such file or directory >cdr_addon_mysql.c:39:20: errmsg.h: No such file or directory >res_config_mysql.c:53:19: mysql.h: No such file or directory >res_config_mysql.c:54:27: mysql_version.h: No such file or directory >res_config_mysql.c:55:20: errmsg.h: No such file or directory >make -C format_mp3 all >make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3' >/clip > >Is this looking for MySQL? I do have MySQL installed and >running, a bit confused here.... anyone have any thouhts? > >-- >------ >Christopher T Aloi >------ > _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
