Install kannel SMS Gateway Part 2
- Mohamed Soliman
- Jul 25, 2018
- 1 min read
Updated: Dec 16, 2024
this lesson show you how to installing Kannel SMS Gateway after Preparing Red-hat
Install Kannel
now install kannel using this command :-./configure --prefix=/usr/local/kannel --with-mysql --with-mysql-dir=/usr/bin/mysql/ --enable-debug --enable-assertions --with-defaults=speed--disable-localtime --enable-start-stop-daemon --enable-pam
type : touch .depend
type: make depend
type: make
type : sudo make bindir=usr/local/kannel install
Install SQLBOX
now try to access the addons folder on the source folder then go to Sqlbox folder .
type : ./bootstrap
type: ./configure --prefix=/usr/local/kannel --with-kannel-dir=/usr/local/kannel
type : make
sudo make bindir=/usr/local/kannel/sqlbox install
sudo !!
Install smppbox
now try to access the Sqlbox folder on the source folder then go to opensmppbox folder
type: ./configure --prefix=/usr/local/kannel --with-kannel-dir=/usr/local/kannel
type: make
type: sudo make bindir=/usr/local/kannel/smppbox install
Create directory for kannel.conf file by type : sudo mkdir /etc/kannel
Create Log directory : sudo mkdir /var/log/kannel
give log folder permission 755 : sudo chmod 755 /var/log/kannel
Comments