View previous topic :: View next topic |
Author |
Message |
kesh.keshav at yahoo.com Guest
|
Posted: Mon Jan 21, 2008 2:10 am Post subject: [asterisk-users] asterisk-addons-1.6.0-beta1---Error |
|
|
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 |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Mon Jan 21, 2008 8:29 am Post subject: [asterisk-users] asterisk-addons-1.6.0-beta1---Error |
|
|
On Monday 21 January 2008 01:10:51 Keshav K. wrote:
Quote: | 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 |
|
Back to top |
|
|
kpfleming at digium.com Guest
|
Posted: Mon Jan 21, 2008 10:44 am Post subject: [asterisk-users] asterisk-addons-1.6.0-beta1---Error |
|
|
Tilghman Lesher wrote:
Quote: | 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.
|
Even thought that is true, the configure script for asterisk-addons
should deal with this situation so that users don't get compilation
failures
--
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM) |
|
Back to top |
|
|
|