Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-22 Thread Robin C
my mysql version is mysql Ver 8.0.32-0ubuntu0.22.04.2 for Linux on x86_64 ((Ubuntu)) On Sat, Apr 22, 2023 at 7:20 PM Robin C wrote: > Dear Spameden, > Thanks for your reply. I tried this fix. But then I got the following > error. > > In file included from gwlib/gwlib.h:83, >

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-22 Thread Robin C
Dear Spameden, Thanks for your reply. I tried this fix. But then I got the following error. In file included from gwlib/gwlib.h:83, from gwlib/dbpool.c:70: gwlib/dbpool_mysql.c: In function ‘mysql_select’: gwlib/dbpool_mysql.c:248:48: error: ‘my_bool’ undeclared (first use in

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread spameden
Ubuntu 22.04 uses bison 3.8.2 - https://packages.ubuntu.com/jammy/bison In order to fix the issue you need to either try to compile from SVN or apply this patch - https://redmine.kannel.org/issues/699#note-5 Best to use SVN code actually as it contains recent bug fixes and in most cases very

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Rajeev Krishna
Hi, Try: https://gist.github.com/kewogc/1d679c6c83977d69106f On Sun, 16 Apr 2023 at 19:23, Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Sunday 16 April 2023 at 13:42:04, Robin C wrote: > > > Dear Antony , > > > > Have you successfully installed Kannel 1.4.5 in Ubuntu

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 13:42:04, Robin C wrote: > Dear Antony , > > Have you successfully installed Kannel 1.4.5 in Ubuntu 22.04 from source > code?? No; I use 1.4.5 under Debian, installed from the binary package. Antony. -- Python is executable pseudocode. Perl is executable line

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
Dear Antony , Have you successfully installed Kannel 1.4.5 in Ubuntu 22.04 from source code?? On Sun, Apr 16, 2023, 3:23 PM Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Sunday 16 April 2023 at 13:04:28, Robin C wrote: > > > Dear Antony, > > Please find the commands below. I

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 13:04:28, Robin C wrote: > Dear Antony, > Please find the commands below. I already shared the eroor. I am sharing > the error message below. > > I am using Ubuntu 22.04, Bison 1.4.5. > #wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz >

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 13:04:28, Robin C wrote: > Dear Antony, > Please find the commands below. I already shared the eroor. I am sharing > the error message below. > > I am using Ubuntu 22.04, Bison 1.4.5. > #wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz >

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 12:49:57, Robin C wrote: > y.tab.c:368:5: error: conflicting types for ‘ws_yy_parse’ Where does this file come from? I have a source tree for kannel-1.4.5 here and I have no y.tab.c inside it. Antony. -- Perfection in design is achieved not when there is nothing

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
Dear Antony, Please find the commands below. I already shared the eroor. I am sharing the error message below. I am using Ubuntu 22.04, Bison 1.4.5. #wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz --no-check-certificate # tar -zxvf gateway-1.4.5.tar.gz # cd gateway-1.4.5/ #

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
y.tab.c:368:5: error: conflicting types for ‘ws_yy_parse’; have ‘int(void)’ In file included from wmlscript/wsgram.y:15: ./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ with type ‘int(void *)’ 296 | int ws_yy_parse(void *context); | ^~~

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 12:41:44, Robin C wrote: > But I am getting error while doing make. I am trying to install kannel > 1.4.5 and bison (GNU Bison) 3.8.2. Well, show us the commands you are running and exactly what error message/s you are seeing. You signed your original message as

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
But I am getting error while doing make. I am trying to install kannel 1.4.5 and bison (GNU Bison) 3.8.2. On Sun, Apr 16, 2023 at 2:23 PM Willy Mularto wrote: > Of course it can. > > Pada tanggal Min, 16 Apr 2023 17.18, Robin C > menulis: > >> Dear team, >> >> Is it possible to install

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Willy Mularto
Of course it can. Pada tanggal Min, 16 Apr 2023 17.18, Robin C menulis: > Dear team, > > Is it possible to install kannel with MySQL DB support to send SMS in > Ubuntu 22.04 from the source code? Otherwise please tell me which version > of Ubuntu I should use. and which version of kannel