Displaying 20 results from an estimated 1000 matches similar to: "Speex support"
2005 Mar 10
4
Compiling Asterisk On SUSE 9.2
Dear all,
I have tried to compile * 1.0.6 (downloaded from the digium site, in the
right sequence - zaptel, libpri, asterisk) on two different machines
running SUSE 9.2.
The problem comes during some preliminary checks:
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
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
2003 Apr 10
4
Error compiling in RedHat 9
I thought I would give RedHat 9 a try with Asterisk..I thought it would be a good idea to use the latest version..
Zaptel, Zapata and Libpri all appear to have compiled sucessfully..
But.. (Why is there always a but??)
It seems Asterisk is having issues with 'termcap' or 'tgetent' whatever that is..
Here is the output from 'make install'..
--------Start--------
if [ -d
2004 Aug 06
1
termcapsupport not found
I try to make an asterisk system and downloaded and unzipped the file asterisk-1.0-RC1.tar.gz.
When I do the first make I got the following messages:
.....
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: termcapsupport not found
make: *** [editline/libedit.a] Error
2003 Apr 14
7
Trouble installing
I am trying to run the make command to install Asterisk, but I get the
following error:
make
...
...
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
I am running Mandrake 9.1 on a Pentium II 200MHz.
Could this be a hardware issue? I
2005 Sep 26
3
re: DTMF woes, continued
Hi Yair,
Please let me if you managed to fix the DTMF tone issue, which you were
experiencing couple of months ago. If not can you share any advancement.
I'm currently experiencing the same issue, I can make outbound calls but
DTMF will not work when dialing IVRs. My configuration is asterisk@home 1.5,
registering to Voip provider (Symbio), codec is g.729 and dtmf mode is set
to rfc2833.
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB
completion for R using the GNU readline library, intended for R
sessions run from a command line. From the package help page:
Description:
This package provides pseudo-intelligent TAB completion for a
readline enabled instance of R when it is run from a terminal (or
more specifically, an interface which uses
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB
completion for R using the GNU readline library, intended for R
sessions run from a command line. From the package help page:
Description:
This package provides pseudo-intelligent TAB completion for a
readline enabled instance of R when it is run from a terminal (or
more specifically, an interface which uses
2005 Sep 27
1
failed make install on Solaris 10
I finally got Solaris to successfully make asterisk, using these
instructions:
http://sunfreeware.com/programlistsparc10.html#gcc33
Now though, when I issue the make install, I get this error:
mkdir -p /var/opt/asterisk/spool/system
mkdir -p /var/opt/asterisk/spool/tmp
mkdir -p /var/opt/asterisk/spool/meetme
install -m 755 asterisk /opt/asterisk/usr/sbin/
install: asterisk was not found
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;
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
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
2010 Jan 22
2
readline/termcap problems compiling Samba 3.5.0rc1 on CentOS 5.4 64-bit
Hi all
When I try to compile 3.5.0rc1 on CentOS 5.4, I get the seemingly well know
problem below
Linking bin/smbclient
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetnum'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetent'
2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
In tools except guestfish, we don't use ncurses, or even curses, just
2 termcap functions and a global variable. These are provided by
libtinfo, so just link to that.
In guestfish we use readline which needs ncurses. Leave that alone.
---
builder/Makefile.am | 2 +-
configure.ac | 12 ++++++------
customize/Makefile.am | 2 +-
mllib/Makefile.am | 6 +++---
2004 Jan 20
3
Still problems at compiling
Hello experts,
to avoid any unknown problems with my Linux installation I have now as a
last resort method installed SuSE Linux 9.0 a new and have downloaded a
fresh copy of Asterisk via CVS.
Then I followed the steps of the "Getting started with Asterisk" and
compiled successfully zaptel and libpri (as far as I can see). But when I
compile asterisk I get an error. I have attached the
2010 Apr 15
2
problem compiling samba-3.5.2 on RHEL 5.5
this is my output when I try to compile samba-3.5.2 using the spec file provided in the samba packages:
Linking bin/smbclient
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `PC'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgetflag'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined
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
1997 Oct 22
1
SNI-20: Telnetd tgetent vulnerability
[mod: Executive summary: SNI found recent linux-distributions
not-vulnerable -- REW]
-----BEGIN PGP SIGNED MESSAGE-----
###### ## ## ######
## ### ## ##
###### ## # ## ##
## ## ### ##
###### . ## ## . ######.
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have
it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but
not with compliling (sorry, no C compliler on system) and installing
2014 Nov 06
1
Re: [PATCH] Use -ltinfo instead of -lncurses.
On Thu, Nov 06, 2014 at 01:34:24PM +0100, Pino Toscano wrote:
> Given that three AC_CHECK_LIB checking for ncurses are now gone,
> wouldn't it better to explicitly search for it prior to searching for
> readline?
According to https://bugzilla.redhat.com/show_bug.cgi?id=499837
readline can be linked against either ncurses or termcap.
No modern system would prefer termcap, and