Re: [Asterisk-Users] fedora core 1 install problem

2003-12-30 Thread WipeOut
Justin Sinclair wrote:

From: David Luyens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] fedora core 1  install problem
Date: Mon, 22 Dec 2003 14:20:55 +0100
Reply-To: [EMAIL PROTECTED]
Hi Ernest,

I have installed as you described, and now it worked.
Seems that installing a minimum system and afterwards installing the
   

necesary packages with their dependencies seems to not have worked for
me
 

Thanks for the help all...

David
   

It actually is possible to get Asterisk running on a Fedora Core 1
minimal installation, installing the necessary packages afterwards. I
also had the original problem you had, but figured out how to fix it.
Here are the steps I took to do so (this is not a recommendation of how
to do it, just how I did it):
1. Install Fedora Core 1 (minimal install)

2. To make installation of additional packages super-easy, I install
yum:
#wget
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/1/yum/yum-2.0.4-2.fd
.fr.i386.rpm
#rpm -U yum-2.0.4-2.fd.fr.i386.rpm
3. [Optional] Run a yum update to get latest version of installed
packages (good idea to reboot after this, especially if you get a new
kernel):
#yum update
4. Install required packages using yum (other required packages are
already installed as part of minimal install):
#yum install cvs gcc kernel-source libtermcap-devel newt-devel
ncurses-devel openssl-devel readline-devel
5. Now here's the trick. Download and install this older version of
Bison (the newer version causes the compile errors):
wget
ftp://rpmfind.net/linux/redhat/9/en/os/i386/RedHat/RPMS/bison-1.35-6.i38
6.rpm
rpm -U bison-1.35-6.i386.rpm
6. Your Fedora Core 1 installation is now ready for Asterisk. Download,
compile, and install as normal.
I hope this proves useful to others who prefer a bare minimal install,
and want to use the excellent Fedora.
-Justin 

 

Cool Justin, I was going to attempt an install on Fedora in the next 
little while..

Has anyone created a bug report about the errors when using the new 
version of bison??

While your work around is fine it does add one more thing to worry about 
when installing package updates.. If bison is updated by YUM or APT then 
Asterisk will have issues..

Later..

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] fedora core 1 install problem

2003-12-29 Thread Justin Sinclair
From: David Luyens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] fedora core 1  install problem
Date: Mon, 22 Dec 2003 14:20:55 +0100
Reply-To: [EMAIL PROTECTED]

Hi Ernest,

I have installed as you described, and now it worked.
Seems that installing a minimum system and afterwards installing the
necesary packages with their dependencies seems to not have worked for
me

Thanks for the help all...

David

It actually is possible to get Asterisk running on a Fedora Core 1
minimal installation, installing the necessary packages afterwards. I
also had the original problem you had, but figured out how to fix it.
Here are the steps I took to do so (this is not a recommendation of how
to do it, just how I did it):

1. Install Fedora Core 1 (minimal install)

2. To make installation of additional packages super-easy, I install
yum:
#wget
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/1/yum/yum-2.0.4-2.fd
.fr.i386.rpm
#rpm -U yum-2.0.4-2.fd.fr.i386.rpm

3. [Optional] Run a yum update to get latest version of installed
packages (good idea to reboot after this, especially if you get a new
kernel):
#yum update

4. Install required packages using yum (other required packages are
already installed as part of minimal install):
#yum install cvs gcc kernel-source libtermcap-devel newt-devel
ncurses-devel openssl-devel readline-devel

5. Now here's the trick. Download and install this older version of
Bison (the newer version causes the compile errors):
wget
ftp://rpmfind.net/linux/redhat/9/en/os/i386/RedHat/RPMS/bison-1.35-6.i38
6.rpm
rpm -U bison-1.35-6.i386.rpm

6. Your Fedora Core 1 installation is now ready for Asterisk. Download,
compile, and install as normal.

I hope this proves useful to others who prefer a bare minimal install,
and want to use the excellent Fedora.

-Justin 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] fedora core 1 install problem

2003-12-22 Thread David Luyens
Hi Ernest,

I have installed as you described, and now it worked.
Seems that installing a minimum system and afterwards installing the
necesary packages with their dependencies seems to not have worked for
me

Thanks for the help all...

David

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Ernest W.
Lessenger
Verzonden: woensdag 17 december 2003 18:54
Aan: [EMAIL PROTECTED]
Onderwerp: Re: [Asterisk-Users] fedora core 1 install problem


At 09:20 AM 12/17/2003, you wrote:
Hi,

I am trying ti install an asterisk system on fedora core 1. During the 
make of asterisk I got the folowing problem:
 bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
 make: *** [ast_expr.c] Broken pipe
Does anybody know how to solve this?
David

I can't, but I can tell you that I installed Fedora Core 1 with
Development 
Tools, Editors and Kernel Development, and that asterisk installed
without 
any problems at all.

--Ernest


\/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
-DNEW_PRI_HANGUP-c -o tdd.o tdd.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o acl.o acl.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o rtp.o rtp.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o manager.o manager.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
[EMAIL PROTECTED] asterisk]#

___
Asterisk-Users mailing list
[EMAIL PROTECTED] 
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] fedora core 1 install problem

2003-12-18 Thread David Luyens
I used root user but I do not understand what you mean running it by
prompt or screen.

These are the packages I installed. Do you know if some are missing?

David

[EMAIL PROTECTED] root]# rpm -q kernel-source readline readline-devel
openssl openssl-devel bison cvs gcc newt-devel ncurses-devel
libtermcap-devel zlib zlib-devel
kernel-source-2.4.22-1.2115.nptl
readline-4.3-7
readline-devel-4.3-7
openssl-0.9.7a-23
openssl-devel-0.9.7a-23
bison-1.875-5
cvs-1.11.5-3
gcc-3.3.2-1
newt-devel-0.51.6-1
ncurses-devel-5.3-9
libtermcap-devel-2.0.8-36
zlib-1.2.0.7-2
zlib-devel-1.2.0.7-2
[EMAIL PROTECTED] root]# 



-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens matt
Verzonden: woensdag 17 december 2003 23:30
Aan: [EMAIL PROTECTED]
Onderwerp: Re: [Asterisk-Users] fedora core 1 install problem


Strange...

I just did one yesterday on Fedora Core 1 and eventually got everything 
sweet...

what user did you use?

did you run it from screen or a prompt?

did you install the pre-requisites and/or check for them with rpm-q 
package name?

i.e.  rpm - q kernel-source readline readline-devel openssl
openssl-devel (according to the piece of paper digium sent me with the
kit - although 
some people on this list have said that readline is no longer neccesary 
with the latests cvs of asterisk)

Kind regards,

Matt Riddell

David Luyens wrote:

Hi,

I am trying ti install an asterisk system on fedora core 1. During the 
make of asterisk I got the folowing problem:
   bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
   make: *** [ast_expr.c] Broken pipe
Does anybody know how to solve this?
David

\/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
-DNEW_PRI_HANGUP-c -o tdd.o tdd.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o acl.o acl.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o rtp.o rtp.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o manager.o manager.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
[EMAIL PROTECTED] asterisk]#

___
Asterisk-Users mailing list
[EMAIL PROTECTED] 
http://lists.digium.com/mailman/listinfo/asterisk-users

  




___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL

Re: [Asterisk-Users] fedora core 1 install problem - CAN SOMEONE ELSE HELP HIM

2003-12-18 Thread matt
Sorry I can't help you anymore than that...hopefully some guru can...I 
checked all of your versions against mine and they're EXACTLY the same...

Was it a clean install?  I.e. newish?

Hopefully someone else will continue the thread from here...

Sorry,

Matt

David Luyens wrote:

I used root user but I do not understand what you mean running it by
prompt or screen.
These are the packages I installed. Do you know if some are missing?

David

[EMAIL PROTECTED] root]# rpm -q kernel-source readline readline-devel
openssl openssl-devel bison cvs gcc newt-devel ncurses-devel
libtermcap-devel zlib zlib-devel
kernel-source-2.4.22-1.2115.nptl
readline-4.3-7
readline-devel-4.3-7
openssl-0.9.7a-23
openssl-devel-0.9.7a-23
bison-1.875-5
cvs-1.11.5-3
gcc-3.3.2-1
newt-devel-0.51.6-1
ncurses-devel-5.3-9
libtermcap-devel-2.0.8-36
zlib-1.2.0.7-2
zlib-devel-1.2.0.7-2
[EMAIL PROTECTED] root]# 



-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens matt
Verzonden: woensdag 17 december 2003 23:30
Aan: [EMAIL PROTECTED]
Onderwerp: Re: [Asterisk-Users] fedora core 1 install problem
Strange...

I just did one yesterday on Fedora Core 1 and eventually got everything 
sweet...

what user did you use?

did you run it from screen or a prompt?

did you install the pre-requisites and/or check for them with rpm-q 
package name?

i.e.  rpm - q kernel-source readline readline-devel openssl
openssl-devel (according to the piece of paper digium sent me with the
kit - although 
some people on this list have said that readline is no longer neccesary 
with the latests cvs of asterisk)

Kind regards,

Matt Riddell

David Luyens wrote:

 

Hi,

I am trying ti install an asterisk system on fedora core 1. During the 
make of asterisk I got the folowing problem:
	bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
	make: *** [ast_expr.c] Broken pipe
Does anybody know how to solve this?
David

\/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
-DNEW_PRI_HANGUP-c -o tdd.o tdd.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o acl.o acl.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o rtp.o rtp.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o manager.o manager.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
[EMAIL PROTECTED] asterisk]#
___
Asterisk-Users mailing list
[EMAIL PROTECTED

Re: [Asterisk-Users] fedora core 1 install problem - CAN SOMEONE ELSE HELP HIM

2003-12-18 Thread andrewg
The name bru1voip kindof looks familarish to me ;) (hi btw), but may
just be concidental. 

What are the specs on the box you are trying to compile it on? (disk/ram/etc)
If its a pitiful machine, compile it on another machine, and transfer it
over. Sometimes Makefiles have a PREFIX (or so) option, you might be able to do 
like mkdir complete; make PREFIX=${PWD}/complete install; tar czvf install.tgz
install; and copy install.tgz to the machine you're trying to compile on 
and extract the install.tgz in /

It helps if you are building on the same distro/patch level as your target.

- andrewg

 
 Hi,
 
 I am trying ti install an asterisk system on fedora core 1. During the 
 make of asterisk I got the folowing problem:
 bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
 make: *** [ast_expr.c] Broken pipe
 Does anybody know how to solve this?
 David
 
 \/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
 -DNEW_PRI_HANGUP-c -o tdd.o tdd.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o acl.o acl.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o rtp.o rtp.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o manager.o manager.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
 bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
 make: *** [ast_expr.c] Broken pipe
 [EMAIL PROTECTED] asterisk]#
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] fedora core 1 install problem - CAN SOMEONE ELSE HELP HIM

2003-12-18 Thread David Luyens
Hi, the machine is a dual xeon, 1 G of memory and 160 G harddisk...
I am not such a linux guru and your suggestion kind sounds like chinees,
but thanks anyway.
I will try to do a new install and let you know...

David

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens
[EMAIL PROTECTED]
Verzonden: donderdag 18 december 2003 22:00
Aan: [EMAIL PROTECTED]
Onderwerp: Re: [Asterisk-Users] fedora core 1 install problem - CAN
SOMEONE ELSE HELP HIM


The name bru1voip kindof looks familarish to me ;) (hi btw), but may
just be concidental. 

What are the specs on the box you are trying to compile it on?
(disk/ram/etc) If its a pitiful machine, compile it on another machine,
and transfer it over. Sometimes Makefiles have a PREFIX (or so) option,
you might be able to do 
like mkdir complete; make PREFIX=${PWD}/complete install; tar czvf
install.tgz install; and copy install.tgz to the machine you're trying
to compile on 
and extract the install.tgz in /

It helps if you are building on the same distro/patch level as your
target.

- andrewg

 
 Hi,
 
 I am trying ti install an asterisk system on fedora core 1. During 
 the
 make of asterisk I got the folowing problem:
 bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
 make: *** [ast_expr.c] Broken pipe
 Does anybody know how to solve this?
 David
 
 \/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
 -DNEW_PRI_HANGUP-c -o tdd.o tdd.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o acl.o acl.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o rtp.o rtp.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o manager.o manager.c
 gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
 -DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
 -DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
 bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
 make: *** [ast_expr.c] Broken pipe
 [EMAIL PROTECTED] asterisk]#
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] fedora core 1 install problem - CAN SOMEONE ELSE HELP HIM

2003-12-18 Thread Chris Albertson

Reinstaling the OS is not going to do anything ut get you
right back to where yu are now. 

Look at the last command the the Makefile tried to run.
Did it choke while running bison?  If so run the bison
command by hand.  What happens?   You need to cd to
the directory where Makewas at when it tried to run bison
first.  

You might also try typing which bison just to verify that
bison is installed and in your path.

In general when a Makefie fails you try to get the failed
command to run by hand and then you fix up the Makefile to
do whenever you neede to do by hand.  



=
Chris Albertson
  Home:   310-376-1029  [EMAIL PROTECTED]
  Cell:   310-990-7550
  Office: 310-336-5189  [EMAIL PROTECTED]
  KG6OMK

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] fedora core 1 install problem

2003-12-17 Thread David Luyens
Hi,

I am trying ti install an asterisk system on fedora core 1. During the
make of asterisk I got the folowing problem:
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
Does anybody know how to solve this?
David

\/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
-DNEW_PRI_HANGUP-c -o tdd.o tdd.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o acl.o acl.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o rtp.o rtp.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o manager.o manager.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
[EMAIL PROTECTED] asterisk]# 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] fedora core 1 install problem

2003-12-17 Thread Ernest W. Lessenger
At 09:20 AM 12/17/2003, you wrote:
Hi,

I am trying ti install an asterisk system on fedora core 1. During the
make of asterisk I got the folowing problem:
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
Does anybody know how to solve this?
David
I can't, but I can tell you that I installed Fedora Core 1 with Development 
Tools, Editors and Kernel Development, and that asterisk installed without 
any problems at all.

--Ernest


\/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
-DNEW_PRI_HANGUP-c -o tdd.o tdd.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o acl.o acl.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o rtp.o rtp.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o manager.o manager.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
[EMAIL PROTECTED] asterisk]#
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] fedora core 1 install problem

2003-12-17 Thread matt
Strange...

I just did one yesterday on Fedora Core 1 and eventually got everything 
sweet...

what user did you use?

did you run it from screen or a prompt?

did you install the pre-requisites and/or check for them with rpm-q 
package name?

i.e.  rpm - q kernel-source readline readline-devel openssl openssl-devel
(according to the piece of paper digium sent me with the kit - although 
some people on this list have said that readline is no longer neccesary 
with the latests cvs of asterisk)

Kind regards,

Matt Riddell

David Luyens wrote:

Hi,

I am trying ti install an asterisk system on fedora core 1. During the
make of asterisk I got the folowing problem:
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
Does anybody know how to solve this?
David
\/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
-DNEW_PRI_HANGUP-c -o tdd.o tdd.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o acl.o acl.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o rtp.o rtp.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o manager.o manager.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\CVS-12/17/03-17:46:24\ -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
-DNEW_PRI_HANGUP-c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
[EMAIL PROTECTED] asterisk]# 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
 



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Fedora Core 1

2003-11-10 Thread jeff . gunther




Is anyone running Asterisk under Fedora Core 1 (http://fedora.redhat.com/)?
If so, did everything with Asterisk work properly? I'm looking to migrate
from Red Hat 8.0 to Fedora this week.

Thanks.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Fedora Core 1

2003-11-10 Thread WipeOut
[EMAIL PROTECTED] wrote:



Is anyone running Asterisk under Fedora Core 1 (http://fedora.redhat.com/)?
If so, did everything with Asterisk work properly? I'm looking to migrate
from Red Hat 8.0 to Fedora this week.
Thanks.

 

From what I have seen in playing with it for the last day and a bit is 
that its basically RH10 so I don't see that there will be any problems.. 
I haven't had time to give Asterisk a try on it yet..

Later

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Fedora Core 1

2003-11-10 Thread Roy Sigurd Karlsbakk
Why don't you just move to Debian? A lot cleaner and better IMHO

On Mon, 2003-11-10 at 14:34, [EMAIL PROTECTED] wrote:
 
 
 Is anyone running Asterisk under Fedora Core 1 (http://fedora.redhat.com/)?
 If so, did everything with Asterisk work properly? I'm looking to migrate
 from Red Hat 8.0 to Fedora this week.
 
 Thanks.
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Fedora Core 1

2003-11-10 Thread Dave Cotton
On Mon, 2003-11-10 at 15:03, Roy Sigurd Karlsbakk wrote:
 Why don't you just move to Debian? A lot cleaner and better IMHO

IMHO stick with the devil you know.

RH 9 - 10 (fedora) would just be evolution.

RH - Debian would require a learning curve due to the different ways of
doing things. I'm not in any way saying that the change may not be worth
it, what I'm saying is do it when you have the time to find your way
around a different structure.
-- 
Dave Cotton [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Fedora Core 1

2003-11-10 Thread rnc Info Lists
 Is anyone running Asterisk under Fedora Core 1
 (http://fedora.redhat.com/)?
 If so, did everything with Asterisk work properly? I'm looking to migrate
 from Red Hat 8.0 to Fedora this week.

 Thanks.

Interesting question... Since RedHat will in the future have only their
Enterprise version I wonder if  Digium/Mark will develop running on Fedora
or move to some other system.   Guess the jury is still out on what Novell
will do with the SUSE distribution long term.  Hopefully they maintain the
current distribution package scheme.

Robert
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Fedora Core 1

2003-11-10 Thread Tjardick van der Kraan
Anyone a list one what basic Debian packages are need to compile * and get
it up and running ?

I'd like to run * on a clean as possible system so looks like debian is the
way to go in that...

Greetings,

Tj


- Original Message - 
From: Roy Sigurd Karlsbakk [EMAIL PROTECTED]
To: Asterisk Users [EMAIL PROTECTED]
Sent: Monday, November 10, 2003 3:03 PM
Subject: Re: [Asterisk-Users] Fedora Core 1


 Why don't you just move to Debian? A lot cleaner and better IMHO

 On Mon, 2003-11-10 at 14:34, [EMAIL PROTECTED] wrote:
 
 
  Is anyone running Asterisk under Fedora Core 1
(http://fedora.redhat.com/)?
  If so, did everything with Asterisk work properly? I'm looking to
migrate
  from Red Hat 8.0 to Fedora this week.
 
  Thanks.
 
  ___
  Asterisk-Users mailing list
  [EMAIL PROTECTED]
  http://lists.digium.com/mailman/listinfo/asterisk-users

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Fedora Core 1

2003-11-10 Thread Michael Wood
My experience with Fedora was a little unpleasant. I found it to have quite
a few problems that I could not overlook. When I checked up2date there were
no updates available yet. I would wait until some bugs have been worked out
before transitioning to Fedora.

Regards,
Mike

P.S. After my experience with Fedora I whiped it and installed Debian lol.


On Mon, 10 Nov 2003 16:03:59 +0100 (CET), rnc Info Lists
[EMAIL PROTECTED] wrote :

  Is anyone running Asterisk under Fedora Core 1
  (http://fedora.redhat.com/)?
  If so, did everything with Asterisk work properly? I'm looking to migrate
  from Red Hat 8.0 to Fedora this week.
 
  Thanks.
 
 Interesting question... Since RedHat will in the future have only their
 Enterprise version I wonder if  Digium/Mark will develop running on Fedora
 or move to some other system.   Guess the jury is still out on what Novell
 will do with the SUSE distribution long term.  Hopefully they maintain the
 current distribution package scheme.
 
 Robert
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Fedora Core 1

2003-11-10 Thread Jean-Denis Girard
rnc Info Lists wrote:
Is anyone running Asterisk under Fedora Core 1
(http://fedora.redhat.com/)?
If so, did everything with Asterisk work properly? I'm looking to migrate
from Red Hat 8.0 to Fedora this week.
Thanks.

Interesting question... Since RedHat will in the future have only their
Enterprise version I wonder if  Digium/Mark will develop running on Fedora
or move to some other system.   Guess the jury is still out on what Novell
will do with the SUSE distribution long term.  Hopefully they maintain the
current distribution package scheme.
Robert
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
I'm a bit surprised by this Redhat / distributions question. I guess 
Asterisk will build fine on most Linux distros, so what's the point? We 
use Mandrake here, and I've never had trouble since I've started to use 
Asterisk 18 months ago.

Hope that helps...

--
Jean-Denis Girard

Essential Software - Ingénierie Informatique
Solutions Linux  Open Source en Polynésie française

http://www.esoft.pf/
Tél: (689) 54 12 95

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users