RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Rodney Acosta Coya
] Enviado el: Jueves, 11 de Noviembre de 2004 04:12 p.m. Para: [EMAIL PROTECTED] Asunto: [Asterisk-Users] Can some bady help me ??? Somewhere on the download pages it talks about compiling the apps like below! tar -zxvf zaptel-1.0.0.tar.gz cd zaptel-1.0.0; make; make install; make config; cd .. tar

Re: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Eric Jacksch
Informacion. [EMAIL PROTECTED] Tel:(53)(24) 62 611 -Mensaje original- De: Jerry Geis [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 11 de Noviembre de 2004 04:12 p.m. Para: [EMAIL PROTECTED] Asunto: [Asterisk-Users] Can some bady help me ??? Somewhere on the download pages it talks

RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Rodney Acosta Coya
i found de file Makefile but i dont now what to do with it look at this inux:/inst/pbx/asterisk-1.0.0 # make:make install bash: make:make: command not found linux:/inst/pbx/asterisk-1.0.0 # ls . README.fpm apps callerid.c config.c editline io.c pbx

RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Cian O'Sullivan
] On Behalf Of Rodney Acosta Coya Sent: Thursday, November 18, 2004 11:27 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Can some bady help me ??? Importance: High i found de file Makefile but i dont now what to do with it look at this inux:/inst

RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Tim Donahue
On Thu, 2004-11-18 at 10:26 -0500, Rodney Acosta Coya wrote: i found de file Makefile but i dont now what to do with it look at this [snip] inux:/inst/pbx/asterisk-1.0.0 # make:make install bash: make:make: command not found linux:/inst/pbx/asterisk-1.0.0 # ls . [snip] Try make make

RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Henry Devito
Ok Here you go. Untar your file -xzf Do a ./configure Then make clean Them make Then make install ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

Re: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread pbx
the commande is make;make install not make:make install you typed : instead of ; Rodney Acosta Coya wrote: i found de file Makefile but i dont now what to do with it look at this inux:/inst/pbx/asterisk-1.0.0 # make:make install bash: make:make: command not found

RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Seth Remington
Do a ./configure Asterisk doesn't have a configure script. -Seth -- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 ___ Asterisk-Users mailing list [EMAIL PROTECTED]

[Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Rodney Acosta Coya
when i compile asterisk 1.0.0 i get this comments and errors what is hapenning linux:/inst/pbx/asterisk-1.0.0 # make; make install ./mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6

Re: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Dave Cotton
On Thu, 2004-11-18 at 13:41 -0500, Rodney Acosta Coya wrote: when i compile asterisk 1.0.0 i get this comments and errors what is hapenning Do you think you could buy a book on Linux? This list is not intended as a beginners guide on how to compile something on Linux. -- Dave Cotton [EMAIL

Re: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread kido noagbodji
Hi, Apparently, gcc is not installed in your system. Install it and continue It is a C compiler .. Checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. make: ***

Re: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Iqbal Gandham
ur c compiler, do u have one Rodney Acosta Coya wrote: when i compile asterisk 1.0.0 i get this comments and errors what is hapenning linux:/inst/pbx/asterisk-1.0.0 # make; make install ./mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude

Re: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread kido noagbodji
Visit http://gcc.gnu.org/ - Original Message - From: Iqbal Gandham [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion [EMAIL PROTECTED] Sent: Thursday, November 18, 2004 6:46 PM Subject: Re: [Asterisk-Users] Can some bady help me ??? ur c compiler, do u have

RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Rodney Acosta Coya
InformaciĆ³n. [EMAIL PROTECTED] Tel:(53)(24) 62 611 -Mensaje original- De: kido noagbodji [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 18 de Noviembre de 2004 01:58 p.m. Para: Asterisk Users Mailing List - Non-Commercial Discussion Asunto: Re: [Asterisk-Users] Can some bady help me

RE: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Rodney Acosta Coya
i install gcc and compile again and i get this error: configure: error: termcap support not found for more information see this: linux:/inst/pbx/asterisk-1.0.2 # make; make install for x in res channels pbx apps codecs formats agi cdr astman stdtime; do make -C $x depend || exit 1 ; done

Re: [Asterisk-Users] Can some bady help me ???

2004-11-18 Thread Brian Capouch
Rodney Acosta Coya wrote: look at this: linux:/media/cdrom/suse/i586 # rpm -i gcc-c++* error: Failed dependencies: libstdc++-devel is needed by gcc-c++-3.3.3-43.25 gcc = 3.3.3-43.25 is needed by gcc-c++-3.3.3-43.25 how i can solve the second dependence Rodney I don't think you're

Re: [Asterisk-Users] Can some bady help me ???

2004-11-12 Thread Tony Nichols
On Thu, 2004-11-11 at 20:46, steve szmidt wrote: On Thursday 11 November 2004 04:39 pm, Geoff Nordli wrote: [EMAIL PROTECTED] scribbled on : ok, mathew and other friends I have this package only and I don't now what a have to do with it I repeat im a new linux user I don't now how

[Asterisk-Users] Can some bady help me ???

2004-11-11 Thread Rodney Acosta Coya
I get the pakage asterisk-1.0.0.tar.gz but i cant compile a install it For help, i have a suse 9.1 distro in my computer. im new using linux thanks in advance Rodney ___ Asterisk-Users mailing list [EMAIL PROTECTED]

RE: [Asterisk-Users] Can some bady help me ???

2004-11-11 Thread Geoff Nordli
Rodney scribbled: I get the package asterisk-1.0.0.tar.gz but I cant compile a install it For help, I have a Suse 9.1 distro in my computer. im new using linux thanks in advance Rodney Can you supply a little bit more information. What steps have you taken? How did it fail? Have you

[Asterisk-Users] Can some bady help me ???

2004-11-11 Thread Rodney Acosta Coya
ok, mathew and other friends i have this pakage only and i dont now what a have to do with it i repeat im a new linux user i dont now how compile it. i need for start a list of steps to begin or a place where i can get it thanks rodney ___

[Asterisk-Users] Can some bady help me ???

2004-11-11 Thread Jerry Geis
Somewhere on the download pages it talks about compiling the apps like below! tar -zxvf zaptel-1.0.0.tar.gz cd zaptel-1.0.0; make; make install; make config; cd .. tar -zxvf zapata-1.0.0.tar.gz cd zapata-1.0.0; make; make install; cd .. tar -zxvf asterisk-1.0.0.tar.gz cd asterisk-1.0.0; make;

Re: [Asterisk-Users] Can some bady help me ???

2004-11-11 Thread sjaak nabuurs
Hello Are you online with you suse box. If you give me for a ssh login I can look to it. Or otherwise give us more info. Sjaak Rodney Acosta Coya wrote: I get the pakage asterisk-1.0.0.tar.gz but i cant compile a install it For help, i have a suse 9.1 distro in my computer. im new using linux

RE: [Asterisk-Users] Can some bady help me ???

2004-11-11 Thread Geoff Nordli
[EMAIL PROTECTED] scribbled on : ok, mathew and other friends I have this package only and I don't now what a have to do with it I repeat im a new linux user I don't now how compile it. I need for start a list of steps to begin or a place where I can get it thanks rodney If Linux is

Re: [Asterisk-Users] Can some bady help me ???

2004-11-11 Thread steve szmidt
On Thursday 11 November 2004 04:39 pm, Geoff Nordli wrote: [EMAIL PROTECTED] scribbled on : ok, mathew and other friends I have this package only and I don't now what a have to do with it I repeat im a new linux user I don't now how compile it. I need for start a list of steps to begin