Displaying 20 results from an estimated 3000 matches similar to: "Compilation error"
2009 Mar 21
2
1.6.0-rc3 Build failure: asterisk.h: No such file or directory
Trying to build asterisk 1.6.0-rc3, it fails with this message:
make[2]: Entering directory `/home/fhimpe/rpm/BUILD/asterisk-1.6.1.0-rc3/
main/editline'
/bin/sh makelist -h common.c > common.h
/bin/sh makelist -h emacs.c> emacs.h
/bin/sh makelist -h vi.c > vi.h
/bin/sh makelist -fh common.h emacs.h vi.h > fcns.h
/bin/sh makelist -fc common.h emacs.h vi.h > fcns.c
if uname -s |
2004 Jun 17
6
Compiling problem on Debian
Hi,
I can't compile Asterisk on a Debian machine.
gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o
2004 Mar 31
6
Can't compile asterisk.
hi.
I got these compile errors while install asterisk.
readline and openssl are compiled using gnu source, and kernel version is 2.4.17.
Compile errors message is follows.
Someone cleared this problem?
Please, help!
Regards.
----------------------------------------------------------------------------------
gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.
o channel.o
2003 Nov 16
3
asterisk installation error
hi,
i am getting these errors while installing asterisk. i
reconfigured kernel and i have all the modules
installed.
kernel-source
readline
readline-devel
openssl
openssl-devel
this is the error: (at the last part of the
installation)
gcc -g -o asterisk -Wl,-E io.o sched.o logger.o
frame.o loader.o config.o channel.o translate.o file.o
say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o
callerid.o
2005 Feb 21
2
compiling cvs-head today?
Anyone having problems compiling the current cvs head this morning?
New cvs checkout on RH9, followed by appropriate make clean and make
install. System was running cvs head from Nov 23 with TDM card, PRI,
SIP phones on local wire, and IAX.
Appears zaptel and libpri compiled correctly, however the first attempt
in the asterisk src directory yielded:
gcc -pipe -Wall -Wstrict-prototypes
2005 Aug 28
2
error compiling on solaris 10
>Message: 11
>Date: Sun, 28 Aug 2005 11:46:29 +0800
>From: "chris" <chris@fivestartel.com>
>Subject: [Asterisk-Users] error compiling on solaris 10
>To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users@lists.digium.com>
>Message-ID: <003a01c5ab83$149a9e30$650fa8c0@acid>
>Content-Type: text/plain;
2009 May 21
1
reg static build
Hi,
? Did anyone tried static build of asterisk 1.6 version?
Installation fails when tried with static build.
warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
asterisk.o: In function `cli_prompt':
warning: Using 'getgrgid' in statically linked applications requires at runtime the
2005 Mar 20
1
asterisk-1.0.7 make install on fedora corre 3 give errors
I am trying to install asterisk on fedora core 3 these are the steps i took:
1. download asterisk-1.0.7.tar.gz
2. make clean and make install and then it gives me these errors:
"{standard input}:9975: Error: symbol `i' is already defined
{standard input}:9978: Error: symbol `__result' is already defined
{standard input}:9979: Error: symbol `__result' is already defined
{standard
2004 Jan 23
3
Problem installing Asterisk with Mandrake 9.1
Hi All,
I am trying to get Asterisk up and running on my new Mandrake 9.1 install.
I've installed Linux in the "standard" mandrake security mode, and "su" to do
my attempts at install.
I managed to obtain the source from CVS, and have been able to compile Zaptel.
I then ran insmod zaptel, and also make config.
I think I have compiled and loaded Zaptel successfully as
2013 Sep 25
0
strsvis breakage when upgrading to from 9.1 to 9-STABLE
Hello,
I've sent a similar query before, but didn't receive any answers.
When upgrading from 9.1 to 9-STABLE, the buildworld fails with:
===> usr.bin/xinstall (all)
cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree
-I/usr/src/usr.bin/xinstall/../../lib/libnetbsd
-I/usr/src/usr.bin/xinstall/../../lib/libmd -std=gnu99 -fstack-protector
-Wsystem-headers -Werror -Wall
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
Hello,
i have ported the BCP (Bride Control Protocol) patch for pppd 2.4.1
mentioned in
http://lists.osdl.org/pipermail/bridge/2004-September/000619.html
to pppd 2.4.2. The kernel patch still works without problems with kernel
2.4.30.
Perhaps someone else could use this patch ...
Here again some documentation i have found about the BCP patch somewere
else:
When pppd negotiates BCP, it tells
2013 Jun 09
1
[PATCH] fix mac_computer
The mac_compute() function in openssh calls umac_final() to prepend a tag
to a buffer. Umac_final() calls pdf_gen_xor() on the tag as its final
operation, and as implemented, pdf_gen_xor() assumes an appropriate
alignment for 64-bit operations on its buffer. However, the buffer
is declared in mac_compute() as a static u_char array, and the linker
doesn't guarantee 64-bit alignment for such
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
BSD/OS 4.2 comes with OpenSSH 2.1.1p4, patched to support BSDI's
authentication library. However, BSDI's patches have several
problems:
1. They don't run the approval phase, so they can allow users to login
who aren't supposed to be able to.
2. They don't patch configure to automatically detect the BSDI auth
system, so they're not ready to use in a general portable
2006 Nov 15
11
OpenSSH Certkey (PKI)
This patch against OpenBSD -current adds a simple form of PKI to
OpenSSH. We'll be using it at work. See README.certkey (the first chunk
of the patch) for details.
Everything below is BSD licensed, sponsored by Allamanda Networks AG.
Daniel
--- /dev/null Wed Nov 15 15:14:20 2006
+++ README.certkey Wed Nov 15 15:13:45 2006
@@ -0,0 +1,176 @@
+OpenSSH Certkey
+
+INTRODUCTION
+
+Certkey allows
2006 May 15
1
[PATCH 2/12] bug fix: openssh-4.3p2 NULL dereference
The variable IV does can be NULL when passed into the function. However,
IV is dereferenced in CMP, therefore, IV should be checked before
sending it to this macro. This patch adds what is common in other parts
of the code but is missing on this particular check. This entire set of
patches passed the regression tests on my system. Null dereference bug
found by Coverity.
Signed-off-by: Kylene
2001 Sep 12
0
AES update..
I've done a decent size update of the OpenSSH portable from the upstream
tree. There is an AES upgrade that needs to take place, but I need people
to test and tell me what endedness changes need to be applied (if any).
Attached is the patch. It is geared towards the latter snapshots..Unsure
how it will patch (if at all) against 2.9pX series.
Thanks.
- Ben
"This is dark day in
2003 Oct 08
4
OS/390 openssh
Hello Steve, Hello OpenSSH-portable developers,
I am building OpenSSH for our (EBCDIC-based) BS2000 mainframe
operating system, and I noticed you do the same for OS/390.
Because my initial ssh port was based on IBM's OSS port (ssh-1.2.2
or some such), I thought it was fair enough to help with a little
co-operation; we might come up with a unified EBCDIC patch which could
be contributed to
2004 Apr 30
2
festival and gcc 3.3.2 (Fedora Core 1)
Can someone tell me how to build festival on a machine with gcc 3.3.2?
I've searched all around and even found a reference or two that the
problem exists but I'm not seeing the fix.
thanks!
-reed
Symtoms are --
./configure, then....
[root@telephone speech_tools]# make
Check system type
Remake modincludes.inc
NATIVE_AUDIO
ok
EDITLINE
2013 Dec 11
1
Ctrl-W killing entire line, not just last word
On the Asterisk CLI, I notice that pressing Ctrl-W deletes the entire
line of text, as opposed to just the last word. Is this an artifact of
using editline instead of readline? I'll note that other Emacs-style
keypresses work just fine on the Asterisk CLI, but Ctrl-W is a real
pain. I would go so far as to call this a bug as it is certainly
behaviour that differs from what the user expects.
2003 May 02
5
Termcap support not found
Make sure you have libtermcap and libtermcap-devel loaded..
To check use
#rpm -q libtermcap
and
#rpm -q libtermcap-devel
I have an install guide for RH9 in PDF format if you are interested..
Later..
> Hello, I am trying to install asterisk and get this error.
>
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes