You need the mysql-dev package, not just the client application. Depending on your platform OS, it usuall involves installing an rpm or deb package.
Regards, Alex On Tue, Jan 11, 2011 at 10:00 AM, Atul Rastogi <atulra...@gmail.com> wrote: > Hi > Thanks for reply > But I recompiled the gateway as per option mentioned by you > > in last line it gives Configure error Unable to find mysql client libraries > > > > whereas i have checked mysql is installed and is working > > > > > Pl suggest what to do > > > Thanks > > Atul > > > On Mon, Jan 10, 2011 at 2:04 AM, Kiran Reddy <ki...@uniceltech.com> wrote: > >> Hi, >> >> You didn't provide any error log any way. >> >> Did you compile kannel with mysql option. >> >> if not recompile again and try. >> >> ./configure --with-mysql >> >> >> >> On Sunday 09 January 2011 11:47 PM, Atul Rastogi wrote: >> >>> I am running gateway150 with centos 5.5 in test setup >>> >>> while trying to setup for DLR storage >>> I am getting message DLR storage type mysql not supported >>> >>> when running ./bearerbox -v 1 smskannel.conf >>> >>> file contains following and dlr-storage = mysql in core group >>> >>> group = mysql-connection >>> id = mydlr >>> host = localhost >>> username = root >>> database = dlr >>> max-connections = 1 >>> >>> group = dlr-db >>> id = mydlr >>> table = dlr >>> field-smsc = smsc >>> field-timestamp = ts >>> field-destination = destination >>> field-source = source >>> field-url = url >>> field-mask = mask >>> field-status = status >>> field-boxc-id = boxc >>> >>> >>> >>> Pl help >>> >>> >>> Thanks >>> Atul >>> >> >