Hi Kannel users,
I need to get Kannel v1.4.4 working on SUSE LES 11 SP4 and get the same
behaviour as reported under Bug #716:
It builds and compiles. But when starting any of the resulting binaries
on command line - nothing happens: no output to STOUT, no logs, no open
ports - nothing. CTRL
It might be an issue with your configuration.
Try running from console bearerbox -v 3 /path/to/kannel.conf and see what
it gives you.
2016-07-26 12:32 GMT+03:00 Dave :
> Hi Kannel users,
>
> I need to get Kannel v1.4.4 working on SUSE LES 11 SP4 and get the same
> behaviour as reported under Bug
I'm not a SuSe Linux user, but I suggest building latest version from SVN
and see how it works.
Do you have any warnings when you compile?
Here is the way I compile:
./bootstrap.sh
./configure --with-mysql --disable-docs
make
cd gw
./bearerbox -v 3 /path/to/kannel.conf
I've just tested on my ol
I've built everything the same but did not run the bootstrap-Script
first, which produced me an error now:
# ./bootstrap.sh
configure.in:254: warning: macro `AM_ICONV' not found in library
configure.in:254: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate,
It's something wrong with your distro.
I've tried building latest trunk on suse-13.1 in VM:
suse:~/trunk/gw # ./bearerbox --version
Kannel bearerbox version `svn-r5166M'.
Build `Jul 26 2016 13:23:32', compiler `4.8.1 20130909 [gcc-4_8-branch
revision 202388]'.
System Linux, release 2.6.32-openvz-
Thank you for so much effort!
It does seem that SuSe LES 11 SP4 has a problem. I've just made a
complete re-install of the OS with no add-ons, built kannel (without
warnings!), started bearerbox - same result. Nothing happens.
Unfortunately, I am required to use this distro... It seems I need
Hi
Might be obvious but have you checked user/group permissions? There was a
distro that used to require kannel user to belong to the dial-up group in
order to be able to access ports...
Regards
Alvaro
|---
Unfortunately, I can't test on SLES 11.4 because it's a commercial distro.
So far I've been able to find a USB image and created a VM but there is no
repositories to install software unless you buy their subscription I guess.
2016-07-26 20:28 GMT+03:00 Alvaro Cornejo :
> Hi
>
> Might be obvious