RE: Kannel Installation Error
"Oded Arbel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
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 ? > > >