search for: tgetent

Displaying 20 results from an estimated 62 matches for "tgetent".

Did you mean: getent
2003 Jul 17
7
Speex support
What is the state of speex support in asterisk? I saw the codec seems to be there. Can speex be used on IAX2 links? Is there much work still to be done? many thanks, --J.
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 have Mandrake 9.1 running on...
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 -lncurses... no configure: error: termcap support not found make: *** [editline/libedit.a] Error 1 Now I got the termcap rpm and afaik it's installed (now). Is there anythin...
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 CVS ] && ! [ -f .version ]; then echo "CVS-`date +"%D-%T"`" > .version; fi ./make_build_h loading cache ./config.cache checking for gcc... gcc checking whether the...
1997 Oct 22
1
SNI-20: Telnetd tgetent vulnerability
...# ## # ## ## ## ## ### ## ###### . ## ## . ######. Secure Networks Inc. Security Advisory October 21, 1997 in.telnetd tgetent buffer overflow This advisory addresses a vulnerability in the tgetent(3) library routine which allows an attacker to obtain root privileges by connecting to a vulnerable system''s telnet daemon. Problem Description ~~~~~~~~~~~~~~~~~~~ A vulnerability in the tgetent(3) library routine...
2014 Jan 05
2
Build libguestfs error with undefined reference to `tgetnum'
...3/fish/progress.c:282: undefined reference to `tgetnum' guestfish-progress.o: In function `fprintf': /usr/include/bits/stdio2.h:98: undefined reference to `UP' guestfish-progress.o: In function `progress_bar_init': /root/libguestfs-1.24.3/fish/progress.c:123: undefined reference to `tgetent' collect2: ld returned 1 exit status make[3]: *** [guestfish] Error 1 make[3]: Leaving directory `/root/libguestfs-1.24.3/fish' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/libguestfs-1.24.3/fish' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/lib...
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 1 I am using a recent stable debian system Linux version 2.2.20-idepci, gc...
2003 May 02
5
Termcap support not found
..... yes > checking whether gcc accepts -g... yes > checking how to run the C preprocessor... gcc -E > checking host system type... i586-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/config.h] Error 1 > > I am running redhat release 9 (Shrike) >...
2014 May 29
2
Re: libguestfs error
...> > > > I'm getting following error while compiling libguestfs-1.26.1... > > > > CCLD guestfish > > guestfish-progress.o: In function `progress_bar_init': > > /home/ubuntu/libguestfs-1.26.1/fish/progress.c:123: undefined reference > to > > `tgetent' > > guestfish-progress.o: In function `progress_bar_set': > > /home/ubuntu/libguestfs-1.26.1/fish/progress.c:282: undefined reference > to > > `tgetnum' > > /home/ubuntu/libguestfs-1.26.1/fish/progress.c:297: undefined reference > to > > `UP' &gt...
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
2014 Jan 05
0
Re: Build libguestfs error with undefined reference to `tgetnum'
...ed reference to > `tgetnum' > guestfish-progress.o: In function `fprintf': > /usr/include/bits/stdio2.h:98: undefined reference to `UP' > guestfish-progress.o: In function `progress_bar_init': > /root/libguestfs-1.24.3/fish/progress.c:123: undefined reference to > `tgetent' > collect2: ld returned 1 exit status > make[3]: *** [guestfish] Error 1 > make[3]: Leaving directory `/root/libguestfs-1.24.3/fish' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/root/libguestfs-1.24.3/fish' > make[1]: *** [all-recursive] Error 1 > ma...
2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
...-L../gnulib/lib/.libs -lgnu \ -pthread -lpthread \ - -lncurses -lcrypt + -ltinfo -lcrypt if HAVE_OCAMLOPT virt-builder: $(OBJECTS) diff --git a/configure.ac b/configure.ac index 3165e96..8916ebd 100644 --- a/configure.ac +++ b/configure.ac @@ -355,14 +355,14 @@ struct sockaddr_un myaddr; dnl tgetent, tputs and UP [sic] are all required. They come from libtinfo dnl which is pulled in as a dependency of libncurses. old_LIBS="$LIBS" -AC_CHECK_LIB([ncurses], [tgetent], [], [ - AC_MSG_ERROR(['ncurses' library not found, or it doesn't contain 'tgetent']) +AC_CHECK...
2014 Jan 05
2
Re: Build libguestfs error with undefined reference to `tgetnum'
...tnum' > > guestfish-progress.o: In function `fprintf': > > /usr/include/bits/stdio2.h:98: undefined reference to `UP' > > guestfish-progress.o: In function `progress_bar_init': > > /root/libguestfs-1.24.3/fish/progress.c:123: undefined reference to > > `tgetent' > > collect2: ld returned 1 exit status > > make[3]: *** [guestfish] Error 1 > > make[3]: Leaving directory `/root/libguestfs-1.24.3/fish' > > make[2]: *** [all] Error 2 > > make[2]: Leaving directory `/root/libguestfs-1.24.3/fish' > > make[1]: *** [...
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.
2014 Nov 11
1
[PATCH] use pkg-config to look up ncurses
...VE_OCAMLOPT virt-builder: $(OBJECTS) diff --git a/configure.ac b/configure.ac index a571de5..1c38084 100644 --- a/configure.ac +++ b/configure.ac @@ -352,19 +352,13 @@ struct sockaddr_un myaddr; AC_DEFINE_UNQUOTED([UNIX_PATH_MAX], $unix_path_max, [Custom value for UNIX_PATH_MAX]) ]) -dnl tgetent, tputs and UP [sic] are all required. They come from libtinfo -dnl which is pulled in as a dependency of libncurses. -old_LIBS="$LIBS" -AC_CHECK_LIB([tinfo], [tgetent], [], [ - AC_MSG_ERROR(['libtinfo' library (usually part of ncurses) not found, or it doesn't contain '...
2005 Sep 27
1
failed make install on Solaris 10
...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 cygwin detected 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] Erreur 1 sarge:/usr/src/asterisk# What occurs ? What I have missed ? Any idea to help...
2014 May 29
2
libguestfs error
Hi I'm getting following error while compiling libguestfs-1.26.1... CCLD guestfish guestfish-progress.o: In function `progress_bar_init': /home/ubuntu/libguestfs-1.26.1/fish/progress.c:123: undefined reference to `tgetent' guestfish-progress.o: In function `progress_bar_set': /home/ubuntu/libguestfs-1.26.1/fish/progress.c:282: undefined reference to `tgetnum' /home/ubuntu/libguestfs-1.26.1/fish/progress.c:297: undefined reference to `UP' guestfish-progress.o: In function `fprintf': /usr/include/p...
2010 Apr 15
2
problem compiling samba-3.5.2 on RHEL 5.5
...nking 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 reference to `tgetent' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `UP' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tputs' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgoto' /usr/l...
2004 Jun 14
4
Readline on R-1.9.1a
...adline.so: undefined reference to `tgetflag' /usr/local/lib/libreadline.so: undefined reference to `BC' /usr/local/lib/libreadline.so: undefined reference to `tputs' /usr/local/lib/libreadline.so: undefined reference to `PC' /usr/local/lib/libreadline.so: undefined reference to `tgetent' /usr/local/lib/libreadline.so: undefined reference to `UP' /usr/local/lib/libreadline.so: undefined reference to `tgetstr' collect2: ld returned 1 exit status configure:21313: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "R" | #...