Displaying 20 results from an estimated 8000 matches similar to: "Trouble compiling latest CVS"
2004 Jul 14
2
RE: [Asterisk-User] asterisk compile problem
From: "Nik Martin" <nmartin@radiancetech.com>>
To: <asterisk-users@lists.digium.com>>
Subject: RE: [Asterisk-Users] asterisk compile problem
Date: Wed, 14 Jul 2004 09:22:38 -0500
Organization: Radiance Technologies, Inc.
Reply-To: asterisk-users@lists.digium.com
Fletcher Bonds wrote:
>> Hello all
>>
>> As of 5pm PST today (7/13), I pulled
2004 Jul 07
3
Problems installing asterisk.
When installing asterisk, I follow de "Getting Started" manual and i get the
following error while compilig asterisk:
if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-08/06/04-09:53:57 >
.version; fi
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] broken pipe
Just this, nothing else.
Zaptel and Libpri installed without any problem and system
2005 Jun 02
2
bison/flex version warning
Hi,
(I seem to be having some trouble getting messages to post on the list so
I may be duplicating an earlier post. Apologies if this is the case.)
I am compiling CVS tip Asterisk on a fresh CentOS 3.4 install. I got
this warning:
make ast_expr.a
make[1]: Entering directory `/usr/src/asterisk'
bison -v -d --name-prefix=ast_yy ast_expr.y -o ast_expr.c
2004 Apr 03
2
STABLE 1.0 Branch CVS repository
-Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
-DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/03/04-10:19:04\"
-DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
-DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\"
-DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\"
2004 Jul 13
1
asterisk compile problem
Hello all
As of 5pm PST today (7/13), I pulled Asterisk down off of
cvs.digium.com:/usr/cvsroot and tried to compile it on Linux ES 2.1
Actually, I pulled down zaptel, libri & asterisk and compiled them in that
order as per my install guide.
When I try to compile asterisk with "make clean; make install", it runs okay
for a bit and then I get the following error: (ignore Outlooks
2005 Jul 19
2
Installation
Hi there ,
I am a new user of Asterisk. When I downloaded it and was trying to compile it, i got the following error message after it run for a while. This error came after I run make.
__________________________________________
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
2004 Jan 25
1
Ne machine, build is breaking
Hello.
I'm not sure what this problem is. Probably one of my libraries.
Any clues ??
---------------cd ../asterisk then make clean ; make install
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-01/25/04-16:37:41\"
2003 Dec 14
11
Cisco Gateway Integration
Has anyone succesfully integrated * with a cisco voice gateway ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031214/3b1ba7b3/attachment.htm
2004 Aug 18
1
Testing null values: ast_yyerror(): syntax error
OK, I'm going nuts here trying to correctly identify null values,
specifically when callerID info is not available.
FYI, I'm running Asterisk CVS-HEAD-08/17/04-13:08:53, and Bison 1.875a
(debian Sid).
A snippit of my dialplan looks like this:
exten => s,1,SetCIDNum(${CALLERIDNUM})
exten => s,2,NoOp,${CALLERID}
exten => s,3,DBGet(temp=idiot/${CALLERIDNUM}) ; Is the person calling
2018 Aug 30
1
Can not build Samba 4.7.10
Allready installed and it works absolut fine with Samba 4.7.9
Thomas
Zitat von "L.P.H. van Belle via samba" <samba at lists.samba.org>:
> If from source.
> https://ftp.samba.org/pub/ldb/ldb-1.2.3.tar.gz
>
> If its debian/ubuntu.
> Then you can get a ready source here.
> echo "deb-src http://apt.van-belle.nl/debian stretch-samba47 main
> contrib
2007 Oct 24
3
fastcgi
Hello
is there any fastcgi rpm available.
I downloaded fastcgi rpm from pbone.net, but it does not contain
mod_fastcgi.so
what about srpm ?
http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i386.rpm.html
thanks for help
2006 May 26
8
Which libtiff 3.8.2 do I grab?
Via google: libtiff 3.8.2
http://rpm.pbone.net/index.php3/stat/4/idpl/2839214/com/libtiff-3.8.2-2.x86_64.rpm.html
This got me to a page all about libtiff 3.8.2 for 'Fedora other' and a link
http://rpm.pbone.net/index.php3?stat=3&search=libtiff&srodzaj=3
for other distributions.
So which do I take?
?
2003 Apr 28
1
Complie on RH8
Hi
I've just got the TDM dev kit and started to compile asterisk, all works fine
until compiling asterisk itself and I get the following error
Does anyone know where I'm going wrong?
Robb
2004 Aug 31
0
[LLVMdev] More configure problems
On Mon, 2004-08-30 at 21:46, Jeff Cohen wrote:
> This isn't my day...
>
> gmake[2]: Entering directory `/usr/home/llvm/obj/utils/TableGen'
> Bisoning FileParser.y
> Flexing /usr/home/llvm/obj/../utils/TableGen/FileLexer.l
> gmake[2]: Leaving directory `/usr/home/llvm/obj/utils/TableGen'
> gmake[2]: Entering directory `/usr/home/llvm/obj/utils/TableGen'
>
2004 Sep 01
2
[LLVMdev] More configure problems
I want to play around with the GLR support in the recent bison, so I
simply fixed the skeleton.
On Tue, 31 Aug 2004 07:31:25 -0700 Reid Spencer <reid at x10sys.com> wrote:
> On Mon, 2004-08-30 at 21:46, Jeff Cohen wrote:
> > I'm using bison 1.875. But it worked the last time, so I don't know why
> > it doesn't work now. Deleting the __attribute__ clause fixes
2003 Dec 29
3
fedora core 1 install problem
>From: "David Luyens" <d@vt4.net>
>To: <asterisk-users@lists.digium.com>
>Subject: RE: [Asterisk-Users] fedora core 1 install problem
>Date: Mon, 22 Dec 2003 14:20:55 +0100
>Reply-To: asterisk-users@lists.digium.com
>
>Hi Ernest,
>
>I have installed as you described, and now it worked.
>Seems that installing a minimum system and afterwards
2003 Dec 22
2
Compile Problem
I am trying to compile the asterisk and if fails at the end on:
make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx'
gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread`
/usr/lib/gcc-lib/i486-slackware-linux/3.3.2/../../../../i486-slackware-linux/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[1]: *** [pbx_gtkconsole.so] Error 1
2009 Feb 03
2
java 1.3.1 for CentOS
Hi List,
I am looking for java java 1.3.1 RPM for CentOS 4.5. I googled. I
found below URL for it.
http://rpm.pbone.net/index.php3/stat/4/idpl/5773889/com/IBMJava2-JRE-1.3.1-12.i386.rpm.html
R u okay with it.
Your ideas Pls?
--
Thank you
Indunil Jayasooriya
2014 Apr 02
1
RJAGS Installation Issues
Hello,
I am trying to install rjags on R 3.0.0 that is running on CentOS 6.4. Jags
is installed and seems to be working correctly.
I get the following error when trying to install from source or CRAN,
configure: error: "Problem with header file /usr/include/JAGS/Console.h "
See `config.log' for more details
JAGS was intalled with an rpm. Does not look like the rpm included
2009 Dec 01
2
OpenSBC
does anyone use OpenSBC , or know if it is mature stable opensource for a production enviroment
http://rpm.pbone.net/index.php3/stat/4/idpl/10795970/com/opensbc-1.1.4-3.el5.pp.i386.rpm.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091201/67c95aac/attachment.htm