Re: Compiling upon mysql 4

2006-10-06 Thread Marcelo Aguila
Hello, Julien. I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs version of kannel, what is periodically actualized. Regards, M. On Friday 06 October 2006 06:41, Julien

Re: Compiling upon mysql 4

2006-10-06 Thread Enver ALTIN
On Fri, 2006-10-06 at 09:05 -0400, Marcelo Aguila wrote: I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs version of kannel, what is periodically actualized. 1.4.1 is out,

Re: Compiling upon mysql 4

2006-10-06 Thread Julien Buratto
Enver ALTIN ha scritto: On Fri, 2006-10-06 at 09:05 -0400, Marcelo Aguila wrote: I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs version of kannel, what is periodically

Re: Compiling upon mysql 4

2006-10-06 Thread Iain Dooley
On Fri, 6 Oct 2006, Julien Buratto wrote: Enver ALTIN ha scritto: On Fri, 2006-10-06 at 09:05 -0400, Marcelo Aguila wrote: I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs

RE: compiling with mysql

2004-06-09 Thread Mesedilla, Fritz C.(Digitel-GSM)
- From: James Coleman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 4:54 PM To: Mesedilla, Fritz C.(Digitel-GSM) Cc: [EMAIL PROTECTED] Subject: Re: compiling with mysql Alejandro is right. You need to install mysql-devel package I think. It provides more than just the header files

Re: compiling with mysql

2004-06-08 Thread Alejandro Guerrieri
Look at the line: gw/dlr_mysql.c:74:25: mysql/mysql.h: No such file or directory You are missing the MySQL header file. Maybe it's not on the right place or is really missing. If you are using redhat, you must install the mysql-devel package. Regards, - Original Message - From:

RE: compiling with mysql

2004-06-08 Thread Mesedilla, Fritz C.(Digitel-GSM)
--- + Basta Ikaw Lord -Original Message- From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: Re: compiling with mysql Look at the line: gw/dlr_mysql.c:74:25: mysql/mysql.h: No such file or directory You

Re: compiling with mysql

2004-06-08 Thread Alejandro Guerrieri
: RE: compiling with mysql I have mysql.h... locate mysql.h /usr/local/mysql/include/mysql/mysql.h Actually if I change gw/dlr_mysql.c and edit the include line from #include mysql/mysql.h to #include /usr/local/mysql/include/mysql/mysql.h it works but stops somewhere else