Hi, I don't know if there is a Kannel rpm for CentOS, but I can help you to install it by your self.
Here some basic steps: ---------------------------- 1- yum install libxml2 libxml2-devel 2- cd /usr/src/ 3- download the latest kannel snapshot from this link: http://www.kannel.org/download/kannel-snapshot.tar.gz wget http://www.kannel.org/download/kannel-snapshot.tar.gz 4- extract kannel and jump into the extracted directory. tar -zxf kannel-snapshot.tar.gz cd kannel-snapshot 5- ./configure --prefix=/usr/local/kannel --enable-start-stop-daemon --disable-docs --with-defaults=speed 6- make 7- make install Now you'll find kannel installed under /usr/local/kannel Regards. -- Benaiad On Tue, Nov 10, 2009 at 9:56 AM, [email protected] < [email protected]> wrote: > Hi all, > > I want kannel latest .rpm package for my centos5 where can i download > please instruct me. > > -- > Regards, > Kiran Reddy > http://bit.ly/FNDC09 > > >
