I get this: 2009-01-07 13:39:22 [27781] [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 0 2009-01-07 13:39:23 [27781] [0] PANIC: DLR: can't find group core 2009-01-07 13:39:23 [27781] [0] PANIC: bearerbox(gw_panic+0x107) [0x80c5227] 2009-01-07 13:39:23 [27781] [0] PANIC: bearerbox(dlr_init+0x1c8) [0x805ce48] 2009-01-07 13:39:23 [27781] [0] PANIC: bearerbox(main+0x10a) [0x8052baa] 2009-01-07 13:39:23 [27781] [0] PANIC: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb789b050] 2009-01-07 13:39:23 [27781] [0] PANIC: bearerbox [0x8051d51]
--- On Wed, 1/7/09, Alvaro Cornejo <[email protected]> wrote: From: Alvaro Cornejo <[email protected]> Subject: Re: Ubuntu Installation with DLR mysql To: "Drew Stockler" <[email protected]>, "[email protected]" <[email protected]> Date: Wednesday, January 7, 2009, 12:54 PM Please cc to kannel list so you can receive better support. the ./configure make, make install is only needed when downloading sources from kannel. otherwise apt-get install is enough try bearerbox pathtoconfigfile to see if there are errors when running bearerbox and if it finds mysql files |-----------------------------------------------------------------------------------------------------------------| 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, Jan 7, 2009 at 1:15 PM, Drew Stockler <[email protected]> wrote: > http://packages.ubuntu.com/hardy/i386/kannel/filelist > > According to ubuntu, there is no files called configure to run in the > directory in which kannel is installed /etc/init.d/kannel > > On the page below it says that it is compiled with ssl, mysql and native > malloc > > http://packages.ubuntu.com/hardy/i386/kannel/filelist > > When you downloaded kannel from the hardy repositories did you have to do > the configure; make; install? > > The tables are set up and the config is below > > group = core > admin-port = 13000 > admin-password = bar > admin-deny-ip = "" > admin-allow-ip = "127.0.0.1" > smsbox-port = 13003 > wdp-interface-name = "*" > log-file = "/var/log/kannel/bearerbox.txt" > log-level = 0 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > dlr-storage = mysql > > > group = smsc > smsc = at > modemtype = auto > device = /dev/ttyS0 > my-number = 3124010078 > sms-center = +13123149810 > connect-allow-ip = 127.0.0.1 > > > > group = sms-service > keyword = > keyword-regex = .* > catch-all = yes > max-messages = 0 > get-url = "http://localhost/sms?phone=%p&text=%a" > > group = sendsms-user > username = ***** > password = ***** > max-messages = 10 > concatenation = true > > group = smsbox > bearerbox-host = 127.0.0.1 > sendsms-port = 13004 > global-sender = 3124010078 > log-file = "/var/log/kannel/smsbox.txt" > log-level = 0 > > include= "/usr/share/doc/kannel/examples/modems.conf" > > group = mysql-connection > id = mydlr > host = localhost > username = *** > password = ****** > database = dlr > max-connections = 1 > > group = dlr-db > id = mydlr > table = dlr > field-smsc = smsc > field-timestamp = ts > field-destination = destination > field-source = source > field-service = service > field-url = url > field-mask = mask > field-status = status > field-boxc-id = boxc > > > > > > --- On Wed, 1/7/09, Alvaro Cornejo <[email protected]> wrote: > > From: Alvaro Cornejo <[email protected]> > Subject: Re: Ubuntu Installation with DLR mysql > To: "Drew Stockler" <[email protected]>, "[email protected]" > <[email protected]> > Date: Wednesday, January 7, 2009, 9:30 AM > > Just run > > (mysql must be installed before this) > > ./configure --with-mysql --enable-start-stop-daemon > > on the dir where you downloaded kannel > > then make > > and make install (if you want to change default install dir doit here > > > > > > |-----------------------------------------------------------------------------------------------------------------| > 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 Tue, Jan 6, 2009 at 9:04 PM, Drew Stockler <[email protected]> > wrote: >> I have the tables created correctly. Here are my confige enteries which > are >> correct. The only thing I am having trouble with is the make ./configure > I >> don't understand the syntax via the command line. Is there any > documentation >> for that. i have searched the user guide, and google. I see ./configure > and >> type make all the time but when i put them into the command line i get >> nothing. >> >> Thanks for all the help, >> >> Drew >> >> --- On Tue, 1/6/09, Alvaro Cornejo <[email protected]> wrote: >> >> From: Alvaro Cornejo <[email protected]> >> Subject: Re: > Ubuntu Installation with DLR mysql >> To: "Drew Stockler" <[email protected]> >> Cc: [email protected] >> Date: Tuesday, January 6, 2009, 7:09 PM >> >> Just follow indications on documentation about creation of dlr tables, >> make of kannel with mysql support and the appropiate config entries. >> >> I use ubuntu hardy with kannel & mysql from packages with no problem >> >> Regards >> >> Alvaro >> >> >> On Tue, 2009-01-06 at 16:41 -0800, Drew Stockler wrote: >>> Is there anyone out there who installed kannel from the ubuntu >>> repositories and successfully integrated kannel with mysql for > dlr's? >>> >>> All the documenation i saw was for a downloaded install from >>> kannel.org then do a ./configure make and include the mysql commands. >>> >>> Is their a procedure for a debian install/ubuntu repository I > can >>> follow? >>> >>> Thanks >>> Drew >>> >>> >>> >>> >> >> >> > >
