Re: sqlbox installation issue

2020-02-24 Thread Antony Stone
On Monday 24 February 2020 at 06:27:24, Robin C wrote:

> I have tried to install 1.4.5 . But it is not working. When I try to
> decompress the file it is showing that it is not a tar.gz file. or its not
> a zip file.

Please tell us:

1. The name of the file you are trying to decompress

2. The location you are getting this file from.

3. The method you are using to obtain it (ftp, wget, git, browser, rsync...)

4. The MD5 sum of the file after you have downloaded it.


Antony.

-- 
Heisenberg, Gödel, and Chomsky walk in to a bar.
Heisenberg says, "Clearly this is a joke, but how can we work out if it's 
funny or not?"
Gödel replies, "We can't know that because we're inside the joke."
Chomsky says, "Of course it's funny. You're just saying it wrong."

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



Re: sqlbox installation issue

2020-02-24 Thread Robin C
Yes I have decompressed using tar -zxf

On Mon, Feb 24, 2020, 2:56 PM Rene Kluwen  wrote:

> Did you try to unzip with:
>
>
>
> tar -z -xvf (name-of-file.tar.gz)
>
>
>
> Otherwise download anew or with svn.
>
>
>
> == Rene
>
>
>
> *Van:* Robin C 
> *Verzonden:* maandag 24 februari 2020 06:27
> *Aan:* Rene Kluwen 
> *CC:* users 
> *Onderwerp:* Re: sqlbox installation issue
>
>
>
> I have tried to install 1.4.5 . But it is not working. When I try to
> decompress the file it is showing that it is not a tar.gz file. or its not
> a zip file.
>
>
>
> On Wed, Feb 19, 2020 at 3:29 PM Rene Kluwen  wrote:
>
> I think you will need a newer version of Kannel in order to install that
> version of sqlbox.
>
>
>
> == Rene
>
>
>
> *Van:* users  *Namens *Robin C
> *Verzonden:* woensdag 19 februari 2020 10:03
> *Aan:* users 
> *Onderwerp:* sqlbox installation issue
>
>
>
> Hi all,
>
>
>
> I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3.
> when i try to make sqlbox i am getting the following error.
>
>
>
> sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
> sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
> sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_save_msg’:
> sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>  ^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>  ^
> sqlbox_mysql.c: In function ‘mysql_save_list’:
> sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>
>^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>
>
> *[image: Afbeelding verwijderd door afzender.]*
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>
>
>
>
> --
>
>  *Thanks & Regards,*
>
>
>
>   *Robin C*
>
> * Linux System Administrator*
>
>
>
> Web : www.refined.co.in
>
>
>
> Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil
> Road, Vazhuthacaud, Thiruvananthapuram, Kerala - 695014
>
>
>
>
>
> *[image: Afbeelding verwijderd door afzender.]*
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


RE: sqlbox installation issue

2020-02-24 Thread Rene Kluwen
Did you try to unzip with:

 

tar -z -xvf (name-of-file.tar.gz)

 

Otherwise download anew or with svn.

 

== Rene

 

Van: Robin C  
Verzonden: maandag 24 februari 2020 06:27
Aan: Rene Kluwen 
CC: users 
Onderwerp: Re: sqlbox installation issue

 

I have tried to install 1.4.5 . But it is not working. When I try to decompress 
the file it is showing that it is not a tar.gz file. or its not a zip file. 

 

On Wed, Feb 19, 2020 at 3:29 PM Rene Kluwen mailto:rene.klu...@chimit.nl> > wrote:

I think you will need a newer version of Kannel in order to install that 
version of sqlbox.

 

== Rene

 

Van: users mailto:users-boun...@kannel.org> > Namens 
Robin C
Verzonden: woensdag 19 februari 2020 10:03
Aan: users mailto:users@kannel.org> >
Onderwerp: sqlbox installation issue

 

Hi all,

 

I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3. when 
i try to make sqlbox i am getting the following error. 

 

sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_save_msg’:
sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo), 
st_str(msg->sms.meta_data), st_num(msg->sms.priority), 
st_str(msg->sms.foreign_id));
 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] = get_string_value_or_return_null(x))
   ^
sqlbox_mysql.c: In function ‘mysql_save_list’:
sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo), 
st_str(msg->sms.meta_data), st_num(msg->sms.priority), 
st_str(msg->sms.foreign_id));

 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] = get_string_value_or_return_null(x))  

 



 

 

 

Disclaimer:  This message contains confidential information and is intended 
only for the individual named.  If you are not the named addressee you should 
not disseminate, distribute or copy this e-mail.  Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.  E-mail transmission cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail transmission.  If verification is 
required please request a hard-copy version.

7 Switch off as you go |q Recycle always | P Print only if absolutely necessary




 

-- 

 Thanks & Regards,

  

  Robin C

 Linux System Administrator

 

Web :  <http://www.refined.co.in/> www.refined.co.in

 

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road, Vazhuthacaud, 
Thiruvananthapuram, Kerala - 695014

 

 



 

 

 

Disclaimer:  This message contains confidential information and is intended 
only for the individual named.  If you are not the named addressee you should 
not disseminate, distribute or copy this e-mail.  Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.  E-mail transmission cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail transmission.  If verification is 
required please request a hard-copy version.

7 Switch off as you go |q Recycle always | P Print only if absolutely necessary



Re: sqlbox installation issue

2020-02-23 Thread Robin C
I have tried to install 1.4.5 . But it is not working. When I try to
decompress the file it is showing that it is not a tar.gz file. or its not
a zip file.

On Wed, Feb 19, 2020 at 3:29 PM Rene Kluwen  wrote:

> I think you will need a newer version of Kannel in order to install that
> version of sqlbox.
>
>
>
> == Rene
>
>
>
> *Van:* users  *Namens *Robin C
> *Verzonden:* woensdag 19 februari 2020 10:03
> *Aan:* users 
> *Onderwerp:* sqlbox installation issue
>
>
>
> Hi all,
>
>
>
> I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3.
> when i try to make sqlbox i am getting the following error.
>
>
>
> sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
> sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
> sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_save_msg’:
> sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>  ^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>  ^
> sqlbox_mysql.c: In function ‘mysql_save_list’:
> sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>
>^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>
>
> *[image: Afbeelding verwijderd door afzender.]*
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthapuram,
Kerala - 695014






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


RE: sqlbox installation issue

2020-02-19 Thread Rene Kluwen
I think you will need a newer version of Kannel in order to install that 
version of sqlbox.

 

== Rene

 

Van: users  Namens Robin C
Verzonden: woensdag 19 februari 2020 10:03
Aan: users 
Onderwerp: sqlbox installation issue

 

Hi all,

 

I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3. when 
i try to make sqlbox i am getting the following error. 

 

sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_save_msg’:
sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo), 
st_str(msg->sms.meta_data), st_num(msg->sms.priority), 
st_str(msg->sms.foreign_id));
 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] = get_string_value_or_return_null(x))
   ^
sqlbox_mysql.c: In function ‘mysql_save_list’:
sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo), 
st_str(msg->sms.meta_data), st_num(msg->sms.priority), 
st_str(msg->sms.foreign_id));

 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] = get_string_value_or_return_null(x))  

 



 

 

 

Disclaimer:  This message contains confidential information and is intended 
only for the individual named.  If you are not the named addressee you should 
not disseminate, distribute or copy this e-mail.  Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.  E-mail transmission cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail transmission.  If verification is 
required please request a hard-copy version.

7 Switch off as you go |q Recycle always | P Print only if absolutely necessary



sqlbox installation issue

2020-02-19 Thread Robin C
Hi all,

I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3.
when i try to make sqlbox i am getting the following error.

sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_save_msg’:
sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
st_str(msg->sms.meta_data), st_num(msg->sms.priority),
st_str(msg->sms.foreign_id));
 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] =
get_string_value_or_return_null(x))
   ^
sqlbox_mysql.c: In function ‘mysql_save_list’:
sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
st_str(msg->sms.meta_data), st_num(msg->sms.priority),
st_str(msg->sms.foreign_id));

 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] =
get_string_value_or_return_null(x))





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary