Compilation error. Need help

2012-06-23 Thread Aditya Prasad
Hi, I'm using Kannel 1.4.3 source code. I'm trying to compile using cygwin in a windows machine. I have executed below commands successfully ./configure touch .depend make depend make But

Re: R: Kannel MySQL problem

2012-06-23 Thread Moazzam Ali
wait_timeout is set to 120, is it the case? there is no firewall between mysql and kannel as they are both on localhost //moazzam On 06/23/2012 2:38 AM, Julien Buratto wrote: Ali, Check also timeouts values in mysql.. Are you using a custom configured mysql ? Do you have any firewall/proxy/e

Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
How did you install kannel? Is it from debian's packages? Try to install latest from SVN. 2012/6/23 Moazzam Ali > wait_timeout is set to 120, is it the case? there is no firewall between > mysql and kannel as they are both on localhost > > //moazzam > > > On 06/23/2012 2:38 AM, Julien Buratto

Re: R: Kannel MySQL problem

2012-06-23 Thread Moazzam Ali
complied kannel 1.4.3 stable with mysql support from source on CentOS 6 64-bit //moazzam On 06/23/2012 4:40 PM, spameden wrote: How did you install kannel? Is it from debian's packages? Try to install latest from SVN. 2012/6/23 Moazzam Ali mailto:moz...@gmail.com>> wait_timeout is set

Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
Why don't you use latest from the trunk? There were lots of fixes since 1.4.3. 2012/6/23 Moazzam Ali > complied kannel 1.4.3 stable with mysql support from source on CentOS > 6 64-bit > > //moazzam > > On 06/23/2012 4:40 PM, spameden wrote: > > How did you install kannel? Is it from debian's

Re: R: Kannel MySQL problem

2012-06-23 Thread Moazzam Ali
already upgraded to latest snapshot but error still persists 2012-06-23 13:29:59 [14633] [6] ERROR: MYSQL: database check failed! 2012-06-23 13:29:59 [14633] [6] ERROR: MYSQL: MySQL server has gone away On 06/23/2012 4:43 PM, spameden wrote: Why don't you use latest from the trunk? There were

R: Re: R: Kannel MySQL problem

2012-06-23 Thread Julien Buratto
Why don't you try to measure how long that happens from start of connection ? Ie: start kannel and see what happens after x seconds until it goes to error.. Maybe is a timeout.. 120 secs is short if kannel is not keepaliving the connection.. Also check your my.cnf file as the compiled mysql lib

Re: Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
What about sqlbox ? Is it from latest SVN as well? You need to compile it after you've installed kannel from trunk. Also try dropping kannel's database tables, sqlbox should re-create them upon startup. 'MySQL server has gone away' generally means something wrong with your MySQL setup, not with k

Re: Kannel MySQL problem

2012-06-23 Thread Willy Mularto
In my case it happens when Kannel has no activities for some period of time and it restarts the connection. And everything going well, no performance issue. How about yours? Does the SMS traffic fine? On Jun 23, 2012, at 6:27 PM, Moazzam Ali wrote: > wait_timeout is set to 120, is it the case