On Fri, 2014-05-02 at 23:21, MOSES KARIUKI wrote:
> Hi Milan,

Before we continue please give us information about your OS.
Post the output of the next few commands. First:
cat /etc/os-release

If it says Debian or Ubuntu try next:
cat /etc/debian_version

and:
dpkg --print-architecture

> Below is the error i am getting now.
> 
> Unpacking kannel-dev:i386 (from kannel-dev_1.5.0-0_i386.deb) ...
> dpkg: dependency problems prevent configuration of kannel-dev:i386:
>  kannel-dev:i386 depends on libssl-dev.
>  kannel-dev:i386 depends on libpam0g-dev.
>  kannel-dev:i386 depends on libxml2-dev.
>  kannel-dev:i386 depends on libpcre3-dev.
>  kannel-dev:i386 depends on libmysqlclient-dev.
>  kannel-dev:i386 depends on libsqlite0-dev.
>  kannel-dev:i386 depends on libsqlite3-dev.
>  kannel-dev:i386 depends on libpq-dev.
> dpkg: error processing kannel-dev:i386 (--install):
>  dependency problems - leaving unconfigured
> Processing triggers for man-db ...

It looks like you have some kind of Debian derived OS and that the
architecture is i386 i.e. 32-bit machine/CPU/

Try next:
apt-get install libssl-dev libpam0g-dev libxml2-dev libpcre3-dev 
libmysqlclient-dev libsqlite0-dev libsqlite3-dev libpq-dev

It will ask you to install additional development packages, just say Yes
i.e. press y key.

And, from the other thread I see that you trying to install .deb
packages for kannel and at the same time you are trying to build and
install kannel from the source. This is not quite wise for beginners.

Decide which method/way you want to follow: debs or source.

> On Fri, May 2, 2014 at 9:24 PM, MOSES KARIUKI <kariuk...@gmail.com> wrote:
> 
> > Thanks Milan,
> >
> > I tried
> > and got the error:
> > dpkg: error processing kannel-dev:i386 (--install):
> >  dependency problems - leaving unconfigured
> > Processing triggers for man-db ...
> > Errors were encountered while processing:
> >  kannel-dev:i386
> >
> > Moses
> >
> >
> > On Fri, May 2, 2014 at 6:41 PM, Milan P. Stanic <m...@arvanta.net> wrote:
> >
> >> On Fri, 2014-05-02 at 18:23, MOSES KARIUKI wrote:
> >> > HI Milan,
> >> >
> >> > This is the error I am getting:
> >> >
> >> > dpkg: error processing kannel-dev_1.5.0-0_amd64.deb (--install):
> >> >  kannel-dev: 1.5.0-0 (Multi-Arch: no) is not co-installable with
> >> > kannel-dev:i386 1.5.0-0 (Multi-Arch: no) which is currently installed
> >> >
> >> > Please assist.
> >>
> >> Looks like you have i386 arch installed.
> >> Download i386 files instead of amd64 and try to install them.
> >> But, first you must uninstall currently installed packages.
> >>
> >> > MT
> >> >
> >> >
> >> > On Fri, May 2, 2014 at 5:19 PM, Milan P. Stanic <m...@arvanta.net>
> >> wrote:
> >> >
> >> > > On Fri, 2014-05-02 at 15:53, MOSES KARIUKI wrote:
> >> > > > I followed this instructions but I used gateway version 1.5.0.
> >> However, I
> >> > > > cant find the kannel file under default.
> >> > > > Do i have to uninstall it and Install from Milan's dpkg in the link?
> >> > >
> >> > > If you don't have experience in compiling software yourself it would
> >> be
> >> > > a lot easier for you to download files I mentioned earlier and install
> >> > > them 'by hand'.
> >> > >
> >> > > Files at:
> >> > > https://redmine.kannel.org/projects/kannel/files
> >> > > are built for Debian Squeeze, but they work on Ubuntu and other
> >> > > derivative distributions which are based on Squeeze release and later
> >> > > Debian (wheezy). I think they should work on the last few versions of
> >> > > Ubuntu, also.
> >> > >
> >> > > First, you have to remove whatever kannel files you installed/compiled
> >> > > and then install .deb files by hand. For example:
> >> > >
> >> > > dpkg -i kannel_1.5.0-1_amd64.deb
> >> > > dpkg -i kannel-dev_1.5.0-1_amd64.deb (if you want to install
> >> development
> >> > > files)
> >> > >
> >> > > dpkg will complain (probably) that dependencies are not satisfied but
> >> > > ignore that and start aptitude or synaptic (or appropriate package
> >> > > manager) and install missing dependencies (packages which are required
> >> > > for kannel).
> >> > >
> >> > > After that you should have to configure/edit files in /etc/kannel/
> >> > > according your need.
> >> > >
> >> > > These steps are for Debian based distributions and not for RH/Centos.
> >> > >
> >> > >
> >> > > > On Fri, May 2, 2014 at 2:43 PM, Milan P. Stanic <m...@arvanta.net>
> >> wrote:
> >> > > > > On Fri, 2014-05-02 at 14:35, MOSES KARIUKI wrote:
> >> > > > > > After purging the previous Kannel, I have been able to install
> >> using
> >> > > make
> >> > > > > > install. I am using Ubuntu.
> >> > > > > >
> >> > > > > > The bearerbox is running fine. But Once I shut down the
> >> Terminal, it
> >> > > > > shuts
> >> > > > > > down the Kannel. I would like to know how I can run kannel as a
> >> > > service
> >> > > > > > such that when I close the terminal, kannel wont shut down.
> >> > > > >
> >> > > > > If you download it and install from deb files (link in my original
> >> > > mail)
> >> > > > > you will find file /etc/default/kannel which you have to edit to
> >> enable
> >> > > > > or disable smsbox and wapbox.
> >> > > > >
> >> > > > > After that you can start and stop kannel using CLI command:
> >> > > > > /etc/init.d/kannel start
> >> > > > > or to stop it:
> >> > > > > /etc/init.d/kannel start
> >> > > > >
> >> > > > > Kannel will 'run as a service' i.e. in daemon mode.
> >> > > > > > On Fri, May 2, 2014 at 1:39 PM, Milan P. Stanic <
> >> m...@arvanta.net>
> >> > > wrote:
> >> > > > > > > On Fri, 2014-05-02 at 13:07, MOSES KARIUKI wrote:
> >> > > > > > > > Sorry for the error.
> >> > > > > > > > I have the following statement on my installed kannel
> >> interface:
> >> > > > > > > > Kannel bearerbox version `1.4.3'. Build `Nov 24 2011
> >> 09:54:00
> >> > > > > > > > I need to install OpenSMPPBox so that I can support as SMPP
> >> > > server. I
> >> > > > > > > > installed it using the apt-get command.
> >> > > > > > > > Please assist me with notes/info to upgarde to Kannel 1.5.0
> >> so
> >> > > that
> >> > > > > I can
> >> > > > > > > > install openSMPPBox.
> >> > > > > > >
> >> > > > > > > To install .deb packages go to:
> >> > > > > > > https://redmine.kannel.org/projects/kannel/files
> >> > > > > > >
> >> > > > > > > Files are not 'apt-get'-able (sorry, I don't have fast link
> >> where I
> >> > > > > > > can put repository) but have to be installed using dpkg (man
> >> dpkg).
> >> > > > > > >
> >> > > > > > > You have to install kannel-dev_1.5.0-0_amd64.deb and after
> >> that to
> >> > > > > > > compile/install opensmppbox
> >> > >
> >> > > --
> >> > > Kind regards,  Milan
> >> > > --------------------------------------------------
> >> > > Arvanta,        http://www.arvanta.net
> >> > > Please do not send me e-mail containing HTML code or documents in
> >> > > proprietary format (word, excel, pps and so on)
> >> > >
> >> > >
> >>
> >> --
> >> Kind regards,  Milan
> >> --------------------------------------------------
> >> Arvanta,        http://www.arvanta.net
> >> Please do not send me e-mail containing HTML code or documents in
> >> proprietary format (word, excel, pps and so on)
> >>
> >>
> >

-- 
Kind regards,  Milan
--------------------------------------------------
Arvanta,        http://www.arvanta.net
Please do not send me e-mail containing HTML code or documents in
proprietary format (word, excel, pps and so on)

Reply via email to