Re: [Asterisk-Users] Can't build cdr_addon_mysql.

2005-07-01 Thread Brian West
You could have just done ln -s asterisk-1.0.9 asterisk and it would have fixed that. It should by default do -I../asterisk /b --- Anakin: “You’re either with me, or you’re my enemy.” Obi-Wan: “Only a Sith could be an absolutist.” On Jun 30, 2005, at 1:13 AM, Chris Mason (Lists) wrote:

Re: [Asterisk-Users] Can't build cdr_addon_mysql.

2005-07-01 Thread Sahil Gupta
Hmm.. I'm having this problem today: /usr/local/mysql/lib/mysql/libmysqlclient.a /usr/local/mysql/lib/mysql/libmysqlclient.la /usr/local/mysql/lib/mysql/libmysqlclient.so /usr/local/mysql/lib/mysql/libmysqlclient.so.14 /usr/local/mysql/lib/mysql/libmysqlclient.so.14.0.0 cc -shared -Xlinker -x

Re: [Asterisk-Users] Can't build cdr_addon_mysql.

2005-06-30 Thread Chris Mason (Lists)
Marcel van Kaam, Fonetica wrote: I had the same problem with installing addons. I checked out in the file cdr_addons_mysql.c what the location of the asterisk.h must be and changed the cdr_addons_mysql.c to the location of the asterisk.h file. After this it worked. Also to be sure do: locate

RE: [Asterisk-Users] Can't build cdr_addon_mysql.

2005-06-30 Thread Marcel van Kaam, Fonetica
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Can't build cdr_addon_mysql. Marcel van Kaam, Fonetica wrote: I had the same problem with installing addons. I checked out in the file cdr_addons_mysql.c what the location of the asterisk.h must be and changed

[Asterisk-Users] Can't build cdr_addon_mysql.

2005-06-29 Thread Chris Mason (Lists)
I have been unable to build cdr_addon_mysql from asterisk-addons-1.09. Could it be a mysql4 issue [EMAIL PROTECTED] asterisk-addons-1.0.9]# make cdr_addon_mysql cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:24:22:

RE: [Asterisk-Users] Can't build cdr_addon_mysql.

2005-06-29 Thread Marcel van Kaam, Fonetica
the file on your system. Marcel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Mason (Lists) Sent: donderdag 30 juni 2005 7:29 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Can't build cdr_addon_mysql. I have