similar to: asterisk addons don't compile using non standart prefix

Displaying 20 results from an estimated 5000 matches similar to: "asterisk addons don't compile using non standart prefix"

2005 Jul 05
3
Asterisk addons install problem
Hi there: I have successfully installed the Asterisk 1.0.9 on my Freebsd 5.4 box. When I tend to install the addon for mysql CDR billing, It always return me the following errors: SIP# gmake clean rm -f *.so *.o .depend gmake -C format_mp3 clean gmake[1]: Entering directory `/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3' rm -f *.o *.so *~ gmake[1]: Leaving directory
2006 Oct 31
2
compilation problem with asterisk-addons
Hi, Trying to compile asterisk-addons 1.2.5 on Centos 4.4 produces this: Note: MySQL libraries are installed and the structure is as follows: /usr/src/astsources/asterisk-1.2.13 /usr/src/astsources/asterisk-addons-1.2.5 in /usr/src/astsources/asterisk-addons-1.2.5 I do: make clean make and the output is: ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
2004 Nov 27
0
problems setting up cdr_addon_mysql
Im trying to add mysql billing to my * box, running *1.0.2 on Debian I follow the instructions at http://www.voip-info.org/wiki-Asterisk+cdr+mysql and download the asterisk-addons via cvs When I get to the "make" part, 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!?!
2004 May 28
3
Asterisk addons
Hi to all!! Is there another method to download asterisk addons??? Thanks.... F -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040528/8f1f7764/attachment.htm
2008 Jan 21
1
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:
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me? I did the CVS checkout and then compiled asterisk Then I tried to compile the addons and got the following (don't understand what's wrong at all and can't find anything about this error on google/wiki) 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
2005 Jul 21
2
Problems installing asterisk-addons
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:
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
Hi, Using Zack's -shared replacement posted earlier, addons now compiles. For some reason though, when trying to load it cannot find cdr_mysql.conf even though it's in the /etc/asterisk directory as it should be. Anyone with any ideas? There's still references to _i386 files that are probably incorrect as well. Thanks Rob console messages: apsvr1*CLI> reload Mar 23
2005 Jun 20
1
Compilation Problem with asterisk-addons
Hello, i have a little Problem with compiling asterisk-addons the failure is: 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: ?SR_LIST_REMOVE' undecalred (first use in this function) app_addon_sql_mysql.c:164: error: (Each undeclared identifier is
2005 Jul 06
0
newbie asterisk-addons installation
good day all, my asterisk is working greatly.. and i want to put a billing.. but i have this error when i try 'make' [root@upm asterisk-addons-1.0.7]# make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -I/root/asterisk/include/ -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:165:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes
2007 Jun 13
2
Addons
Hello Asterisk-Users, I'm trying to install addons 1.2.6 on Asterisk 1.2.16 (is that OK?), but my MySQL server is installed on a different sever, so the MAKE of the addons fails with the following (truncated) error message: "app_addon_sql_mysql.c:23:19: mysql.h: No such file or directory". Is there any way to bypass/ignore the fact that MySQL is installed separately and enable the
2005 May 10
1
asterisk-addon
Good day all I downloaded asterisk-addons to try and make asterisk log in the sql db but when I make a make install i get this error cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:162:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes just 3 app_addon_sql_mysql.c: In function
2007 Jan 05
1
addons 1.4 and cdr_addon_mysql not installed !
Hi, I have installed asterisk on Ubuntu 6.06 server CD All required packages has been installed and upgraded When start "sudo make menuselect" from addons, I can't select all addons that require mysqlclient (app_addon_sql_mysql, cdr_addon_mysql, res_config_mysql). If I run "apt-cache search mysqlclient", I find the following installed packages: libmysqlclient15-dev
2007 Feb 15
0
addons 1.4 and cdr_addon_mysql not installed !
So, after reading this, I wonder if anyone has 1.4 and MySQL working... Is there a non-standard version I can download? more /usr/src/asterisk-1.4.0/doc/mysql.txt MYSQL LICENSING UPDATE ====================== We were recently contacted by MySQL and informed that the MySQL client libraries are now under GPL license and not LGPL license as before. Since Asterisk does allow exceptions to GPL,
2005 Jun 03
0
Installation of Asterisk addons 1.0.7 fails (longish)
Good morning! Sorry if this gets posted twice, I tried via NNTP before, and it didn't seem to work. After having downloaded the tarball for Asterisk addons via FTP from ftp.asterisk.org I am trying to install it following the instructions on http://www.voip-info.org/wiki-Asterisk+addon+asterisk-addons, so far without success. Could somebody maybe advise where I am taking the wrong path?
2006 Jan 08
0
problems with app_odbcexec
Hi all, I am trying to install the ODBCexec and ODBCquery functions into my dialplan but I'm having difficulties in the installation of app_odbcexec.c itself. I'm using Asterisk 1.2.1 and I've downloaded and installed unixODBC. But when I try to run "make" after editing Makefile and copying the app_odbcexec.c to my asterisk/apps location, this is the output I get: cc -fPIC
2006 Jan 11
0
problems with installing app_odbcexec into dialplan
Hi all, I am trying to install the ODBCexec and ODBCquery functions into my dialplan but I'm having difficulties in the installation of app_odbcexec.c itself. I'm using Asterisk 1.2.1 and I've downloaded and installed unixODBC. But when I try to run "make" after editing Makefile and copying the app_odbcexec.c to my asterisk/apps location, this is the output I get: cc -fPIC
2007 Oct 31
1
segfault - asterisk crash and restart
Hi all, Recently, I have upgraded the asterisk as following. asterisk-1.4.13 asterisk-addon-1.4.4 libpri-1.4.1 zaptel-1.4.5.1 Usage of the server: inbound and outbound call, queue, mixmonitor, meetme, moh After upgrade, the server get segfault randomly and asterisk crash and restart itself. I got 2 core dumps of the segfault. Based on the core dump, we can't figure out the root cause to
2009 Jul 24
0
Asterisk-Addons 1.4.9, 1.6.0.3, and 1.6.1.1 Now Available
The Asterisk Development Team has announced several Asterisk-Addons releases, including Asterisk-Addons 1.4.9, 1.6.0.3, and 1.6.1.1. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ These releases are an incremental release after some community reported issues were resolved, primarily in the MySQL and chan_mobile realms. * Using
2009 Jul 24
0
Asterisk-Addons 1.4.9, 1.6.0.3, and 1.6.1.1 Now Available
The Asterisk Development Team has announced several Asterisk-Addons releases, including Asterisk-Addons 1.4.9, 1.6.0.3, and 1.6.1.1. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ These releases are an incremental release after some community reported issues were resolved, primarily in the MySQL and chan_mobile realms. * Using