<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c8e0d8>
<DIV><FONT face=Arial size=2>I wrote this ages ago. You may want to get more 
current software than the URL's that are listed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>
<P>#YUM INSTALLS</P>
<P>yum -y install gcc</P>
<P>yum -y install kernel-source</P>
<P>yum -y install bison</P>
<P>yum -y install doxygen</P>
<P>yum -y install openssl-devel</P>
<P>yum -y install flex</P>
<P>yum -y install gcc</P>
<P>&nbsp;</P>
<P># WGET DOWNLOADS FROM H6315 / TARBALLS</P>
<P>wget http://www.h6315.com/pub/asterisk/asterisk-1.0.6.tar.gz</P>
<P>wget http://www.h6315.com/pub/zaptel/zaptel-1.0.6.tar.gz</P>
<P>wget http://www.h6315.com/pub/libpri/libpri-1.0.6.tar.gz</P>
<P>wget http://www.h6315.com/pub/openssl/openssl-0.9.7f.tar.gz</P>
<P>wget http://www.h6315.com/pub/apache/httpd-2.0.53.tar.gz</P>
<P>wget 
http://www.h6315.com/pub/mysql/mysql-standard-4.1.10a-pc-linux-gnu-i686.tar.gz</P>
<P>wget http://www.h6315.com/pub/php/php-4.3.10.tar.gz</P>
<P>wget http://www.h6315.com/pub/mpg123/mpg123-0.59r.tar.gz</P>
<P>&nbsp;</P>
<P># UNTAR EVERYTHING</P>
<P>tar -xvzf asterisk*.tar.gz</P>
<P>tar -xvzf zaptel*.tar.gz</P>
<P>tar -xvzf libpri*.tar.gz</P>
<P>tar -xvzf openssl*.tar.gz</P>
<P>tar -xvzf httpd*.tar.gz</P>
<P>tar -xvzf mysql-*.tar.gz</P>
<P>tar -xvzf php*.tar.gz</P>
<P>tar -xvzf mpg123*.tar.gz</P>
<P>rm -f *.tar.gz</P>
<P>rm -f *.rpm</P>
<P># INSTALL OPEN SSL</P>
<P>cd /usr/src/openssl*</P>
<P>./config</P>
<P>make</P>
<P>make test</P>
<P>make install</P>
<P># INSTALL APACHE</P>
<P>cd /usr/src/httpd-2*</P>
<P>./configure --prefix=/wwwroot --enable-so --enable-rewrite --enable-headers 
--enable-expires -enable-deflate --with-z --enable-speling --enable-ssl</P>
<P>make</P>
<P>make install</P>
<P>&nbsp;</P>
<P># INSTALL MYSQL</P>
<P>cd /usr/src</P>
<P>mv mysql* /usr/local</P>
<P>cd /usr/local</P>
<P>groupadd mysql</P>
<P>useradd -g mysql mysql</P>
<P>ln -s mysql-standard-4.1.10a-pc-linux-gnu-i686 mysql</P>
<P>cd mysql</P>
<P>scripts/mysql_install_db --user=mysql</P>
<P>chown -R root .</P>
<P>chown -R mysql data</P>
<P>chgrp -R mysql .</P>
<P>cp support-files/mysql.server /etc/init.d</P>
<P>chmod +x /etc/init.d/mysql.server</P>
<P>ln -s /usr/local/mysql/bin/mysql /usr/bin/mysql</P>
<P>&nbsp;</P>
<P># INSTALL PHP</P>
<P>cd /usr/src/php*</P>
<P>./configure --prefix=/wwwroot/php --with-apxs2=/wwwroot/bin/apxs 
--with-config-file-path=/wwwroot/php --with-mysql --enable-gd 
--with-mysqli=/usr/local/mysql/bin/mysql_config</P>
<P>make</P>
<P>make install</P>
<P># INSTALL MPG123</P>
<P>cd /usr/src/mpg123*</P>
<P>make linux</P>
<P>make install</P>
<P>&nbsp;</P>
<P># INSTALL ZAPTEL</P>
<P>cd /usr/src/zap*</P>
<P>perl -pi~ -e 's/# ztdummy/ztdummy/' Makefile</P>
<P>make clean</P>
<P>make</P>
<P>make install</P>
<P># INSTALL LIBPRI</P>
<P>cd /usr/src/libp*</P>
<P>make</P>
<P>make install</P>
<P>#INSTALL ASTERISK</P>
<P>cd /usr/src/aster*</P>
<P>make clean</P>
<P>make</P>
<P>make install</P>
<P>make samples</P>
<P>make progdocs</P></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=malikm@mks.japfacomfeed.co.id 
  href="mailto:malikm@mks.japfacomfeed.co.id">Malik Mulki (Plant, Feed, 
  Makassar)</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, April 11, 2007 4:16 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [asterisk-users] how to install 
  asterisk on redhat ?</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Hi....asterisk users...</FONT></DIV>
  <DIV><FONT face=Arial size=2>how to install asterisk on redhat ?</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>--Bandwidth and 
  Colocation provided by Easynews.com --<BR><BR>asterisk-users mailing 
  list<BR>To UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; <A 
  href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR></BLOCKQUOTE></BODY></HTML>