Running Kannel as a Service on windows/cygwin

2003-01-31 Thread Dave Wilson
Hi all,

I once had a kannel install set up to start as a service on a win2k box.
I've come up with the need to do a similar install to another win2k box but
can't remember the procedure for setting up to run as a service.

Perhaps someone on list could remind me please?

TIA,
Dave






Re: Running Kannel as a Service on windows/cygwin

2003-01-31 Thread Andreas Heckwolf
Heippa,

you might have used cygrunsrv.exe ?

Cheers,

Andreas





Running kannel as service under windows/cygwin

2003-01-31 Thread Dave Wilson
Have just been toying with cygrunsrv.exe to do this (though this is not what
I used in the past) but it refuses to accept trailing command line arguments
such as '-v 1 smskannel.conf'. Attempting use of cygrunsrv.exe without
arguments doesn't seem to work either. I distinctly remember following a
procedure for setting up kannel as a service, given in the kannel docs in my
prior win2k implementation. This was about 18 months ago.

Perhaps if I post my cygrunsrv command, someone might be able to spot the
problem?

cygrunsrv -I kannel_bearerbox -d Kannel Bearer box -p
c:/kannel/gw/bearerbox.exe -a smskannel.conf
cygrunsrv -S kannel_bearerbox

Returns win32 error 1060

Kannel is installed and running in c:/kannel
Nothing gets written to the logs.

Any insight or suggestions appreciated,
Dave






subscribe address=fschlums@bluewin.ch

2003-01-31 Thread Florian Schlums







Re: kannel 1.3.0 lacks rc5 algorith

2003-01-31 Thread Ivone Uribe

Hi!! Thansk for your help..

I want to know if the kannel 1.3.0 support already WTLS?

And for the push (ppg )module, do I need to enable something in the 
configure, or it comes by default with the 1.3.0 version?


Thanks,
Ivone

From: Stipe Tolj [EMAIL PROTECTED]
To: Ivone Uribe [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: kannel 1.3.0 lacks rc5 algorith
Date: Fri, 31 Jan 2003 09:45:10 +0100

Ivone Uribe wrote:

 I'm trying to install the kannel 1.3.0,I had the kannel 1.2.0 running, 
well
 I uninstalled it for install the kannel 1.3.0 :::((

 But I don't understand why I get this error when I run the make,

 gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1 
-I/usr/include/libxml
 -I/usr/include -I/usr/local/ssl/include -o wap/wtls_statesupport.o -c
 wap/wtls_statesupport.c
 wap/wtls_statesupport.c:15:2: #error your OpenSSL installation lacks 
RC5
 algorithm support
 make: *** [wap/wtls_statesupport.o] Error 1

 I have the rc5.h in the /usr/local/ssl/include/lib

 I did it:
 ./configure --prefix=/usr/local/gw --with-ssl=/usr/local/ssl
 --with-wtls=openssl --enable-start-stop-daemon --disable-docs
 make (the error is here)
 make install

 I have the following enviroments variables
 CPPFLAGS=-I/usr/local/ssl/include
 LDFLAGS=-L/usr/local/ssl/lib

 I have already done it with the kannel 1.2 and I can install it!, do I 
need
 something else?

It's not kannel that lacks the RC5 support, it's your openssl
installation at /usr/local/ssl.

Check out openssl config directives on how to add RC5 to the build and
try again.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are


_






Re: kannel 1.3.0 lacks rc5 algorith

2003-01-31 Thread Ivone Uribe

Hi!! Thanks for your help.

I want to know if the kannel 1.3.0 supports already WTLS?

And for the push (ppg )module, do I need to enable something in the 
configure script, or it comes by default with the 1.3.0 version?


Thanks,
Ivone

From: Stipe Tolj [EMAIL PROTECTED]
To: Ivone Uribe [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: kannel 1.3.0 lacks rc5 algorith
Date: Fri, 31 Jan 2003 09:45:10 +0100

Ivone Uribe wrote:

 I'm trying to install the kannel 1.3.0,I had the kannel 1.2.0 running, 
well
 I uninstalled it for install the kannel 1.3.0 :::((

 But I don't understand why I get this error when I run the make,

 gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1 
-I/usr/include/libxml
 -I/usr/include -I/usr/local/ssl/include -o wap/wtls_statesupport.o -c
 wap/wtls_statesupport.c
 wap/wtls_statesupport.c:15:2: #error your OpenSSL installation lacks 
RC5
 algorithm support
 make: *** [wap/wtls_statesupport.o] Error 1

 I have the rc5.h in the /usr/local/ssl/include/lib

 I did it:
 ./configure --prefix=/usr/local/gw --with-ssl=/usr/local/ssl
 --with-wtls=openssl --enable-start-stop-daemon --disable-docs
 make (the error is here)
 make install

 I have the following enviroments variables
 CPPFLAGS=-I/usr/local/ssl/include
 LDFLAGS=-L/usr/local/ssl/lib

 I have already done it with the kannel 1.2 and I can install it!, do I 
need
 something else?

It's not kannel that lacks the RC5 support, it's your openssl
installation at /usr/local/ssl.

Check out openssl config directives on how to add RC5 to the build and
try again.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are


_






mysql and kannel

2003-01-31 Thread Ivone Uribe
Hi all!!
I have a doubt.
I have the mysql in these directories:

/var/lib/mysql
/var/lib/mysql/mysql
/usr/bin/mysql
/usr/lib/mysql
/usr/share/mysql

for this option
 --with-mysql[=DIR]   where to look for MySQL libs and header files
  DIR points to the installation  /usr/local/mysql]

which dir should I choose?


Thanks!
Ivone

_






IIS and Kannel

2003-01-31 Thread Pavlos Demosthenous




I have downloaded and installed the cygwin version 
of Kannel. What I want to do is use only the wap gateway capabilities of 
Kannel. To be more specific, I want to use IIS server of windows (or apache in 
the future) to have my web page on it (wml pages)and 'bind it' with 
kannel. Now I was looking at the user guide and the configuration files that 
come with kannel. By default I started bearerbox and wapbox using the 
wapkannel.conf. 

From now on what do it do? How di I specify what 
service/port to use as HTTP and what IP address is running (myweb 
server)

Thanks.