I tried alot to compile the sqlbox but i couldn't get success. ./bootstrat ./configure goes well .But when i issue "make" command it gives the following error
Making all in gw make[2]: Entering directory `/home/ce30/kannel/sqlbox/gw' if gcc -DHAVE_CONFIG_H -I. -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 -MT sqlbox.o -MD -MP -MF ".deps/sqlbox.Tpo" \ -c -o sqlbox.o `test -f 'sqlbox.c' || echo './'`sqlbox.c; \ then mv -f ".deps/sqlbox.Tpo" ".deps/sqlbox.Po"; \ else rm -f ".deps/sqlbox.Tpo"; exit 1; \ fi sqlbox.c:95:2: error: #error You need support for at least one DB engine. Please recompile Kannel. make[2]: *** [sqlbox.o] Error 1 make[2]: Leaving directory `/home/ce30/kannel/sqlbox/gw' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ce30/kannel/sqlbox' make: *** [all] Error 2 I again compile the kannel and then again sqlbox but still same error persist. Please somebody tell me where i am wrong Thanks in advance amritpalpathak.blogspot.com
