On Tue, Feb 10, 2009 at 8:08 AM, narendra reddy <[email protected]> wrote: > Hi Jovan, > > Thanks for giving reply to my mail. i am using suse linux > 10.1 64bit .the kannel code is suitable for this OS. can you suggest me .
Just grab the source code for latest stable release or the source code from the CVS repository and compile it. ./configure --with-mysql && make && make install This will install Kannel in /usr/local. If you want to install it some place else use: ./configure --with-mysql --prefix=PATH && make && make install where PATH is the path where you want to install Kannel. BR, Jovan P.S. Send your questions to the list ;)
