Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-15 Thread Tzafrir Cohen
On Sun, Nov 15, 2009 at 06:27:38AM +, hadi motamedi wrote: Sorry . I tried to install gcc but I got the following error : #apt-get update #apt-get install gcc You probably meant: apt-get install build-essential This installs the basic packages needed for building. E:Package gcc has

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-15 Thread hadi motamedi
Thank you for your reply . Please find below the required data : #cat /etc/apt/sources.list #deb file:///cdrom/sarge main deb cdrom :[Debian GNU/Linux 3.1 r1a_Sarge_-Official i386 Binary-1 (20051224)] /unstable contrib main deb http://security.debian.org/stable/updates

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-15 Thread Tzafrir Cohen
On Sun, Nov 15, 2009 at 10:41:55AM +, hadi motamedi wrote: Thank you for your reply . Please find below the required data : #cat /etc/apt/sources.list #deb file:///cdrom/sarge main deb cdrom :[Debian GNU/Linux 3.1 r1a_Sarge_-Official i386 Binary-1 (20051224)]

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-15 Thread Vinícius Fontes
apt-get install build-essential Vinícius Fontes www.asteriskforum.com.br - Informações e discussão sobre Asterisk e telefonia IP - hadi motamedi motamed...@gmail.com escreveu: Sorry . I tried to install gcc but I got the following error : #apt-get update #apt-get install gcc

[asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread hadi motamedi
Dear All Please be informed that I need to install Asterisk 1.4.13 on my Debian 3.1 server . But I got the following message when trying for #./configure : error: no acceptable C compiler found in $PATH Can you please do me favor and let me know what is the problem ? Let me thank you in advance

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Alex Balashov
You need to install 'gcc' and 'g++' and associated libraries and headers. hadi motamedi wrote: Dear All Please be informed that I need to install Asterisk 1.4.13 on my Debian 3.1 server . But I got the following message when trying for #./configure : error: no acceptable C compiler found

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Darrick Hartman
Also install a recent version! 1.4.26.3 would be the latest in the 1.4 release series. Using something as old as 1.4.13 is not recommended. Alex Balashov wrote: You need to install 'gcc' and 'g++' and associated libraries and headers. hadi motamedi wrote: Dear All Please be informed

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Jarrod Lash
apt-get update then apt-get install gcc g++ -- Jarrod Lash, jar...@fed-com.com Federated Communications www.fed-com.com Office: +1-412-357-2127 Mobile: +1-412-999-0049 Fax: +1-412-545-8368 On Sun, Nov 15, 2009 at 12:31 AM, hadi motamedi motamed...@gmail.comwrote: Dear All Please be informed

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread hadi motamedi
Sorry . I tried to install gcc but I got the following error : #apt-get update #apt-get install gcc E:Package gcc has no installation candidate Can you please do me favor and let me know why ? Thank you in advance On Sun, Nov 15, 2009 at 6:01 AM, Jarrod Lash jar...@fed-com.com wrote: apt-get

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Alex Balashov
Try: apt-cache search gcc | grep '^gcc' and pick the more precise package to install. hadi motamedi wrote: Sorry . I tried to install gcc but I got the following error : #apt-get update #apt-get install gcc E:Package gcc has no installation candidate Can you please do me favor and let me

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Jarrod Lash
you are running a old version of debian? what repository are you using (cat /etc/apt/sources.list)? On Sun, Nov 15, 2009 at 1:27 AM, hadi motamedi motamed...@gmail.com wrote: Sorry . I tried to install gcc but I got the following error : #apt-get update #apt-get install gcc E:Package gcc

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Tilghman Lesher
On Sunday 15 November 2009 00:01:13 Jarrod Lash wrote: apt-get update then apt-get install gcc g++ There's also a package on Debian called 'build-essential' which gets all of the usual libraries and headers such that compiling works right the first time. -- Tilghman Lesher Digium, Inc. |