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 no installation candidate

Debian 3.1 is no longer maintained and no longer available from standard
Debian mirrors.

If you really want it, it is still archived in
http://archive.debian.org/ . If you look around there (read the README
files) you'll actually find how to configure it as an apt source.
However I have no idea why you insist on using that old version.

Consider this an answer to your question on debian-user as well :-)

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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 main contrib

Thank you in advance



On Sun, Nov 15, 2009 at 6:36 AM, Jarrod Lash jar...@fed-com.com wrote:

 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.comwrote:

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


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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






 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




 --
 Jarrod Lash, jar...@fed-com.com
 Federated Communications, LLC.

 www.fed-com.com
 Office: +1-412-357-2127
 Mobile: +1-412-999-0049
 Fax: +1-412-545-8368



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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)]
/unstable contrib main
 deb http://security.debian.org/stable/updates main contrib
 

Having that line makes things even worse. stable is now Debian 5.0
(Lenny). I suspect some packages on your system were already upgraded.

And I'm still at loss as to why yo want to use that old version.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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
 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 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.com
  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 in $PATH
 Can you please do me favor and let me know what is the problem ?
 Let me thank you in advance
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[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
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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 in $PATH
 Can you please do me favor and let me know what is the problem ?
 Let me thank you in advance
  
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Alex Balashov - Principal
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct  : (+1) (678) 954-0671

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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


 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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






 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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 know why ?
 Thank you in advance
 
 
  
 On Sun, Nov 15, 2009 at 6:01 AM, Jarrod Lash jar...@fed-com.com 
 mailto:jar...@fed-com.com wrote:
 
 apt-get update
 then
 apt-get install gcc g++
 
 -- 
 Jarrod Lash, jar...@fed-com.com mailto:jar...@fed-com.com
 Federated Communications
 www.fed-com.com http://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.com mailto:motamed...@gmail.com 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 in $PATH
 Can you please do me favor and let me know what is the problem ?
 Let me thank you in advance
  
 
 ___
 -- Bandwidth and Colocation Provided by
 http://www.api-digital.com http://www.api-digital.com/ --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com
 http://www.api-digital.com/ --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Alex Balashov - Principal
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct  : (+1) (678) 954-0671

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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






 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




-- 
Jarrod Lash, jar...@fed-com.com
Federated Communications, LLC.
www.fed-com.com
Office: +1-412-357-2127
Mobile: +1-412-999-0049
Fax: +1-412-545-8368
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com  www.asterisk.org

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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