inbound routing - one gsm modem smsc multiple smsboxes

2011-02-19 Thread Imran Aghayev
Guys, please dont' ignore my message. Very urgent ! I really need help ! I have one smsc = at gsm modem and 2 smpp clients connected through opensmppbox. If i use smscbox-route I can assign smsc to one smpp client or to another, but what I need is either of: 1. first smpp receive messages sen

Kannel 1.5.0 compilation failure with mysql

2011-02-19 Thread ha...@aeon.pk
Hi, Trying to install kannel 1.5.0 on Centos 5.2, getting following error: [root@db] # ./configure --with-defaults=debug --enable-start-stop-daemon --with-mysql . . . . Configuring DB support ... checking whether to compile with MySQL support... searching checking for mysql_config... /usr/local/b

Re: Kannel 1.5.0 compilation failure with mysql

2011-02-19 Thread Mohammed Saleem
to make sure mysql is installed, try yum install mysql-server yum install mysql-devel Then add the following directive parameter to the ./configure command --with-mysql-dir=/usr/lib64/mysql/ verify the path /usr/lib64/mysql/ according to your box configuration Best Regards, Mohammed M I Sle

Re: Kannel 1.5.0 compilation failure with mysql

2011-02-19 Thread ha...@aeon.pk
It worked with /usr/lib/mysql. Thanks! On Sat, Feb 19, 2011 at 10:01 PM, Mohammed Saleem wrote: > to make sure mysql is installed, try > > yum install mysql-server > yum install mysql-devel > > > Then add the following directive parameter to the ./configure command > > --with-mysql-dir=/usr/lib6