(no subject)

2002-01-18 Thread Priya Amen


hi all

sorry for the problems with my previous mail. 

In Kannel's WAP Gateway what are the bearer types
supported. 
Only IP based bearer service or other non IP bearer
services are also supported?

Does any IP based bearer service need any kind of
additional/adaptation layer?
To be specific, if I have to move from CDPD bearer
support to GPRS bearer support, will  there be any
need for additional/adaptation layer?
Or does CDPD, GPRS, and all IP based bearer services
provide a uniform interface to the WDP layer through
UDP?

regards
alex

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




CDMA to GPRS

2002-01-18 Thread binu alex


Hi,
I would like to know..

In Kannel's WAP Gateway what are the bearer types supported. 
Only IP based bearer service or other non IP bearer services are also supported?

Does any IP based bearer service need any kind of additional/adaptation layer?
To be specific, if I have to move from CDPD bearer support to GPRS bearer support, 
will  there be any need for additional/adaptation layer?
Or does CDPD, GPRS, and all IP based bearer services provide a uniform interface to 
the WDP layer through UDP?

Thanks in advance
Alex 





please help with installing libxml

2002-01-18 Thread Marc Bleuler

just to let you know, installing the libxml2-devel-2.4.2-1.i386.rpm fixed
this problem. Im sure I will come with other issues

thanks to your support and have a nice weekend

Marc 




Marc Bleuler
General Wille-Strasse 360
8706 Meilen
Switzerland
www.bleuler.net


<>

Re: please help with installing libxml

2002-01-18 Thread Steve Kennedy

On Fri, Jan 18, 2002 at 09:32:47AM -, Ian Daly wrote:

> > You MUST have the gnome-xml library installed
> > [root@daffy gateway-1.0.3]# 
> I'm no Linux guru, but perhaps configure just can't find it? I think you
> need to reference the shared libraries, e.g.
> LD_LIBRARY_PATH=/usr/local/lib
> export LD_LIBRARY_PATH
> > when I try to erase the libxml it says rpm is not installed...

LD_LIBRARY_PATH only affects running programs I believe.

Steve

-- 
NetTek Ltd Flat 2, 43 Howitt Road, Belsize Park, London NW3 4LU, UK
tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455   mob 07775 755503
SMS steve-pager (at) gbnet.net [body] gpg 1024D/468952DB 2001-09-19




Re: please help with installing libxml

2002-01-18 Thread David Holland

On Thu, Jan 17, 2002 at 11:06:50PM +0100, Marc Bleuler wrote:
> Has anybody experiance how to install the libxml2-2.4.2-1.i386.rpm with rpm
> on a RedHat 7.2 box? I tried serval things and it won't work, for example I
> can install it with the -i option (or lets say I don't get any error back)
> and if I try to compile the gateway it commes up with the following.

You need to also install the libxml2-devel RPM package.

Dave
-- 
David Holland   =*=   Systems Manager   =*=   tel: +44 01223 478900
http://www.3glab.com/   =*= 3G Lab, UK  =*=   fax: +44 01223 478901




Re: please help with installing libxml

2002-01-18 Thread Nicolas DAGNET
Title: please help with installing libxml



try to install the libxml2-2.4.2-1.i386.rpm AND 
libxml2-devel-2.4.2-1.i386.rpm...
It should be better.
Then you will perhaps have to make symbolic links 
in correct directory.
 
Nicolas

  - Original Message - 
  From: 
  Marc Bleuler 
  
  To: [EMAIL PROTECTED] 
  Sent: Thursday, January 17, 2002 11:06 
  PM
  Subject: please help with installing 
  libxml
  
  Hello everybody, 
  Has anybody experiance how to install the 
  libxml2-2.4.2-1.i386.rpm with rpm on a RedHat 7.2 box? I tried serval things 
  and it won't work, for example I can install it with the -i option (or lets 
  say I don't get any error back) and if I try to compile the gateway it commes 
  up with the following.
  --- 
  [root@daffy gateway-1.0.3]# ./configure 
  loading cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc  ) works... yes 
  checking whether the C compiler (gcc  ) is a 
  cross-compiler... no checking whether we 
  are using GNU C... yes checking whether gcc 
  accepts -g... yes checking for a BSD 
  compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for bison... bison -y checking for flex... flex checking 
  for yywrap in -lfl... yes checking for 
  perl... /usr/bin/perl checking for 
  /sbin/start-stop-daemon... no checking for 
  log in -lm... yes checking for accept in 
  -lsocket... no checking for inet_ntoa in 
  -lnsl... yes checking for pthread_create in 
  -lpthread... yes checking for 
  pthread_create in -lc_r... no checking for 
  gzopen in -lz... yes checking for 
  xml2-config... no checking for 
  xml-config... no You MUST have the 
  gnome-xml library installed [root@daffy 
  gateway-1.0.3]# --- 
  
  when I try to erase the libxml it says rpm is 
  not installed... 
  --- 
  [root@daffy /]# rpm -e 
  libxml2-2.4.2-1.i386.rpm error: package 
  libxml2-2.4.2-1.i386.rpm is not installed [root@daffy /]# --- 
  
  ... reinstallation also won't work... 
  --- 
  [root@daffy /]# rpm -e 
  libxml2-2.4.2-1.i386.rpm error: package 
  libxml2-2.4.2-1.i386.rpm is not installed [root@daffy /]# --- 
  
  has anybody of a idea what I'm doing wrong, I 
  reinstalled my box two times and it diden't help at all. to be hones I dont 
  have a clou what to do. ;o)
  Thanks for your help Marc 
  Marc Bleuler General Wille-Strasse 360 8706 
  Meilen Switzerland www.bleuler.net 


RE: please help with installing libxml

2002-01-18 Thread Jacob Vennervald Madsen

As I recall it's because kannel is looking for libxml in one place and
rpm installs it in another.
So try to find out where kannel is looking for it and then where it's
actually placed and finally make a symbolic link.

Jacob

>  -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]  On Behalf Of Marc Bleuler
> Sent: 17. januar 2002 23:07
> To:   [EMAIL PROTECTED]
> Subject:  please help with installing libxml
> 
> Hello everybody,
> 
> Has anybody experiance how to install the libxml2-2.4.2-1.i386.rpm
> with rpm on a RedHat 7.2 box? I tried serval things and it won't work,
> for example I can install it with the -i option (or lets say I don't
> get any error back) and if I try to compile the gateway it commes up
> with the following.
> 
> --
> -
> [root@daffy gateway-1.0.3]# ./configure
> loading cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for a BSD compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking for bison... bison -y
> checking for flex... flex
> checking for yywrap in -lfl... yes
> checking for perl... /usr/bin/perl
> checking for /sbin/start-stop-daemon... no
> checking for log in -lm... yes
> checking for accept in -lsocket... no
> checking for inet_ntoa in -lnsl... yes
> checking for pthread_create in -lpthread... yes
> checking for pthread_create in -lc_r... no
> checking for gzopen in -lz... yes
> checking for xml2-config... no
> checking for xml-config... no
> You MUST have the gnome-xml library installed
> [root@daffy gateway-1.0.3]# 
> --
> -
> 
> when I try to erase the libxml it says rpm is not installed...
> 
> --
> -
> [root@daffy /]# rpm -e libxml2-2.4.2-1.i386.rpm
> error: package libxml2-2.4.2-1.i386.rpm is not installed
> [root@daffy /]#
> --
> -
> 
> ... reinstallation also won't work...
> 
> --
> -
> [root@daffy /]# rpm -e libxml2-2.4.2-1.i386.rpm
> error: package libxml2-2.4.2-1.i386.rpm is not installed
> [root@daffy /]# 
> --
> -
> 
> has anybody of a idea what I'm doing wrong, I reinstalled my box two
> times and it diden't help at all. to be hones I dont have a clou what
> to do. ;o)
> 
> Thanks for your help
> Marc
> 
> 
> 
> Marc Bleuler
> General Wille-Strasse 360
> 8706 Meilen
> Switzerland
> www.bleuler.net
> 




RE: please help with installing libxml

2002-01-18 Thread Ian Daly

> [root@daffy gateway-1.0.3]# ./configure
> loading cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for a BSD compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking for bison... bison -y
> checking for flex... flex
> checking for yywrap in -lfl... yes
> checking for perl... /usr/bin/perl
> checking for /sbin/start-stop-daemon... no
> checking for log in -lm... yes
> checking for accept in -lsocket... no
> checking for inet_ntoa in -lnsl... yes
> checking for pthread_create in -lpthread... yes
> checking for pthread_create in -lc_r... no
> checking for gzopen in -lz... yes
> checking for xml2-config... no
> checking for xml-config... no
> You MUST have the gnome-xml library installed
> [root@daffy gateway-1.0.3]# 

I'm no Linux guru, but perhaps configure just can't find it? I think you
need to reference the shared libraries, e.g.

LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH

> when I try to erase the libxml it says rpm is not installed...
> 
>


> [root@daffy /]# rpm -e libxml2-2.4.2-1.i386.rpm
> error: package libxml2-2.4.2-1.i386.rpm is not installed
> [root@daffy /]#
>



You need to leave the .i386.rpm out, i.e. 

rpm -e libxml2-2.4.2-1

> 
> ... reinstallation also won't work...
> 
>

--
> [root@daffy /]# rpm -e libxml2-2.4.2-1.i386.rpm
> error: package libxml2-2.4.2-1.i386.rpm is not installed
> [root@daffy /]# 
>

--

I think it's the -U flag you want here.

My EUR0.02,
Ian

<>