Hello I have downloaded asterisk-addons but when I make install get: cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given app_addon_sql_mysql.c: In function `del_identifier': app_addon_sql_mysql.c:164: error: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql.c:164: error: (Each undeclared identifier is reported only once app_addon_sql_mysql.c:164: error: for each function it appears in.) make: *** [app_addon_sql_mysql.o] Error 1 I have set a password for root on mysql - could that be the problem? Should I remove the password? What is easiest way to do that? Angus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050721/b659405f/attachment.htm
Mohamed A. Gombolaty
2005-Jul-21 04:39 UTC
[Asterisk-Users] Problems installing asterisk-addons
Hi Angus, I don't believe it can be the root password of mysql, I used to install the addons without even haved installed mysql server yet, I guess we need to know which platform are you working on and which version you are trying to install. Thx MAG Angus Comber wrote:> Hello I have downloaded asterisk-addons but when I make install get: > cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID > -I/usr/include/mysql -c -o app_addon_sql_mysql.o > app_addon_sql_mysql.c > app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 > arguments, but only 3 given > app_addon_sql_mysql.c: In function `del_identifier': > app_addon_sql_mysql.c:164: error: `AST_LIST_REMOVE' undeclared (first > use in this function) > app_addon_sql_mysql.c:164: error: (Each undeclared identifier is > reported only once > app_addon_sql_mysql.c:164: error: for each function it appears in.) > make: *** [app_addon_sql_mysql.o] Error 1 I have set a password for > root on mysql - could that be the problem? Should I remove the > password? What is easiest way to do that? Angus > > ---------------------------------------------------------------- > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Thx MAG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050721/30789cd5/attachment.htm
On Thu, 2005-07-21 at 12:19 +0100, Angus Comber wrote:> Hello > > I have downloaded asterisk-addons but when I make install get: > > cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID > -I/usr/include/mysql -c -o app_addon_sql_mysql.o > app_addon_sql_mysql.c > app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 > arguments, but only 3 given > app_addon_sql_mysql.c: In function `del_identifier': > app_addon_sql_mysql.c:164: error: `AST_LIST_REMOVE' undeclared (first > use in this function) > app_addon_sql_mysql.c:164: error: (Each undeclared identifier is > reported only once > app_addon_sql_mysql.c:164: error: for each function it appears in.) > make: *** [app_addon_sql_mysql.o] Error 1 > > I have set a password for root on mysql - could that be the problem? > Should I remove the password? What is easiest way to do that?You haven't got far enough for that to be a problem, that would be at runtime. Are your asterisk and asterisk-addons in sync? i.e. the same release, you're not trying to mix HEAD and stable are you? -- Dave Cotton <dcotton@linuxautrement.com>