Got it working. Needed to downgrade mysql from 3.23.55 to an earlier version - 3.23.46 was what I had and it's working with it.
Regards, David. ----- Original Message ----- From: "David Tully" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 3:56 PM Subject: Re: Kannel crashes with mysql DLR > I thought that.. Though when I initailly tried to use mysql dlr, I got an > error regarding the undocumented missing field 'field-source' - no > complaints once I added in the field. > Should I use every mysql flag for compiling in mysql support (or am I > missing any): > --enable-mysql --with-mysql=/usr/local/mysql --with-dlr=mysql > > > > ----- Original Message ----- > From: "Alexander Malysh" <[EMAIL PROTECTED]> > To: "David Tully" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, April 04, 2003 1:53 PM > Subject: Re: Kannel crashes with mysql DLR > > > Hi, > > you should see following lines in your kannl.log: > Connected to mysql server at ... > MYSQL: server version XY, client version XY. > If not then you should see error messages about can't connect to mysql or > something similar... > > I believe, your bearerbox is not connected to mysql ... > > On Friday 04 April 2003 14:38, David Tully wrote: > > Just tried it with Kannel 1.3.1 - crashes also.. > > > > ----- Original Message ----- > > From: "Alexander Malysh" <[EMAIL PROTECTED]> > > To: "David Tully" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > > Sent: Friday, April 04, 2003 1:00 PM > > Subject: Re: Kannel crashes with mysql DLR > > > > > > sorry, you have missundestand me :( please send ~100 last lines from your > > kannel.log... > > > > On Friday 04 April 2003 13:52, David Tully wrote: > > > Hi > > > > > > I am running with log-level=0 > > > Here's more of my config: > > > > > > group = core > > > admin-port = 13000 > > > smsbox-port = 13001 > > > admin-password = ******** > > > log-file = "/usr/local/kannel/logs/kannel.log" > > > log-level = 0 > > > box-deny-ip = "*.*.*.*" > > > box-allow-ip = "127.0.0.1" > > > access-log = "/usr/local/kannel/logs/access.log" > > > store-file = "/usr/local/kannel/logs/kannel.store" > > > dlr-storage = mysql > > > > > > > > > I haven't tried with 1.3.1 - I'll try it now - I'd prefer to run a > stable > > > release though. > > > > > > Thanks, > > > > > > David. > > > > > > ----- Original Message ----- > > > From: "Alexander Malysh" <[EMAIL PROTECTED]> > > > To: "David Tully" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > > > Sent: Friday, April 04, 2003 12:42 PM > > > Subject: Re: Kannel crashes with mysql DLR > > > > > > > > > Hi, > > > > > > can you please start bearerbox woth log-level = 0 and send us debug > > > log... btw. have you tried with kannel 1.3.1 ? > > > > > > On Friday 04 April 2003 13:37, David Tully wrote: > > > > Hi there. > > > > > > > > I've been running Kannel 1.2.1 on RedHat 7.2 successfully for a few > > > > > > months, > > > > > > > without any major problems. > > > > I've delivery reports working through my SMPP connection to O2. > > > > > > > > I've just recomplied to include mysql support for DLR and added the > > > > mysql > > > > > > DLR entries to the conf file. > > > > Kannel starts and runs fine, until I send a message that requests a > > > > delivery report. > > > > At this stage, kannel crashes. > > > > I'm running in debug mode, yet there is nothing in the log files to > > > > indicate a problem - no mention of any error. > > > > > > > > Here's the mysql entries from my conf file - they're standard enough.. > > > > > > > > # MYSQL Config > > > > group = mysql-connection > > > > id = mydlr > > > > host = localhost > > > > mysql-username = dlruser > > > > mysql-password = ***** > > > > database = dlr > > > > > > > > # MYSQL Delivery Reports > > > > group = dlr-db > > > > id = mydlr > > > > table = dlr > > > > field-smsc = smsc > > > > field-timestamp = ts > > > > field-source = source > > > > field-destination = destination > > > > field-service = service > > > > field-url = url > > > > field-mask = mask > > > > field-status = status > > > > > > > > If anyone has any ideas, please let me know. > > > > > > > > Regards, > > > > > > > > David. > > > > > > -- > > > Best Regards / Mit besten Gr��en aus K�ln > > > > > > Dipl.-Ing. > > > Alexander Malysh > > > ___________________________________ > > > > > > Centrium GmbH > > > Ehrenstrasse 2 > > > 50672 K�ln > > > > > > Fon: +49 (0221) 277 49 240 > > > Fax: +49 (0221) 277 49 109 > > > > > > email: [EMAIL PROTECTED] > > > web: http://www.centrium.de > > > msn: [EMAIL PROTECTED] > > > > -- > > Best Regards / Mit besten Gr��en aus K�ln > > > > Dipl.-Ing. > > Alexander Malysh > > ___________________________________ > > > > Centrium GmbH > > Ehrenstrasse 2 > > 50672 K�ln > > > > Fon: +49 (0221) 277 49 240 > > Fax: +49 (0221) 277 49 109 > > > > email: [EMAIL PROTECTED] > > web: http://www.centrium.de > > msn: [EMAIL PROTECTED] > > -- > Best Regards / Mit besten Gr��en aus K�ln > > Dipl.-Ing. > Alexander Malysh > ___________________________________ > > Centrium GmbH > Ehrenstrasse 2 > 50672 K�ln > > Fon: +49 (0221) 277 49 240 > Fax: +49 (0221) 277 49 109 > > email: [EMAIL PROTECTED] > web: http://www.centrium.de > msn: [EMAIL PROTECTED] > > > >
