the message is self explanatory you need to compile kannel with at least one DB
ie ./configure --with-mysql -- etc but in order to be able to compile kannel with a db you need to install db devel libraries first Regards Alvaro |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Wed, Jul 13, 2011 at 7:06 AM, Amrit Pal Pathak <[email protected]> wrote: > 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
