Re: debian wheezy kannel 1.5.0 with kannel-sqlbox 0.7.2.-3
cgchen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks to all those replied. All comments are well received. ________________________________ From: spameden <[email protected]> To: cgchen <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Sunday, 6 January 2013 7:49 AM Subject: Re: debian wheezy kannel 1.5.0 with kannel-sqlbox 0.7.2.-3 1st DO NOT post to the devel list, it's only for developers! use [email protected] for all your questions. 2nd DO NOT use 3rd party .deb packages, because they can contain backdoor or anything, always USE official (from debian repositories) and NEVER install different versions (one from subversion, one from repository), they can only work together if they are from the same source 3rd use subversion and install kannel like that: svn co https://svn.kannel.org/gateway/trunk kannel-1.5 cd kannel-1.5 ./configure --with-mysql --prefix=/usr/local make make install cd addons/sqlbox ./configure --prefix=/usr/local make make install this way you'd have both kannel-1.5 and sqlbox installed into /usr/local directory, DO NOT forget to remove ALL packages related to kannel kannel-sqlbox kannel* from your system BEFORE doing any of these actions! also I'd suggest building actually a .deb package, you'd need to make some scripts for that read this if you want http://www.debian.org/doc/manuals/maint-guide/build.en.html or use checkinstall. you might need as well libxml2 and a bunch of other dependencies for kannel's compilation