RE: sqlbox make error

2016-03-25 Thread Беляев Владимир Николаевич
This is not an error. All is well


-Original Message-
From: christopher kamutumwa [mailto:chriskamutu...@gmail.com] 
Sent: Friday, March 25, 2016 4:35 PM
To: Беляев Владимир Николаевич
Cc: spameden; users
Subject: Re: sqlbox make error

Now when configuring sqlbox. I get below error anything am missing

root@ctlgate:~/sqlbox# make
make  all-recursive
make[1]: Entering directory `/root/sqlbox'
Making all in gw
make[2]: Entering directory `/root/sqlbox/gw'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/sqlbox/gw'
make[2]: Entering directory `/root/sqlbox'
make[2]: Leaving directory `/root/sqlbox'
make[1]: Leaving directory `/root/sqlbox'


On 3/25/16, Беляев Владимир Николаевич <v.bely...@sngb.ru> wrote:
> I did so:
>
> # kannel
> ./configure --with-mysql
> # opensmppbox, sqlbox
> ./configure --with-kannel-dir=/home/u3850/gateway-1.5.0
>
> -Original Message-
> From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher 
> kamutumwa
> Sent: Friday, March 25, 2016 1:48 PM
> To: spameden
> Cc: users
> Subject: Re: sqlbox make error
>
> Hi below is what am getting now. please advise
>
>
> Configuring DB support ...
> checking whether to compile with MySQL support... disabled checking 
> whether to compile with LibSDB support... disabled checking whether to 
> compile with
> SQLite2 support... disabled checking whether to compile with SQLite3 
> support... disabled checking whether to compile with Oracle support...
> disabled checking whether to compile with PostgresSQL support... 
> disabled checking whether to compile with Redis support... disabled 
> checking whether to compile with FreeTDS Ct-Lib support... disabled
>
>
> chris
> On 3/24/16, spameden <spame...@gmail.com> wrote:
>> 2016-03-24 22:52 GMT+03:00 christopher kamutumwa
>> <chriskamutu...@gmail.com>:
>>
>>> hello,
>>>
>>> Ive installed kannel on ubuntu. now i want to install sqlbox i get 
>>> below error kindly advise how to resolve this? i aready have mysql 
>>> on server;
>>>
>>> sqlbox.c:98:2: error: #error You need support for at least one DB 
>>> engine. Please recompile Kannel.
>>>  #error You need support for at least one DB engine. Please 
>>> recompile Kannel.
>>>
>>
>> Error is self-explanatory. Recompile kannel with mysql support:
>>
>> ./configure --with-mysql
>> make; make install
>>
>> after that try compiling sqlbox again.
>>
>>>
>>>
>>> regards chris
>>>
>>>
>>
>
>
>




Re: sqlbox make error

2016-03-25 Thread christopher kamutumwa
Now when configuring sqlbox. I get below error anything am missing

root@ctlgate:~/sqlbox# make
make  all-recursive
make[1]: Entering directory `/root/sqlbox'
Making all in gw
make[2]: Entering directory `/root/sqlbox/gw'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/sqlbox/gw'
make[2]: Entering directory `/root/sqlbox'
make[2]: Leaving directory `/root/sqlbox'
make[1]: Leaving directory `/root/sqlbox'


On 3/25/16, Беляев Владимир Николаевич <v.bely...@sngb.ru> wrote:
> I did so:
>
> # kannel
> ./configure --with-mysql
> # opensmppbox, sqlbox
> ./configure --with-kannel-dir=/home/u3850/gateway-1.5.0
>
> -Original Message-
> From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher
> kamutumwa
> Sent: Friday, March 25, 2016 1:48 PM
> To: spameden
> Cc: users
> Subject: Re: sqlbox make error
>
> Hi below is what am getting now. please advise
>
>
> Configuring DB support ...
> checking whether to compile with MySQL support... disabled checking whether
> to compile with LibSDB support... disabled checking whether to compile with
> SQLite2 support... disabled checking whether to compile with SQLite3
> support... disabled checking whether to compile with Oracle support...
> disabled checking whether to compile with PostgresSQL support... disabled
> checking whether to compile with Redis support... disabled checking whether
> to compile with FreeTDS Ct-Lib support... disabled
>
>
> chris
> On 3/24/16, spameden <spame...@gmail.com> wrote:
>> 2016-03-24 22:52 GMT+03:00 christopher kamutumwa
>> <chriskamutu...@gmail.com>:
>>
>>> hello,
>>>
>>> Ive installed kannel on ubuntu. now i want to install sqlbox i get
>>> below error kindly advise how to resolve this? i aready have mysql on
>>> server;
>>>
>>> sqlbox.c:98:2: error: #error You need support for at least one DB
>>> engine. Please recompile Kannel.
>>>  #error You need support for at least one DB engine. Please recompile
>>> Kannel.
>>>
>>
>> Error is self-explanatory. Recompile kannel with mysql support:
>>
>> ./configure --with-mysql
>> make; make install
>>
>> after that try compiling sqlbox again.
>>
>>>
>>>
>>> regards chris
>>>
>>>
>>
>
>
>



Re: sqlbox make error

2016-03-25 Thread christopher kamutumwa
#
 ./configure --with-mysql

gives error;
root@ctlgate:~/gateway-1.5.0# ./configure -–with-mysql
configure: error: unrecognized option: -–with-mysql
Try `./configure --help' for more information.
root@ctlgate:~/gateway-1.5.0# sudo ./configure -–with-mysql
configure: error: unrecognized option: -–with-mysql
Try `./configure --help' for more information.

but when i do
# ./configure --with-mysql-dir=etc/mysql
i get
Configuring DB support ...
checking whether to compile with MySQL support... disabled
checking whether to compile with LibSDB support... disabled
checking whether to compile with SQLite2 support... disabled
checking whether to compile with SQLite3 support... disabled
checking whether to compile with Oracle support... disabled
checking whether to compile with PostgresSQL support... disabled
checking whether to compile with FreeTDS Ct-Lib support... disabled

Generating output files ...
configure: creating ./config.status
config.status: creating gwlib/gw_uuid_types.h
config.status: creating Makefile
config.status: creating gw-config.h
config.status: gw-config.h is unchanged
configure: WARNING: unrecognized options: --enable-mysql

License information ...
++
| License:   |
| This software is subject to the Kannel Software License, available |
| in this distribution in the file LICENSE. By continuing this   |
| installation process, you are bound by the terms of this license   |
| agreement. If you do not agree with the terms of this license, you |
| must abort the installation process at this point. |
||
|  The Kannel Group <http://www.kannel.org/> |
++

does "checking whether to compile with MySQL support... disabled"
affect nothing? if it does how do i enable it?


chris

On 3/25/16, Беляев Владимир Николаевич <v.bely...@sngb.ru> wrote:
> I did so:
>
> # kannel
> ./configure --with-mysql
> # opensmppbox, sqlbox
> ./configure --with-kannel-dir=/home/u3850/gateway-1.5.0
>
> -Original Message-
> From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher
> kamutumwa
> Sent: Friday, March 25, 2016 1:48 PM
> To: spameden
> Cc: users
> Subject: Re: sqlbox make error
>
> Hi below is what am getting now. please advise
>
>
> Configuring DB support ...
> checking whether to compile with MySQL support... disabled checking whether
> to compile with LibSDB support... disabled checking whether to compile with
> SQLite2 support... disabled checking whether to compile with SQLite3
> support... disabled checking whether to compile with Oracle support...
> disabled checking whether to compile with PostgresSQL support... disabled
> checking whether to compile with Redis support... disabled checking whether
> to compile with FreeTDS Ct-Lib support... disabled
>
>
> chris
> On 3/24/16, spameden <spame...@gmail.com> wrote:
>> 2016-03-24 22:52 GMT+03:00 christopher kamutumwa
>> <chriskamutu...@gmail.com>:
>>
>>> hello,
>>>
>>> Ive installed kannel on ubuntu. now i want to install sqlbox i get
>>> below error kindly advise how to resolve this? i aready have mysql on
>>> server;
>>>
>>> sqlbox.c:98:2: error: #error You need support for at least one DB
>>> engine. Please recompile Kannel.
>>>  #error You need support for at least one DB engine. Please recompile
>>> Kannel.
>>>
>>
>> Error is self-explanatory. Recompile kannel with mysql support:
>>
>> ./configure --with-mysql
>> make; make install
>>
>> after that try compiling sqlbox again.
>>
>>>
>>>
>>> regards chris
>>>
>>>
>>
>
>
>



RE: sqlbox make error

2016-03-25 Thread Беляев Владимир Николаевич
I did so:

# kannel
./configure --with-mysql
# opensmppbox, sqlbox
./configure --with-kannel-dir=/home/u3850/gateway-1.5.0

-Original Message-
From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher kamutumwa
Sent: Friday, March 25, 2016 1:48 PM
To: spameden
Cc: users
Subject: Re: sqlbox make error

Hi below is what am getting now. please advise


Configuring DB support ...
checking whether to compile with MySQL support... disabled checking whether to 
compile with LibSDB support... disabled checking whether to compile with 
SQLite2 support... disabled checking whether to compile with SQLite3 support... 
disabled checking whether to compile with Oracle support... disabled checking 
whether to compile with PostgresSQL support... disabled checking whether to 
compile with Redis support... disabled checking whether to compile with FreeTDS 
Ct-Lib support... disabled


chris
On 3/24/16, spameden <spame...@gmail.com> wrote:
> 2016-03-24 22:52 GMT+03:00 christopher kamutumwa
> <chriskamutu...@gmail.com>:
>
>> hello,
>>
>> Ive installed kannel on ubuntu. now i want to install sqlbox i get 
>> below error kindly advise how to resolve this? i aready have mysql on 
>> server;
>>
>> sqlbox.c:98:2: error: #error You need support for at least one DB 
>> engine. Please recompile Kannel.
>>  #error You need support for at least one DB engine. Please recompile 
>> Kannel.
>>
>
> Error is self-explanatory. Recompile kannel with mysql support:
>
> ./configure --with-mysql
> make; make install
>
> after that try compiling sqlbox again.
>
>>
>>
>> regards chris
>>
>>
>





Re: sqlbox make error

2016-03-25 Thread christopher kamutumwa
Hi below is what am getting now. please advise


Configuring DB support ...
checking whether to compile with MySQL support... disabled
checking whether to compile with LibSDB support... disabled
checking whether to compile with SQLite2 support... disabled
checking whether to compile with SQLite3 support... disabled
checking whether to compile with Oracle support... disabled
checking whether to compile with PostgresSQL support... disabled
checking whether to compile with Redis support... disabled
checking whether to compile with FreeTDS Ct-Lib support... disabled


chris
On 3/24/16, spameden  wrote:
> 2016-03-24 22:52 GMT+03:00 christopher kamutumwa
> :
>
>> hello,
>>
>> Ive installed kannel on ubuntu. now i want to install sqlbox i get
>> below error kindly advise how to resolve this? i aready have mysql on
>> server;
>>
>> sqlbox.c:98:2: error: #error You need support for at least one DB
>> engine. Please recompile Kannel.
>>  #error You need support for at least one DB engine. Please recompile
>> Kannel.
>>
>
> Error is self-explanatory. Recompile kannel with mysql support:
>
> ./configure --with-mysql
> make; make install
>
> after that try compiling sqlbox again.
>
>>
>>
>> regards chris
>>
>>
>



Re: sqlbox make error

2016-03-24 Thread spameden
2016-03-24 22:52 GMT+03:00 christopher kamutumwa :

> hello,
>
> Ive installed kannel on ubuntu. now i want to install sqlbox i get
> below error kindly advise how to resolve this? i aready have mysql on
> server;
>
> sqlbox.c:98:2: error: #error You need support for at least one DB
> engine. Please recompile Kannel.
>  #error You need support for at least one DB engine. Please recompile
> Kannel.
>

Error is self-explanatory. Recompile kannel with mysql support:

./configure --with-mysql
make; make install

after that try compiling sqlbox again.

>
>
> regards chris
>
>


Re: SQLBOX - make error - ssl/nossl

2012-01-31 Thread Milan P. Stanic
On Tue, 2012-01-31 at 23:26, aco.s wrote:
 Dear all,
 
 I am trying to install SQLBOX but have no success. 
 
 I am trying to do it with SSL support or without SSL support BUT result
 is almost the same. As far as other installations are concern OpenSSL
 0.9.8s is working fine, only SQLBOX is having problem... Correct me if I
 am wrong!??! ./configure command is doing the same regardless of my
 choice with-ssl or without-ssl. How come?
 
 One more thing, please, have a look at the bottom of this post for just
 one more question
 
 Here are details from installation WITH SSL:
 #
 openSUSE-acer:/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk
 # ./configure --prefix=/usr/local/sqlbox
 --with-kannel-dir=/usr/local/kannel --enable-ssl
 --with-ssl=/usr/local/ssl

You enabled ssl (enable-ssl) and you don't have openssl development
installed where Kannel build system expect.

Do you install openssl in /usr/local/ssl by hand or your distribution
package manager installed it there?

 ..
 ..
 Configuring OpenSSL support ...
 checking whether to compile with SSL support...
 trying /usr/local/ssl/lib /usr/local/ssl/include
 checking for openssl... /usr/local/bin/openssl
 checking for CRYPTO_lock in -lcrypto... yes
 checking for SSL_library_init in -lssl... no
 ..
 and it is done !
 #
 openSUSE-acer:/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk #
 make
 ...
 ..
 /usr/local/ssl/lib/libssl.a(t1_lib.o): In function `tls_decrypt_ticket':
 t1_lib.c:(.text+0x80): undefined reference to `HMAC_CTX_init'
 t1_lib.c:(.text+0x10b): undefined reference to `HMAC_Update'
 t1_lib.c:(.text+0x12e): undefined reference to `HMAC_Final'
 t1_lib.c:(.text+0x13a): undefined reference to `HMAC_CTX_cleanup'
 
 
 /usr/local/ssl/lib/libssl.a(d1_pkt.o): In function `dtls1_read_bytes':
 d1_pkt.c:(.text+0xfb3): undefined reference to `pqueue_pop'
 d1_pkt.c:(.text+0xfd6): undefined reference to `pitem_free'
 d1_pkt.c:(.text+0x102e): undefined reference to `pqueue_size'
 collect2: ld returned 1 exit status
 make[2]: *** [sqlbox] Error 1
 make[2]: Leaving directory
 `/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk/gw'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk'
 make: *** [all] Error 2
 openSUSE-acer:/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk # 
 ###
 ###
 ###
 Here are details from installation WITHOUT SSL:
 
 openSUSE-acer:/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk
 # ./configure --prefix=/usr/local/sqlbox
 --with-kannel-dir=/usr/local/kannel
 ..
 ..
 Configuring OpenSSL support ...
 checking whether to compile with SSL support...
 trying /usr/local/ssl/lib /usr/local/ssl/include/openssl
 checking for openssl... /usr/local/bin/openssl
 checking for CRYPTO_lock in -lcrypto... yes
 checking for SSL_library_init in -lssl... no
 ...
 and it is done!
 ###
 openSUSE-acer:/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk #
 make
 ...
 ...
 /usr/local/ssl/lib/libssl.a(t1_lib.o): In function `tls_decrypt_ticket':
 t1_lib.c:(.text+0x80): undefined reference to `HMAC_CTX_init'
 t1_lib.c:(.text+0x10b): undefined reference to `HMAC_Update'
 t1_lib.c:(.text+0x12e): undefined reference to `HMAC_Final'
 t1_lib.c:(.text+0x13a): undefined reference to `HMAC_CTX_cleanup'
 t1_lib.c:(.text+0x1dd): undefined reference to `EVP_DecryptUpdate'
 t1_lib.c:(.text+0x204): undefined reference to `EVP_DecryptFinal'
 .
 .
 /usr/local/ssl/lib/libssl.a(d1_pkt.o): In function `dtls1_read_bytes':
 d1_pkt.c:(.text+0xfb3): undefined reference to `pqueue_pop'
 d1_pkt.c:(.text+0xfd6): undefined reference to `pitem_free'
 d1_pkt.c:(.text+0x102e): undefined reference to `pqueue_size'
 collect2: ld returned 1 exit status
 make[2]: *** [sqlbox] Error 1
 make[2]: Leaving directory
 `/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk/gw'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk'
 make: *** [all] Error 2
 openSUSE-acer:/usr/local/src/www.kannel.org/Kannel/svn/sqlbox/trunk # 
 ###
 ###
 ###
 
 As you can see from output of make command you can find (among other
 errors) line starting with:
 /usr/local/ssl/lib/libssl.a(t1_lib.o)

Re: SQLBox make error

2011-02-06 Thread Alejandro Guerrieri
You're trying to compile sqlbox using an incompatible version of kannel. You 
need to compile against a meta-data aware version (latest svn for instance).

Regards,
--
Alex Guerrieri

On 06/02/2011, at 06:05, Scott Geller geller.subscr...@gmail.com wrote:

 
 I'd appreciate some help in configuring and installing SQLBox.
 
 This is with the most current version of SQLBox - I just downloaded it 
 tonight from svn
 
 Thanks in advance!
 
 Scott
 
 
 [root@localhost sqlbox]# make
 make  all-recursive
 make[1]: Entering directory `/root/Downloads/sqlbox'
 Making all in gw
 make[2]: Entering directory `/root/Downloads/sqlbox/gw'
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox.o -MD -MP -MF .deps/sqlbox.Tpo -c -o 
 sqlbox.o sqlbox.c
 mv -f .deps/sqlbox.Tpo .deps/sqlbox.Po
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox_mssql.o -MD -MP -MF 
 .deps/sqlbox_mssql.Tpo -c -o sqlbox_mssql.o sqlbox_mssql.c
 mv -f .deps/sqlbox_mssql.Tpo .deps/sqlbox_mssql.Po
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox_mysql.o -MD -MP -MF 
 .deps/sqlbox_mysql.Tpo -c -o sqlbox_mysql.o sqlbox_mysql.c
 mv -f .deps/sqlbox_mysql.Tpo .deps/sqlbox_mysql.Po
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox_pgsql.o -MD -MP -MF 
 .deps/sqlbox_pgsql.Tpo -c -o sqlbox_pgsql.o sqlbox_pgsql.c
 sqlbox_pgsql.c: In function ‘pgsql_save_msg’:
 sqlbox_pgsql.c:153: error: ‘struct sms’ has no member named ‘meta_data’
 sqlbox_pgsql.c: In function ‘pgsql_fetch_msg’:
 sqlbox_pgsql.c:211: error: ‘struct sms’ has no member named ‘meta_data’
 make[2]: *** [sqlbox_pgsql.o] Error 1
 make[2]: Leaving directory `/root/Downloads/sqlbox/gw'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/root/Downloads/sqlbox'
 make: *** [all] Error 2
 



Re: SQLBox make error

2011-02-06 Thread Scott Geller
Thanks Aliex.!!

That fixed it


On Sun, Feb 6, 2011 at 6:18 AM, Alejandro Guerrieri 
alejandro.guerri...@gmail.com wrote:

 You're trying to compile sqlbox using an incompatible version of kannel.
 You need to compile against a meta-data aware version (latest svn for
 instance).

 Regards,
 --
 Alex Guerrieri

 On 06/02/2011, at 06:05, Scott Geller geller.subscr...@gmail.com wrote:

 
  I'd appreciate some help in configuring and installing SQLBox.
 
  This is with the most current version of SQLBox - I just downloaded it
 tonight from svn
 
  Thanks in advance!
 
  Scott
 
 
  [root@localhost sqlbox]# make
  make  all-recursive
  make[1]: Entering directory `/root/Downloads/sqlbox'
  Making all in gw
  make[2]: Entering directory `/root/Downloads/sqlbox/gw'
  gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=
 -I/usr/include/libxml2 -I/usr/local/pgsql/include -MT sqlbox.o -MD -MP -MF
 .deps/sqlbox.Tpo -c -o sqlbox.o sqlbox.c
  mv -f .deps/sqlbox.Tpo .deps/sqlbox.Po
  gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=
 -I/usr/include/libxml2 -I/usr/local/pgsql/include -MT sqlbox_mssql.o -MD -MP
 -MF .deps/sqlbox_mssql.Tpo -c -o sqlbox_mssql.o sqlbox_mssql.c
  mv -f .deps/sqlbox_mssql.Tpo .deps/sqlbox_mssql.Po
  gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=
 -I/usr/include/libxml2 -I/usr/local/pgsql/include -MT sqlbox_mysql.o -MD -MP
 -MF .deps/sqlbox_mysql.Tpo -c -o sqlbox_mysql.o sqlbox_mysql.c
  mv -f .deps/sqlbox_mysql.Tpo .deps/sqlbox_mysql.Po
  gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw-g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2
 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=
 -I/usr/include/libxml2 -I/usr/local/pgsql/include -MT sqlbox_pgsql.o -MD -MP
 -MF .deps/sqlbox_pgsql.Tpo -c -o sqlbox_pgsql.o sqlbox_pgsql.c
  sqlbox_pgsql.c: In function ‘pgsql_save_msg’:
  sqlbox_pgsql.c:153: error: ‘struct sms’ has no member named ‘meta_data’
  sqlbox_pgsql.c: In function ‘pgsql_fetch_msg’:
  sqlbox_pgsql.c:211: error: ‘struct sms’ has no member named ‘meta_data’
  make[2]: *** [sqlbox_pgsql.o] Error 1
  make[2]: Leaving directory `/root/Downloads/sqlbox/gw'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/root/Downloads/sqlbox'
  make: *** [all] Error 2
 



Re: SQLBox make error

2011-02-06 Thread Alejandro Guerrieri
I'm glad it helped :)

Regards,

Alex

On Sunday, February 6, 2011, Scott Geller geller.subscr...@gmail.com wrote:
 Thanks Aliex.!!
 That fixed it

 On Sun, Feb 6, 2011 at 6:18 AM, Alejandro Guerrieri 
 alejandro.guerri...@gmail.com wrote:
 You're trying to compile sqlbox using an incompatible version of kannel. You 
 need to compile against a meta-data aware version (latest svn for instance).

 Regards,
 --
 Alex Guerrieri

 On 06/02/2011, at 06:05, Scott Geller geller.subscr...@gmail.com wrote:


 I'd appreciate some help in configuring and installing SQLBox.

 This is with the most current version of SQLBox - I just downloaded it 
 tonight from svn

 Thanks in advance!

 Scott


 [root@localhost sqlbox]# make
 make  all-recursive
 make[1]: Entering directory `/root/Downloads/sqlbox'
 Making all in gw
 make[2]: Entering directory `/root/Downloads/sqlbox/gw'
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw    -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox.o -MD -MP -MF .deps/sqlbox.Tpo -c -o 
 sqlbox.o sqlbox.c
 mv -f .deps/sqlbox.Tpo .deps/sqlbox.Po
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw    -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox_mssql.o -MD -MP -MF 
 .deps/sqlbox_mssql.Tpo -c -o sqlbox_mssql.o sqlbox_mssql.c
 mv -f .deps/sqlbox_mssql.Tpo .deps/sqlbox_mssql.Po
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw    -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox_mysql.o -MD -MP -MF 
 .deps/sqlbox_mysql.Tpo -c -o sqlbox_mysql.o sqlbox_mysql.c
 mv -f .deps/sqlbox_mysql.Tpo .deps/sqlbox_mysql.Po
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw    -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -I/usr/local/include/kannel -g -O2 -D_XOPEN_SOURCE=600 
 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
 -I/usr/local/pgsql/include -MT sqlbox_pgsql.o -MD -MP -MF 
 .deps/sqlbox_pgsql.Tpo -c -o sqlbox_pgsql.o sqlbox_pgsql.c
 sqlbox_pgsql.c: In function ‘pgsql_save_msg’:
 sqlbox_pgsql.c:153: error: ‘struct sms’ has no member named ‘meta_data’
 sqlbox_pgsql.c: In function ‘pgsql_fetch_msg’:
 sqlbox_pgsql.c:211: error: ‘struct sms’ has no member named ‘meta_data’
 make[2]: *** [sqlbox_pgsql.o] Error 1
 make[2]: Leaving directory `/root/Downloads/sqlbox/gw'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/root/Downloads/sqlbox'
 make: *** [all] Error 2