Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-13 Thread Dovid B
Yes.  But dont use the h6315.com. Its not a public mirror. Its my box and I 
put it up there cause I was installing asterisk several times a day.


- Original Message - 
From: Lee Jenkins [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
[EMAIL PROTECTED]

Sent: Thursday, April 12, 2007 5:37 PM
Subject: Re: [asterisk-users] how to install asterisk on redhat ?



Dovid B wrote:
I wrote this ages ago. You may want to get more current software than the 
URL's that are listed.




I just changed the version numbers before doing the script ;)


--

Warm Regards,

Lee


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-12 Thread Dovid B

On Wed, Apr 11, 2007 at 07:32:52PM +0300, Dovid B wrote:
I wrote this ages ago. You may want to get more current software than the 
URL's that are listed.


#YUM INSTALLS

yum -y install gcc

yum -y install kernel-source


actually: kernel-devel (or kernel-smp-devel)



yum -y install bison

yum -y install doxygen

yum -y install openssl-devel

yum -y install flex

yum -y install gcc



# WGET DOWNLOADS FROM H6315 / TARBALLS

wget http://www.h6315.com/pub/asterisk/asterisk-1.0.6.tar.gz

wget http://www.h6315.com/pub/zaptel/zaptel-1.0.6.tar.gz

wget http://www.h6315.com/pub/libpri/libpri-1.0.6.tar.gz

wget http://www.h6315.com/pub/openssl/openssl-0.9.7f.tar.gz

wget http://www.h6315.com/pub/apache/httpd-2.0.53.tar.gz

wget 
http://www.h6315.com/pub/mysql/mysql-standard-4.1.10a-pc-linux-gnu-i686.tar.gz


wget http://www.h6315.com/pub/php/php-4.3.10.tar.gz

wget http://www.h6315.com/pub/mpg123/mpg123-0.59r.tar.gz


What is the point in rebuilding stuff that is already availble from your
distribution?

And is actively mintained by it?

I hope whoever installed by such a tutorial is not still using those
obsolete versions.





# UNTAR EVERYTHING

tar -xvzf asterisk*.tar.gz

tar -xvzf zaptel*.tar.gz

tar -xvzf libpri*.tar.gz

tar -xvzf openssl*.tar.gz

tar -xvzf httpd*.tar.gz

tar -xvzf mysql-*.tar.gz

tar -xvzf php*.tar.gz

tar -xvzf mpg123*.tar.gz

rm -f *.tar.gz

rm -f *.rpm

# INSTALL OPEN SSL

cd /usr/src/openssl*

./config

make

make test

make install

# INSTALL APACHE

cd /usr/src/httpd-2*

./configure --prefix=/wwwroot --enable-so --enable-rewrite --enable-headers 
 --enable-expires -enable-deflate --with-z --enable-speling --enable-ssl


make

make install



# INSTALL MYSQL

cd /usr/src

mv mysql* /usr/local

cd /usr/local

groupadd mysql

useradd -g mysql mysql

ln -s mysql-standard-4.1.10a-pc-linux-gnu-i686 mysql

cd mysql

scripts/mysql_install_db --user=mysql

chown -R root .

chown -R mysql data

chgrp -R mysql .

cp support-files/mysql.server /etc/init.d

chmod +x /etc/init.d/mysql.server

ln -s /usr/local/mysql/bin/mysql /usr/bin/mysql



# INSTALL PHP

cd /usr/src/php*

./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


make

make install

# INSTALL MPG123

cd /usr/src/mpg123*

make linux

make install



# INSTALL ZAPTEL

cd /usr/src/zap*

perl -pi~ -e 's/# ztdummy/ztdummy/' Makefile

make clean

make

make install

# INSTALL LIBPRI

cd /usr/src/libp*

make

make install

#INSTALL ASTERISK

cd /usr/src/aster*

make clean

make

make install

make samples

make progdocs


Have some mercy on the CPU and HD, and spare this one...




Tzafrir,
I wrote this a long time ago (as you can see from the asterisk version that 
I was using). It was specific for a VPS server that I was using. I posed 
that the URL's were not up to date. It was more of a guide for him. 



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-12 Thread Lee Jenkins

Dovid B wrote:
I wrote this ages ago. You may want to get more current software than 
the URL's that are listed.
 



I just changed the version numbers before doing the script ;)


--

Warm Regards,

Lee


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-11 Thread Rizwan Hisham

You should consult with the initial chapters of this book:
Asterisk, the future of Telephony (Download from the following link)
http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11

On 4/11/07, Alex Balashov [EMAIL PROTECTED] wrote:


On Wed, 11 Apr 2007, Malik Mulki (Plant, Feed, Makassar) said something
to...:

 Hiasterisk users...
 how to install asterisk on redhat ?

   There are numerous installation guides on this subject.  But in
general,
you can either install a contributed RPM, or download the source code and
compile it (along with libpri and zapata telephony interface if you need
them).  Check out ftp://ftp.digium.com/

--
Alex Balashov [EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





--
Regards
Rizwan Hisham
Software Engineer
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-11 Thread Lee Jenkins

Malik Mulki (Plant, Feed, Makassar) wrote:

Hiasterisk users...
how to install asterisk on redhat ?
 


I use the following for CentOS 4.x.  Works like a treat:

http://www.voip-info.org/wiki/index.php?page=Asterisk+Linux+Centos

--

Warm Regards,

Lee


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-11 Thread Dovid B
I wrote this ages ago. You may want to get more current software than the URL's 
that are listed.

#YUM INSTALLS

yum -y install gcc

yum -y install kernel-source

yum -y install bison

yum -y install doxygen

yum -y install openssl-devel

yum -y install flex

yum -y install gcc



# WGET DOWNLOADS FROM H6315 / TARBALLS

wget http://www.h6315.com/pub/asterisk/asterisk-1.0.6.tar.gz

wget http://www.h6315.com/pub/zaptel/zaptel-1.0.6.tar.gz

wget http://www.h6315.com/pub/libpri/libpri-1.0.6.tar.gz

wget http://www.h6315.com/pub/openssl/openssl-0.9.7f.tar.gz

wget http://www.h6315.com/pub/apache/httpd-2.0.53.tar.gz

wget 
http://www.h6315.com/pub/mysql/mysql-standard-4.1.10a-pc-linux-gnu-i686.tar.gz

wget http://www.h6315.com/pub/php/php-4.3.10.tar.gz

wget http://www.h6315.com/pub/mpg123/mpg123-0.59r.tar.gz



# UNTAR EVERYTHING

tar -xvzf asterisk*.tar.gz

tar -xvzf zaptel*.tar.gz

tar -xvzf libpri*.tar.gz

tar -xvzf openssl*.tar.gz

tar -xvzf httpd*.tar.gz

tar -xvzf mysql-*.tar.gz

tar -xvzf php*.tar.gz

tar -xvzf mpg123*.tar.gz

rm -f *.tar.gz

rm -f *.rpm

# INSTALL OPEN SSL

cd /usr/src/openssl*

./config

make

make test

make install

# INSTALL APACHE

cd /usr/src/httpd-2*

./configure --prefix=/wwwroot --enable-so --enable-rewrite --enable-headers 
--enable-expires -enable-deflate --with-z --enable-speling --enable-ssl

make

make install



# INSTALL MYSQL

cd /usr/src

mv mysql* /usr/local

cd /usr/local

groupadd mysql

useradd -g mysql mysql

ln -s mysql-standard-4.1.10a-pc-linux-gnu-i686 mysql

cd mysql

scripts/mysql_install_db --user=mysql

chown -R root .

chown -R mysql data

chgrp -R mysql .

cp support-files/mysql.server /etc/init.d

chmod +x /etc/init.d/mysql.server

ln -s /usr/local/mysql/bin/mysql /usr/bin/mysql



# INSTALL PHP

cd /usr/src/php*

./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

make

make install

# INSTALL MPG123

cd /usr/src/mpg123*

make linux

make install



# INSTALL ZAPTEL

cd /usr/src/zap*

perl -pi~ -e 's/# ztdummy/ztdummy/' Makefile

make clean

make

make install

# INSTALL LIBPRI

cd /usr/src/libp*

make

make install

#INSTALL ASTERISK

cd /usr/src/aster*

make clean

make

make install

make samples

make progdocs

  - Original Message - 
  From: Malik Mulki (Plant, Feed, Makassar) 
  To: asterisk-users@lists.digium.com 
  Sent: Wednesday, April 11, 2007 4:16 AM
  Subject: [asterisk-users] how to install asterisk on redhat ?


  Hiasterisk users...
  how to install asterisk on redhat ?




--


  ___
  --Bandwidth and Colocation provided by Easynews.com --

  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-11 Thread Tzafrir Cohen
On Wed, Apr 11, 2007 at 07:32:52PM +0300, Dovid B wrote:
 I wrote this ages ago. You may want to get more current software than the 
 URL's that are listed.
 
 #YUM INSTALLS
 
 yum -y install gcc
 
 yum -y install kernel-source

actually: kernel-devel (or kernel-smp-devel)

 
 yum -y install bison
 
 yum -y install doxygen
 
 yum -y install openssl-devel
 
 yum -y install flex
 
 yum -y install gcc
 
 
 
 # WGET DOWNLOADS FROM H6315 / TARBALLS
 
 wget http://www.h6315.com/pub/asterisk/asterisk-1.0.6.tar.gz
 
 wget http://www.h6315.com/pub/zaptel/zaptel-1.0.6.tar.gz
 
 wget http://www.h6315.com/pub/libpri/libpri-1.0.6.tar.gz
 
 wget http://www.h6315.com/pub/openssl/openssl-0.9.7f.tar.gz
 
 wget http://www.h6315.com/pub/apache/httpd-2.0.53.tar.gz
 
 wget 
 http://www.h6315.com/pub/mysql/mysql-standard-4.1.10a-pc-linux-gnu-i686.tar.gz
 
 wget http://www.h6315.com/pub/php/php-4.3.10.tar.gz
 
 wget http://www.h6315.com/pub/mpg123/mpg123-0.59r.tar.gz

What is the point in rebuilding stuff that is already availble from your
distribution?

And is actively mintained by it?

I hope whoever installed by such a tutorial is not still using those
obsolete versions.

 
 
 
 # UNTAR EVERYTHING
 
 tar -xvzf asterisk*.tar.gz
 
 tar -xvzf zaptel*.tar.gz
 
 tar -xvzf libpri*.tar.gz
 
 tar -xvzf openssl*.tar.gz
 
 tar -xvzf httpd*.tar.gz
 
 tar -xvzf mysql-*.tar.gz
 
 tar -xvzf php*.tar.gz
 
 tar -xvzf mpg123*.tar.gz
 
 rm -f *.tar.gz
 
 rm -f *.rpm
 
 # INSTALL OPEN SSL
 
 cd /usr/src/openssl*
 
 ./config
 
 make
 
 make test
 
 make install
 
 # INSTALL APACHE
 
 cd /usr/src/httpd-2*
 
 ./configure --prefix=/wwwroot --enable-so --enable-rewrite --enable-headers 
 --enable-expires -enable-deflate --with-z --enable-speling --enable-ssl
 
 make
 
 make install
 
 
 
 # INSTALL MYSQL
 
 cd /usr/src
 
 mv mysql* /usr/local
 
 cd /usr/local
 
 groupadd mysql
 
 useradd -g mysql mysql
 
 ln -s mysql-standard-4.1.10a-pc-linux-gnu-i686 mysql
 
 cd mysql
 
 scripts/mysql_install_db --user=mysql
 
 chown -R root .
 
 chown -R mysql data
 
 chgrp -R mysql .
 
 cp support-files/mysql.server /etc/init.d
 
 chmod +x /etc/init.d/mysql.server
 
 ln -s /usr/local/mysql/bin/mysql /usr/bin/mysql
 
 
 
 # INSTALL PHP
 
 cd /usr/src/php*
 
 ./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
 
 make
 
 make install
 
 # INSTALL MPG123
 
 cd /usr/src/mpg123*
 
 make linux
 
 make install
 
 
 
 # INSTALL ZAPTEL
 
 cd /usr/src/zap*
 
 perl -pi~ -e 's/# ztdummy/ztdummy/' Makefile
 
 make clean
 
 make
 
 make install
 
 # INSTALL LIBPRI
 
 cd /usr/src/libp*
 
 make
 
 make install
 
 #INSTALL ASTERISK
 
 cd /usr/src/aster*
 
 make clean
 
 make
 
 make install
 
 make samples
 
 make progdocs

Have some mercy on the CPU and HD, and spare this one...

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] how to install asterisk on redhat ?

2007-04-10 Thread Malik Mulki \(Plant, Feed, Makassar\)
Hiasterisk users...
how to install asterisk on redhat ?


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] how to install asterisk on redhat ?

2007-04-10 Thread Alex Balashov

On Wed, 11 Apr 2007, Malik Mulki (Plant, Feed, Makassar) said something to...:


Hiasterisk users...
how to install asterisk on redhat ?


  There are numerous installation guides on this subject.  But in general, 
you can either install a contributed RPM, or download the source code and 
compile it (along with libpri and zapata telephony interface if you need 
them).  Check out ftp://ftp.digium.com/


--
Alex Balashov [EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users