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

2004-11-18 Thread Rodney Acosta Coya
i just do this:
tar -zxvf asterisk-1.0.0.tar.gz
but when i type make i get command not found

can some bathy help me hith this???

Rodney Acosta Coya.
Dpto. Tecnologia de la 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 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; make install; make samples; cd ..

Jerry

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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

2004-11-18 Thread Eric Jacksch
When you say command not found, is your system not finding make or is
make running and complaining that it can't find a Makefile ?

If the former, you may not have make (usually nmake) installed, or it is not
in your path.  If the latter, you're probably in the wrong directory.  Make
looks for Makefile in the current working directory.


On 2004-11-18 10:01, Rodney Acosta Coya [EMAIL PROTECTED] wrote:

 i just do this:
 tar -zxvf asterisk-1.0.0.tar.gz
 but when i type make i get command not found
 
 can some bathy help me hith this???
 
 Rodney Acosta Coya.
 Dpto. Tecnologia de la 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 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; make install; make samples; cd ..
 
 Jerry
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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  sounds
.. SECURITYast_expr.y cdr configs   enum.c
keys   pbx.csounds.txt
.version   acl.c   astconf.h  cdr.c   contrib   file.c
loader.c   poll.c   srv.c
BUGS   aescrypt.c  asterisk.8.gz  channel.c   db.c  formats
logger.c   privacy.cstdtime
CREDITSaeskey.casterisk.c channelsdb1-ast   frame.c
make_build_h   redhat   tdd.c
ChangeLog  aesopt.hasterisk.h chanvars.c  dlfcn.c   fskmodem.c
manager.c  res  term.c
HARDWARE   aestab.casterisk.sgml  cli.c   dns.c image.c
md5.c  rtp.ctranslate.c
LICENSEagi astman codecs  doc   images
mkdep  sample.call  ulaw.c
Makefile   alaw.c  astmm.ccoef_in.h   dsp.c include
muted.csay.cutils.c
README app.c   autoservice.c  coef_out.h  ecdisa.h  indications.c
muted.conf.sample  sched.c
linux:/inst/pbx/asterisk-1.0.0 # Makefile install
bash: Makefile: command not found
linux:/inst/pbx/asterisk-1.0.0 # nmake install
bash: nmake: command not found


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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

2004-11-18 Thread Cian O'Sullivan
Hello,

I think you need to rewind a bit and do a bit of reading on how
applications are compiled on a *nix platform.  

The Makefile is just a list of instructions for the make applications.

If you do not have the make application, and appropriate compilers and
libraries installed, you are going to have a problem.

If you are new to Linux, and the whole application building world, I
suggest you use a LiveCD instead of trying to build it yourself.

Check voip-info.org for Asterisk builds on LiveCD's.

Cheers

Cian


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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/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  sounds
.. SECURITYast_expr.y cdr configs   enum.c
keys   pbx.csounds.txt
.version   acl.c   astconf.h  cdr.c   contrib   file.c
loader.c   poll.c   srv.c
BUGS   aescrypt.c  asterisk.8.gz  channel.c   db.c  formats
logger.c   privacy.cstdtime
CREDITSaeskey.casterisk.c channelsdb1-ast   frame.c
make_build_h   redhat   tdd.c
ChangeLog  aesopt.hasterisk.h chanvars.c  dlfcn.c   fskmodem.c
manager.c  res  term.c
HARDWARE   aestab.casterisk.sgml  cli.c   dns.c image.c
md5.c  rtp.ctranslate.c
LICENSEagi astman codecs  doc   images
mkdep  sample.call  ulaw.c
Makefile   alaw.c  astmm.ccoef_in.h   dsp.c include
muted.csay.cutils.c
README app.c   autoservice.c  coef_out.h  ecdisa.h
indications.c
muted.conf.sample  sched.c
linux:/inst/pbx/asterisk-1.0.0 # Makefile install
bash: Makefile: command not found
linux:/inst/pbx/asterisk-1.0.0 # nmake install
bash: nmake: command not found


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 install (no quotes) or use 2 separate commands like:

# make
(make does a bunch of stuff)
# make install


Tim Donahue

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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
linux:/inst/pbx/asterisk-1.0.0 # ls
.  README.fpm  apps   callerid.c  config.c  editline
io.c   pbx  sounds
.. SECURITYast_expr.y cdr configs   enum.c
keys   pbx.csounds.txt
.version   acl.c   astconf.h  cdr.c   contrib   file.c
loader.c   poll.c   srv.c
BUGS   aescrypt.c  asterisk.8.gz  channel.c   db.c  formats
logger.c   privacy.cstdtime
CREDITSaeskey.casterisk.c channelsdb1-ast   frame.c
make_build_h   redhat   tdd.c
ChangeLog  aesopt.hasterisk.h chanvars.c  dlfcn.c   fskmodem.c
manager.c  res  term.c
HARDWARE   aestab.casterisk.sgml  cli.c   dns.c image.c
md5.c  rtp.ctranslate.c
LICENSEagi astman codecs  doc   images
mkdep  sample.call  ulaw.c
Makefile   alaw.c  astmm.ccoef_in.h   dsp.c include
muted.csay.cutils.c
README app.c   autoservice.c  coef_out.h  ecdisa.h  indications.c
muted.conf.sample  sched.c
linux:/inst/pbx/asterisk-1.0.0 # Makefile install
bash: Makefile: command not found
linux:/inst/pbx/asterisk-1.0.0 # nmake install
bash: nmake: command not found
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


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]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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: *** [editline/libedit.a] Error 1
 linux:/inst/pbx/asterisk-1.0.0 #


Kido

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 -I../include -D_REENTRANT -D_GNU_SOURCE
-O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
-DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
-DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
-DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
-DASTCONFPATH=\/etc/asterisk/asterisk.conf\
-DASTMODDIR=\/usr/lib/asterisk/modules\
-DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  `ls
*.c`
for x in res channels pbx apps codecs formats agi cdr astman stdtime; do
make -C $x depend || exit 1 ; done
make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/res'
../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
-DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
-DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
-DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
-DASTCONFPATH=\/etc/asterisk/asterisk.conf\
-DASTMODDIR=\/usr/lib/asterisk/modules\
-DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
-DOPENSSL_NO_KRB5 -fPIC `ls *.c`
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/res'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/channels'
../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
-DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
-DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
-DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
-DASTCONFPATH=\/etc/asterisk/asterisk.conf\
-DASTMODDIR=\/usr/lib/asterisk/modules\
-DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
-Wno-missing-prototypes -Wno-missing-declarations  -DOLD_SANGOMA_API
-DCRYPTO -fPIC  `ls *.c`
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/channels'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/pbx'
../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
-DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
-DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
-DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
-DASTCONFPATH=\/etc/asterisk/asterisk.conf\
-DASTMODDIR=\/usr/lib/asterisk/modules\
-DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
`ls *.c`
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/pbx'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/apps'
../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
-DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
-DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
-DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
-DASTCONFPATH=\/etc/asterisk/asterisk.conf\
-DASTMODDIR=\/usr/lib/asterisk/modules\
-DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
`ls *.c`
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/apps'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/codecs'
../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
-DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
-DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
-DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
-DASTCONFPATH=\/etc/asterisk/asterisk.conf\
-DASTMODDIR=\/usr/lib/asterisk/modules\
-DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
`ls *.c`
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/codecs'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/formats'
../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
-DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
-DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
-DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
-DASTCONFPATH=\/etc/asterisk/asterisk.conf\
-DASTMODDIR=\/usr/lib/asterisk/modules\
-DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
`ls *.c`
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/formats'
make[1]: Entering 

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 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 -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\
  -DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
`ls
  *.c`
  for x in res channels pbx apps codecs formats agi cdr astman stdtime; do
  make -C $x depend || exit 1 ; done
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/res'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\
  -DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
  -DOPENSSL_NO_KRB5 -fPIC `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/res'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/channels'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\
  -DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
  -Wno-missing-prototypes -Wno-missing-declarations  -DOLD_SANGOMA_API
  -DCRYPTO -fPIC  `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/channels'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/pbx'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\

STAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
  `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/pbx'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/apps'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\

STAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
  `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/apps'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/codecs'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\

STAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
  `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/codecs'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/formats'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR

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

2004-11-18 Thread Rodney Acosta Coya
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

thanks



Rodney Acosta Coya.
Dpto. Tecnología de la 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 ???


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 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 -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\
  -DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
`ls
  *.c`
  for x in res channels pbx apps codecs formats agi cdr astman stdtime; do
  make -C $x depend || exit 1 ; done
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/res'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\
  -DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
  -DOPENSSL_NO_KRB5 -fPIC `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/res'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/channels'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\
  -DASTAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN
  -Wno-missing-prototypes -Wno-missing-declarations  -DOLD_SANGOMA_API
  -DCRYPTO -fPIC  `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/channels'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/pbx'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\

STAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
  `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/pbx'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/apps'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR=\/var/run\
  -DASTSPOOLDIR=\/var/spool/asterisk\ -DASTLOGDIR=\/var/log/asterisk\
  -DASTCONFPATH=\/etc/asterisk/asterisk.conf\
  -DASTMODDIR=\/usr/lib/asterisk/modules\

STAGIDIR=\/var/lib/asterisk/agi-bin\ -DBUSYDETECT_MARTIN  -fPIC
  `ls *.c`
  make[1]: Leaving directory `/inst/pbx/asterisk-1.0.0/apps'
  make[1]: Entering directory `/inst/pbx/asterisk-1.0.0/codecs'
  ../mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes

 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOUR
CE
  -O6  -DASTERISK_VERSION=\1.0.0\ -DINSTALL_PREFIX=\\
  -DASTETCDIR=\/etc/asterisk\ -DASTLIBDIR=\/usr/lib/asterisk\
  -DASTVARLIBDIR=\/var/lib/asterisk\ -DASTVARRUNDIR

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
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/res'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/res'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/channels'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/channels'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/pbx'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/pbx'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/apps'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/apps'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/codecs'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/codecs'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/formats'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/formats'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/agi'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/agi'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/cdr'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/cdr'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/astman'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/astman'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/stdtime'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/stdtime'
cd editline  unset CFLAGS LIBS  test -f config.h || ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking for a BSD compatible install... install
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... no
configure: error: termcap support not found
make: *** [editline/libedit.a] Error 1
for x in res channels pbx apps codecs formats agi cdr astman stdtime; do
make -C $x depend || exit 1 ; done
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/res'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/res'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/channels'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/channels'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/pbx'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/pbx'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/apps'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/apps'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/codecs'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/codecs'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/formats'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/formats'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/agi'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/agi'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/cdr'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/cdr'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/astman'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/astman'
make[1]: Entering directory `/inst/pbx/asterisk-1.0.2/stdtime'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/inst/pbx/asterisk-1.0.2/stdtime'
cd editline  unset CFLAGS LIBS  test -f config.h || ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking for a BSD compatible install... install
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for tgetent in -ltermcap... no
checking 

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 at a level of understanding of Linux yet 
where any amount of help you get on this list is going to help you.

You are first going to have to become comfortable with the Linux 
platform, learn the basics of compilation and installation, understand 
how the packaging mechanism works, and THEN worry about getting Asterisk 
going.

The messages you are posting to this list, and sometimes you post the 
same message or almost the same message more than once and even under 
different subjects, and unfortunate proof that you lack the basic level 
of understanding needed to get this project going.

What will happen is that because of your lack of understanding, at each 
stage the list people will help you--as they so kindly have been 
doing--and then the next little glitch will arise, and you will be back 
here again with another message, or more.

You really need to commit yourself to spending some time on basic 
education--get a beginner's guide to Linux, to Red Hat, to the various 
things you want to do.  Play with the system following those guides 
first, and then you will be able to compile Asterisk and install it with 
enough understanding of what you are doing to avoid the many problems 
you appear to be having.

Just a suggestion, but I'm afraid if you don't follow it soon you are 
going to be in trouble on the list.

B.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


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 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 a struggle for you then you may be better of looking at a Live
  CD type of installation.
 
  I haven't tried Xorcom's Rapid installation yet, but it may be worth a try:
 
  http://www.xorcom.com/rapid/index.html
 
 
  Geoff
 
 Not a bad idea. I just downloaded the SuSe live DVD and it's a very slick 
 system. Easier than anything else out there. I think they also got a Gnome 
 version and KDE version live CD.

On my new install of suse 9.1 I do the following

1. during the suse install I pick EVERYTHING (except the united linux
box -)! (specific packages are listed on the astrisk website.
2. don't let it do an update (it askes at the end of the installation).
3. after first boot log in; type cd /usr/src/linux (hit enter)
type zcat /proc/config.gz  .config (hit enter)
type make oldconfig (hit enter) 
Lots of things will scroll by very quickly if you didn't select the
kernel source packages you'll get an error here...
4. cd /usr/src (hit enter) then type ln -s /usr/src/linux-2.6.4-54.5
linux-2.6 (hit enter) --- linux-2.6.4-54.5 is the stock 9.1 kernel... if
you did an update this will be wrong.
5. cd /where/the folder/that/holds/the/asterisk/libpri/zapte/files  I
put them in /pbx for simplicity.
6 type cd zaptel (enter)
7. type make clean; make install; cd ..
8. when thats done type cd libpri (enter) hit the arrow up key till you
see the same command you typed befor make clean; make install; cd ..
9. when thats done type cd asterisk (enter) then type make clean; make
install (enter).
10 that will take several min. --- even with a fast machine. WHen it's
done you will see the instructions to type make samples (hit enter).

That should get you started! These instructions work with both my intel
and opteron based systems.

Welcome to the wonderful world of asterisk!

t o n y



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 checked out how to install asterisk from the wiki:
http://www.voip-info.org/wiki-Asterisk+installation+tips.

Have a great day!

Geoff

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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
thanks in advance 
Rodney

 


--
Dit bericht is gescand op virussen en gevaarlijke content en is veilig bevonden.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


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 a struggle for you then you may be better of looking at a Live
CD type of installation.

I haven't tried Xorcom's Rapid installation yet, but it may be worth a try:

http://www.xorcom.com/rapid/index.html


Geoff


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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
 
  or a place where I can get it
 
  thanks
  rodney

 If Linux is a struggle for you then you may be better of looking at a Live
 CD type of installation.

 I haven't tried Xorcom's Rapid installation yet, but it may be worth a try:

 http://www.xorcom.com/rapid/index.html


 Geoff

Not a bad idea. I just downloaded the SuSe live DVD and it's a very slick 
system. Easier than anything else out there. I think they also got a Gnome 
version and KDE version live CD.

-- 

Steve Szmidt

They that would give up essential liberty for temporary safety 
deserve neither liberty nor safety.
Benjamin Franklin
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users