I'm glad it helped :) Regards,
Alex On Sunday, February 6, 2011, Scott Geller <[email protected]> wrote: > Thanks Aliex.!! > That fixed it > > On Sun, Feb 6, 2011 at 6:18 AM, Alejandro Guerrieri > <[email protected]> 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 <[email protected]> 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 >> > > >
