Hi, I'm trying to install asterisk-addons-1.6.0-beta1 on my machine. But getting following error during make: [root at Cancer asterisk-addons-1.6.0-beta1]# make make[1]: Entering directory `/usr/src/asterisk/asterisk-addons-1.6.0-beta1' [CC] app_addon_sql_mysql.c -> app_addon_sql_mysql.o app_addon_sql_mysql.c: In function `aMYSQL_connect': app_addon_sql_mysql.c:266: error: `CLIENT_MULTI_STATEMENTS' undeclared (first use in this function) app_addon_sql_mysql.c:266: error: (Each undeclared identifier is reported only once app_addon_sql_mysql.c:266: error: for each function it appears in.) app_addon_sql_mysql.c:266: error: `CLIENT_MULTI_RESULTS' undeclared (first use in this function) make[1]: *** [app_addon_sql_mysql.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.6.0-beta1' make: *** [all] Error 2 Earlier 1.4 addons are woking fine. Anybody have any idea about this error. Regards Keshav Regards, Kesh " Lets change the future...lets change the world." --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080120/cf3f3f95/attachment.htm
Tilghman Lesher
2008-Jan-21 13:29 UTC
[asterisk-users] asterisk-addons-1.6.0-beta1---Error
On Monday 21 January 2008 01:10:51 Keshav K. wrote:> app_addon_sql_mysql.c:266: error: `CLIENT_MULTI_STATEMENTS' undeclared > (first use in this function) app_addon_sql_mysql.c:266: error: (Each > undeclared identifier is reported only once app_addon_sql_mysql.c:266: > error: for each function it appears in.) app_addon_sql_mysql.c:266: error: > `CLIENT_MULTI_RESULTS' undeclared (first use in this function)Please upgrade your MySQL client code to version 4.1 or higher. Note that versions prior to this one have been EOLed by the MySQL team and are unsupported. -- Tilghman