Re: users Digest, Vol 72, Issue 68

2012-08-26 Thread spameden
are you sure kannel was installed successfully?

try recompiling and reinstalling kannel..

2012/8/27 Adan Canales adan...@gmail.com

 Hi again:

 this is what I did

 adan@smsserver:~/trunk/addons/sqlbox$ ./configure
 --with-kannel-dir=/usr/local/include/kannel

 and the results:

 Configuring Kannel and DB dependancies ...
 checking for Ct-Lib support... no
 checking for FreeTDS Ct-Lib support... no
 checking for gw-config... no
 checking for Kannel include files in... /usr
 checking for /usr/include/kannel/gw-config.h... no
 checking for Kannel include files in... /usr/local
 checking for /usr/local/include/kannel/gw-config.h... yes
 checking for cfg_create in -lgwlib... no

 configure: error: Kannel gwlib is required!
 adan@smsserver:~/trunk/addons/sqlbox$

 this is the display from the /include/kannel directory


 adan@smsserver:~$ cd /usr
 adan@smsserver:/usr$ cd local
 adan@smsserver:/usr/local$ cd include
 adan@smsserver:/usr/local/include$ cd kannel
 *adan@smsserver:/usr/local/include/kannel$ ls
 gw gw-config.h gwlib wap*
 adan@smsserver:/usr/local/include/kannel$

 adan@smsserver:/usr/local/include/kannel$ cd gwlib
 adan@smsserver:/usr/local/include/kannel/gwlib$ ls
 accesslog.h dbpool_p.h gw-prioqueue.h list.h protected.h
 cfg.def dict.h gw-rwlock.h log.h regex.h
 cfg.h fdset.h gwthread.h md5.h semaphore.h
 charset.h gwassert.h gw_uuid.h mime.h socket.h
 conn.h gw-getopt.h gw_uuid_types.h octstr.h ssl.h
 counter.h gwlib.h html-entities.def parse.h thread.h
 date.h gwmem.h http.h pcre.h utils.h
 dbpool.h gwpoll.h latin1_to_gsm.h pki.h xmlrpc.h

 I don´t know what else to try ??





 2012/8/25 spameden spame...@gmail.com

 sorry, you need to do it this way in sqlbox:

 ./configure --with-kannel-dir=/usr/local/include/kannel

 2012/8/26 adan...@gmail.com

 I did it, kannel is in that directory then i did configure with those
 options and says:
 Configure: error: Kannel gwlib is required!

 Could it be the version of kannel?
 Enviado desde mi dispositivo BlackBerry®
 --
 *From: * spameden spame...@gmail.com
 *Date: *Sun, 26 Aug 2012 02:38:36 +0400
 *To: *Adan Canalesadan...@gmail.com
 *Subject: *Re: users Digest, Vol 72, Issue 68

 did you install kannel?

 if you do ./configure; make; make install in the kannel directory it'd
 be installed into /usr/local

 so you might need to do this in sqlbox:

 ./configure --with-kannel=/usr/local; make; make install

 2012/8/26 Adan Canales adan...@gmail.com

 I actually didit again, I recompile everything but still the error,
 Kannel gwlib is required!

 when I configure sqlbox, how to install devel libraries? im using
 ubuntu 12.04 lts

 thanks

 2012/8/25 spameden spame...@gmail.com

 You need to compile kannel before configuring and compiling sqlbox.


 2012/8/26 Adan Canales adan...@gmail.com

 I discover this



 when try again ./configure --with-kannel-dir=/usr/local

 How to install this?

 Thanks in advance

 Adan

 2012/8/25 spameden spame...@gmail.com

 are you sure 192.168.42.105 accepts connections from your host with
 your credentials?

 you can check it via mysql command line interface


 2012/8/26 Adan Canales adan...@gmail.com

 Alvaro:

 Bearerbox and SMSbox runs just fine and connected to mysql, even I
 tested phpmyadmin and connect as well, so Mysql runs fine but no sqlbox

 Thanks


 #
 # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
 #
 # Modified by Donald Jackson based on the original smskannel.conf by
 # Kalle Marjola for Kannel project 2001, 2004

 #-
 # CORE
 #
 # There is only one core group and it sets all basic settings
 # of the bearerbox (and system). You should take extra notes on
 # configuration variables like 'store-file' (or 'store-dir'),
 # 'admin-allow-ip' and 'access.log'


 group = core
 admin-port = 13000
 smsbox-port = 13001
 admin-password = bar
 dlr-storage = mysql
 #status-password = foo
 #admin-deny-ip = *.*.*.*
 admin-allow-ip = *.*.*.*
 #admin-allow-ip = 127.0.0.1
 #log-file = c:\kannel.log
 #log-level = 4
 box-deny-ip = *.*.*.*
 box-allow-ip = 127.0.0.1
 #unified-prefix = +358,00358,0;+,00
 #access-log = c:\access.log
 store-type = file
 store-location = /home/adan/store
 #ssl-server-cert-file = cert.pem
 #ssl-server-key-file = key.pem
 #ssl-certkey-file = mycertandprivkeyfile.pem

 # mysql connection
 group = mysql-connection
 id = mydlr
 host = 127.0.0.1
 username = adan
 password = pituca0499
 database = kannel
 max-connections = 5

 #- DLR table structure
 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

 #-
 # SMSC CONNECTIONS
 #
 # SMSC connections are created in bearerbox and they handle SMSC
 specific
 # protocol and message relying. You need these to actually receive
 and send
 # 

UNSUBSCRIBE

2012-08-26 Thread admin

UNSUBSCRIBE