If you need to install kannel with mysql support please refer to this post “How to Install Kannel

Once you have installed the kannel with Mysql support, you can install additional addons of kannel which are opensmpp and sqlbox.

Install openSMPP

 
cd YOUR-PATH-TO-KANNEL-SOURCE
cd addons/opensmppbox/
./configure --with-kannel-dir=[YOUR-PATH-TO-KANNEL-SOURCE]
make
make install

(you can remove the –with-kannel-dir, but some distributions do not automatically find the kannel src location. So batter use –with-kannel-dir= path to kannel source)

Install SQLbox

cd YOUR-PATH-TO-KANNEL-SOURCE
cd addons/sqlbox/
./configure --with-kannel-dir=[YOUR-PATH-TO-KANNEL-SOURCE]
make
make install

(you can remove the –with-kannel-dir, but some distributions do not automatically find the kannel src location. So batter use –with-kannel-dir= path to kannel source)