Can you send me the right link , from where to download ?
> -----Original Message-----
> From: Oded Arbel [SMTP:[EMAIL PROTECTED]]
> Sent: 12 March, 2002 7:41 PM
> To: Avner Sternheim
> Cc: [EMAIL PROTECTED]
> Subject: RE: Kannel Installation Error
>
>
> Don't download the snapshot - get the CVS.
> Second thing - do ./configure --help and read the configuration help. I
> personally don't build the docs - I never succeeded to do that (yet) and
> this looks like the problem you're having.
>
> --
> Oded Arbel
> m-Wise Inc.
> [EMAIL PROTECTED]
>
> "How do you say Cthulhu ?"
> "Very carefully..."
>
>
> > -----Original Message-----
> > From: Avner Sternheim [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 12, 2002 7:33 PM
> > To: '[EMAIL PROTECTED]'
> > Cc: '[EMAIL PROTECTED]'
> > Subject: Kannel Installation Error
> >
> >
> > Hi There,
> >
> > I didn't succeed to install the KANNEL CVS VERSION.
> > I did the following steps:
> >
> > 1. download libxml2-2.4.16.tar.gz, Kannel-snapshot.tar.gz to ./root
> > direcory
> > 2. install the libxml :
> > gzip -d libxml2-2.4.16.tar.gz
> > tar xvf libxml2-2.4.16.tar
> > cd libxml2-2.4.16.tar.gz
> > ./configure
> > make
> > make install
> > 3. install kannel CVS
> > gunzip kannel-snapshot.tar.gz
> > tar xvf - kannel-snapshot.tar.gz
> > cd kannel-snapshot
> >
> > ./configure
> > make
> >
> > 4. the make ended with errors:
> > jade -o doc/alligata/alligata.tex -t tex -d
> > /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl
> > doc/alligata/alligata.tmp
> > echo Check `dirname doc/alligata/alligata.xml`/`basename
> > doc/alligata/alligata`.log for errors
> > Check doc/alligata/alligata.log for errors
> > cd `dirname doc/alligata/alligata.xml` && : `basename
> > doc/alligata/alligata`.tex >/dev/null || true
> > cd `dirname doc/alligata/alligata.xml` && : `basename
> > doc/alligata/alligata`.tex >/dev/null || true
> > cd `dirname doc/alligata/alligata.xml` && : `basename
> > doc/alligata/alligata`.tex >/dev/null
> > cd `dirname doc/alligata/alligata.xml` && dvips -q -o `basename
> > doc/alligata/alligata`.ps `basename doc/alligata/alligata`.dvi
> > /bin/sh: dvips: command not found
> > make: *** [doc/alligata/alligata.ps] Error 127
> > [root@tps-gw2 kannel-snapshot]#
> >
> >
> > What is missing ? did I install everything correctly ?
> >
> >
> >