have you configured kannel --with-mysql support? have you installed mysql-devel package?
On Tue, Dec 21, 2010 at 3:48 PM, Rapture <[email protected]> wrote: > Here’s the error I’m getting > > > > 2010-12-21 13:37:28 [4293] [0] PANIC: DLR: storage type 'mysql' is not > supported! > > > > What’s interesting is that I have mysql 5.0.3 which I use to run all other > operations on kannel ie outgoing , incoming etc using php scripts > > > > Here are my configs: > > > > ####################################################### > > ############ KANNEL CORE ############################# > > ###################################################### > > group = core > > admin-port = XXXX > > smsbox-port = XXXX > > admin-password = bar > > box-deny-ip = "*.*.*.*" > > box-allow-ip = "127.0.0.1" > > log-file = "/var/log/kannel/bearerbox.log" > > log-level = 3 > > access-log = "/var/log/kannel/bearerbox.log" > > dlr-storage = mysql > > > > #$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$# > > #$$$$$$$$$$$$$$ DLR STORAGE $$$$$$$$$$$$$$$$$$$$$$$$$$$# > > #$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$# > > > > group = mysql-connection > > id = mydlr > > host = localhost > > username = blabla > > password = blabla > > database = kanneldlr > > max-connections = 1 > > > > group = dlr-db > > id = mydlr > > table = kanneldlr > > field-smsc = smsc > > field-timestamp = ts > > field-destination = destination > > field-source = source > > field-service = service > > field-url = url > > field-mask = mask > > field-status = status > > field-boxc-id = boxc > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Rapture > *Sent:* Tuesday, December 21, 2010 1:05 PM > *To:* 'Mohammed Saleem' > *Cc:* [email protected] > *Subject:* RE: DLR storage in kannel 1.4.3 > > > > Let me get the error :) I thought the responses would be something like > ‘1.4.3 has issues with mysql’ > > > > Rapture > > > > *From:* Mohammed Saleem [mailto:[email protected]] > *Sent:* Tuesday, December 21, 2010 1:02 PM > *To:* Rapture > *Cc:* [email protected] > *Subject:* Re: DLR storage in kannel 1.4.3 > > > > If we don't know the error we won't be able to help :) > > > post your config files + error logs > > > Best Regards, > Mohammed M I Sleem > > http://www.abusleem.net - Personal blog > > http://www.freakle.com - The Search Freak > > > > On Tue, Dec 21, 2010 at 11:54 AM, Rapture <[email protected]> wrote: > > Hi > > > > I’m using kannel 1.4.3. I tried to set my dlr engine to mysql but kept > getting an error. I am using CentOS 5.5 64bit edition. What could be the > issue? > > > > Kind Regards, > > > > Rapture > > > > > -- Regards, Abdul Basit | +92 32 1416 4196 | +92 30 0841 1445
