Tuesday, March 30, 2010

More Installations

-Tried to actually install Asterisk;
cd /usr/src/asterisk-1.6.2.6
make clean
./configure
However there were errors:
configure: *** XML documentation will not be available because the 'libxml2' development package is missing.
configure: *** Please run the 'configure' script with the '--disable-xmldoc' parameter option
configure: *** or install the 'libxml2' development package.
-Installed libxml2 2.7.7 according to these instructions, but still got the error- installed in the wrong place?

-Tried
./configure --disable-xmldoc
and got the ascii-asterisk logo.
(Which is probably a good thing)

-Did
make menuselect
make install
and got...
+---- Asterisk Installation Complete -------+
+ +
+ YOU MUST READ THE SECURITY DOCUMENT +
+ +
+ Asterisk has successfully been installed. +
+ If you would like to install the sample +
+ configuration files (overwriting any +
+ existing config files), run: +
+ +
+ make samples +
+ +
+----------------- or ---------------------+
+ +
+ You can go ahead and install the asterisk +
+ program documentation now or later run: +
+ +
+ make progdocs +
+ +
+ **Note** This requires that you have +
+ doxygen installed on your local system +
+-------------------------------------------+
-Ran
make samples
make config
-Decided to install Zaptel anyways since the book references it everywhere and seems to imply that it won't work without.
cd /usr/src
wget http://downloads.digium.com/pub/zaptel/zaptel-1.4-current.tar.gz
tar -zxvf zaptel-1.4-current.tar.gz
-Downloaded and installed libpri
wget http://downloads.digium.com/pub/libpri/libpri-1.4-current.tar.gz
tar -zxvf libpri-1.4-current.tar.gz
-Tried to compile Zaptel;
cd /usr/src/zaptel-1.4.12.1
make clean
./configure
make
...at this point I got an error:
You do not appear to have the sources for the 2.6.32.1-rscloud kernel installed.
exit 1

No comments:

Post a Comment