cd /usr/src/asterisk-1.6.2.6However there were errors:
make clean
./configure
configure: *** XML documentation will not be available because the 'libxml2' development package is missing.-Installed libxml2 2.7.7 according to these instructions, but still got the error- installed in the wrong place?
configure: *** Please run the 'configure' script with the '--disable-xmldoc' parameter option
configure: *** or install the 'libxml2' development package.
-Tried
./configure --disable-xmldoc(Which is probably a good thing)
and got the ascii-asterisk logo.
-Did
make menuselectand got...
make install
+---- Asterisk Installation Complete -------+-Ran
+ +
+ 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 +
+-------------------------------------------+
make samples-Decided to install Zaptel anyways since the book references it everywhere and seems to imply that it won't work without.
make config
cd /usr/src-Downloaded and installed libpri
wget http://downloads.digium.com/pub/zaptel/zaptel-1.4-current.tar.gz
tar -zxvf zaptel-1.4-current.tar.gz
wget http://downloads.digium.com/pub/libpri/libpri-1.4-current.tar.gz-Tried to compile Zaptel;
tar -zxvf libpri-1.4-current.tar.gz
cd /usr/src/zaptel-1.4.12.1...at this point I got an error:
make clean
./configure
make
You do not appear to have the sources for the 2.6.32.1-rscloud kernel installed.
exit 1
No comments:
Post a Comment