Re: Checking POSIX threads support ...checking for working pthreads... no

2003-01-08 Thread Anamika Kumari
Hi friends, Can someone tell me from where to download posix thread library for implementing kannel 1.2.1 on linux red hat 7.3. thanks Anamika Anamika Kumari wrote: I am trying to rum the Kannel gateway for the first time when I compile it the specification say Checking POSIX threads

Re: Kannel errors

2003-01-08 Thread David Tully
Hi Scott. Thanks for the reply. I've had kannel running connected to the SMSC since early December, but have only put it into production yesterday. There were no 'Connection reset' messages in between when I stopped testing and when I came back from vacation, so I'm thinking that the messages

Re: Kannel errors

2003-01-08 Thread Scott Houseman
Hi Dave. I'm afraid your guess is as good as mine:-( I also did not get these errors during testing etc, they seemed to pop up after kannel was put under some stress, and now it persists. Who knows... Cheers Scott On 2003/01/08 03:07, David Tully wrote: Hi Scott. Thanks for the reply. I've

RE: Kannel errors

2003-01-08 Thread Pate Mark-marpate1
No that I use smsbox, but assuming that this is a TCP/IP reset message, could you not take a tcpdump of the ports between smsbox and bearerbox and perhaps also to the SMSC (is this a tcp connection?). This may help determine what is going on. Cheers, Mark -Original Message- From: Scott

[Fwd: Re: Kannel errors]

2003-01-08 Thread Scott Houseman
Hi again. This is what my log looks like: 2003-01-08 11:10:49 [8] ERROR: AT2[JMAIL]: CMS ERROR: +CMS ERROR: 321 2003-01-08 11:15:43 [2] ERROR: Error reading from fd 36: 2003-01-08 11:15:43 [2] ERROR: System error 104: Connection reset by peer 2003-01-08 11:16:11 [2] ERROR: Error reading from fd

error: failed dependencies:

2003-01-08 Thread root
hi users , When I run the prm package kannel-1.2.0-1.i386.rpm i get the error error: failed dependencies: libcrypto.so.0.9.6 is needed by kannel-1.2.0-1 libssl.so.0.9.6 is needed by kannel-1.2.0-1 how do i proceed further. Need help !!! Thanks Anamika

Install kannel without ssl support

2003-01-08 Thread Dave Wilson
Hi all, Due to some external conflicts, I need to install kannel without the ssl support, i.e. removing dependencies upon libssl.so.0.9.6 and libcrypto.so.0.9.6. I have other processes on my server which each require libssl.so.2 and libcrypto.so.2 and cannot at this moment see the requirement

Re: Install kannel without ssl support

2003-01-08 Thread Gaby Vanhegan
So, if anyone knows how I can either: b) install kannel with ssl support disabled This one is simple. Download and uncompress. ./configure --disable-ssl Compile and install. Gaby -- Gaby Vanhegan, Web Developer [EMAIL PROTECTED]

SMPP - server side?

2003-01-08 Thread Bas A. Schulte
Hi, does Kannel only contain client-side SMPP or also server-side SMPP? I know I can send messages using HTTP and have Kannel forward it to an sms-c using SMPP but I'm wondering if I can use Kannel to receive messages over SMPP. Regards, Bas.

Re: SMPP-server side ?

2003-01-08 Thread Peng Tuck Kwok
Yes it can. I setup SMPPSim (which simulates a smpp server) to send messages over the smpp connection to my test gateway.

RE: error: failed dependencies:

2003-01-08 Thread Anamika Kumari
Hi Sunil, I have checked the libraries are present in the /usr/lib/ directory . So how do I set the path of the libraries surprisingly the Libxml2 library is also in /usr/lib/ and kannel finds it . On issueing the command rpm -q libxml2 the response is libxml2-2.4.19-4 please reply at