Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
I downloaded the gzip tarball. I installed it with the following steps. ./configure make make install When I run ./bearerbox kannel.conf. I am using the sample conf that came in the package. I get the following error. 2010-03-31 07:25:22 [39761] [0] INFO: Debug_lvl = -1, log_file = none,

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread Nikos Balkanas
Hi, Please post configuration logs. Are you using the latest CVS sources from kannel's site? BR, Nikos - Original Message - From: digiTonik mabek...@gmail.com To: users@kannel.org Sent: Wednesday, March 31, 2010 9:37 AM Subject: Compiling Kannel on mac snow leopard (10.6) I

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
I using gateway-1.4.3.tar.gz listed under Stable release in Kannel.org download section. config logs: group = core admin-port = 13000 admin-password = bar # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 # SEND-SMS USERS group = sendsms-user username = tester

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread Nikos Balkanas
Hi, Better download latest CVS. However, didn't ask for configuration. I asked for configuration logs, the result of running ./configure. BR, Nikos - Original Message - From: digiTonik mabek...@gmail.com To: users@kannel.org Sent: Wednesday, March 31, 2010 11:33 AM Subject: Re:

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread Nikos Balkanas
Hmmm. I don't see anything perculiar. Except possibly libiconv. Please do the following: 1) Open Makefile and look for CFLAGS. 2) Copy that to another line, comment original out and turn on debug symbols: change: -s -Ox to: -g -Wall 3) make clean 4) make 5)gdb gw/bearerbox -v 3

Re: Can't set esm_class

2010-03-31 Thread Juan Nin
Malthe, Google is your friend... Search in Google for kannel esm_class and all the first links contain the answer. Regards, Juan On Fri, Mar 26, 2010 at 6:55 AM, Malthe Borch mbo...@unicef.org wrote: Hi list, –– Browsing the list archives, I can't seem to find an answer to this, so an

Re: Can't set esm_class

2010-03-31 Thread Malthe Borch
On 31 March 2010 14:40, Juan Nin jua...@gmail.com wrote: Search in Google for kannel esm_class and all the first links contain the answer. I did search there, but what I find is that I have to modify the source code. Does that hold true for the current version, too? (the most recent posts about

Couldnot decode PDU to message

2010-03-31 Thread PradeepChandar Rajarathnam
---BeginMessage--- Hello, I am getting the following error when I run the bearerbox and the smsbox. On getting the SMS, it is sent to the server and the server returns a byte data and it has to be sent to the sender as SMS. I am getting an error during that time. Could any one please

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
When I looked up CFLAGS i did not find the -s symbol. It had -g symbol so I added -Wall. This is what it looks like before i made my change: CFLAGS=-D_REENTRANT=1 -I. -Igw -g -O2 -DDARWIN=1 -L/Developer/SDKs/MacOSX10.5.sdk/usr/lib -I/Developer/SDKs/MacOSX10.5.sdk/usr/include -D_LARGE_FILES=

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread Nikos Balkanas
So? What is the following error? Where is the segfault? - Original Message - From: digiTonik mabek...@gmail.com To: users@kannel.org Sent: Wednesday, March 31, 2010 9:27 PM Subject: Re: Compiling Kannel on mac snow leopard (10.6) When I looked up CFLAGS i did not find the -s symbol.

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
I was able to resolve the issue by compiling the latest version from CVS. digiTonik wrote: When I looked up CFLAGS i did not find the -s symbol. It had -g symbol so I added -Wall. This is what it looks like before i made my change: CFLAGS=-D_REENTRANT=1 -I. -Igw -g -O2 -DDARWIN=1

Re: Can't set esm_class

2010-03-31 Thread Juan Nin
still true check this: http://www.opensubscriber.com/message/de...@kannel.org/403338.html On Wed, Mar 31, 2010 at 9:20 AM, Malthe Borch mbo...@gmail.com wrote: On 31 March 2010 14:40, Juan Nin jua...@gmail.com wrote: Search in Google for kannel esm_class and all the first links contain the