Error SQLBOX installation on Ubuntu 20.04

2022-10-18 Thread Textnator Support
Hi,
i tried to install sqlbox from kannel1.5 addons on ubuntu 20.04, im getting
this error,if someone has any solution please share.

autoconf (GNU Autoconf) 2.69
libtool (GNU libtool) 2.4.6
automake (GNU automake) 1.9


Kannel/gateway-1.5.0/addons/sqlbox# ./bootstrap
+ set -e
+ amvers=no
+ automake-1.11 --version
+ automake-1.10 --version
+ automake-1.9 --version
+ amvers=-1.9
+ test -1.9 = no
+ libtoolize=no
+ glibtoolize --version
+ libtoolize --version
+ libtoolize=libtoolize
+ test libtoolize = no
+ set +x
+ test ! -d autotools
+ libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
libtoolize: copying file 'autotools/ltmain.sh'
libtoolize: You should add the contents of the following files to
'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
+ test -f ltmain.sh
+ aclocal-1.9 -I autotools
+ autoconf
configure.in:38: error: possibly undefined macro: AC_PROG_LIBTOOL
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.


Re: Error SQLBOX installation on Ubuntu 20.04

2022-10-18 Thread Antony Stone
On Tuesday 18 October 2022 at 12:00:43, Textnator Support wrote:

> Hi,
> i tried to install sqlbox from kannel1.5 addons on ubuntu 20.04

1.5 is a very old development version.

I recommend using 1.4.5 (much more recent production version) instead.


Antony.

-- 
You can spend the whole of your life trying to be popular,
but at the end of the day the size of the crowd at your funeral
will be largely dictated by the weather.

 - Frank Skinner

   Please reply to the list;
 please *don't* CC me.



Error Installing SQLBOX on Ubuntu 20.04-gateway-1.5.0

2022-10-18 Thread Textnator Support
checking for Ct-Lib support... no
checking for FreeTDS Ct-Lib support... no
checking for gw-config... /usr/local/bin/gw-config
checking Kannel version... 1.5.0
checking Kannel libs... -L/usr/local/lib/kannel -lgw -lwap -lgwlib
-lmysqlclient -ldl -lrt -lresolv -lnsl -lm  -lpthread -lxml2
-L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -ldl -lssl -lcrypto
-lresolv -lm -lrt
checking Kannel includes... -I/usr/local/include/kannel -g -O2
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/mysql
checking for cfg_create in -lgwlib... no
configure: error: Kannel gwlib is required!


./gw-config --libs

-L/usr/local/lib/kannel -lgw -lwap -lgwlib -lmysqlclient -ldl -lrt -lresolv
-lnsl -lm  -lpthread -lxml2 -L/usr/lib/x86_64-linux-gnu -lmysqlclient
-lpthread -ldl -lssl -lcrypto -lresolv -lm -lrt


Re: Error SQLBOX installation on Ubuntu 20.04

2022-10-18 Thread vinayak mv
I have installed from SVN trunk

On Tue, 18 Oct, 2022, 6:07 pm Antony Stone, <
antony.st...@kannel.open.source.it> wrote:

> On Tuesday 18 October 2022 at 12:00:43, Textnator Support wrote:
>
> > Hi,
> > i tried to install sqlbox from kannel1.5 addons on ubuntu 20.04
>
> 1.5 is a very old development version.
>
> I recommend using 1.4.5 (much more recent production version) instead.
>
>
> Antony.
>
> --
> You can spend the whole of your life trying to be popular,
> but at the end of the day the size of the crowd at your funeral
> will be largely dictated by the weather.
>
>  - Frank Skinner
>
>Please reply to the
> list;
>  please *don't* CC
> me.
>
>