top of page

Install Kannel SMS Gateway Red-hat Part1

Updated: Dec 16, 2024

in this lesson we will show you hoe to install kannel SMS Gateway on Red-hat Enterprise Linux :

Kannel is an open source WAP gateway. It attempts to provide this essential part of the WAP infrastructure freely to everyone so that the market potential for WAP services, both from wireless operators and specialized service providers, will be realized as efficiently as possible.

Requirements

Kannel is mainly being developed on Linux systems, and should be fairly easy to port to other Unix-like systems. However, we don't yet support other platforms, due to lack of time. Kannel requires the following software environment:

  1. C compiler and development libraries and related tools

  2. The gnome-xml (a.k.a. libxml) library, version 2.2.0 or newer. We recommend that you use libxml version 2.2.5. If you are installing it from your distribution's packages, you'll need libxml2-dev in addition to run-time libxml2 package libraries. Note: there is a bug in libxml version 2.2.3 and 2.2.4 that causes problems with character encoding in attributes. This problem is fixed in 2.2.5.

  3. GNU Make.

  4. POSIX threads (pthread.h).

  5. GNU Bison 1.28 if you modify the WMLScript compiler.

  6. DocBook markup language tools (jade, jadetex, DocBook style-sheets,

Prepare Red-hat

1 - Install Apache Server :-

type : yum install httpd

2 - install web server:-

sudo yum groupinstall -y "web server"

3 - Install MySQL Server:

sudo yum groupinstall -y "MySQL Database server"

4 - Install Php Support:-

sudo yum groupinstall -y "PHP Support"

5 - Install Development Tools:-

sudo yum groupinstall -y "Development Tools"

6 - install php-mysql , mysql-devel.i686 , libxml2-devel

sudo yum install php-mysql , mysql-devel.i686 , libxml2-devel

watch this video to have more details :


 
 
 

Comments


bottom of page