Displaying 20 results from an estimated 110 matches for "termcap".
2003 Jul 16
2
Compiling problems
Hi,
I'm trying to update my 4.6.2 to the latest stable with CVSup. But make
buildworld fails with this:
===> share/termcap
gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz
TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src <
/usr/src/share/termcap/reorder
Incomplete termcap entry
*** Error code 1
Stop in /usr/src/share/termcap.
*** Error code 1
Stop in /usr/src/share.
*** Error code 1
St...
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 g...
2008 Jan 10
1
Linux disk quota support
...rt. Is there a description on how to do quotas
with samba? Is there something I should know about besides the
configuration
option --with-quotas?
Thank you,
Emre Brookes
--------example-----------------
Last login: Fri Jan 11 16:44:19 2008 from localhost
Linux 2.4.33.3.
testquota@samba2:~$ cp termcap termcap2
testquota@samba2:~$ cp termcap termcap3
sd(8,17): warning, user block quota exceeded.
testquota@samba2:~$ rm termcap3
testquota@samba2:~$ smbclient //localhost/homes
Password:
Domain=[SAMBA2] OS=[Unix] Server=[Samba 3.0.28]
smb: \> put termcap termcap3
putting file termcap as \termcap3...
2010 Apr 09
1
RHEL 5 compilation of Samba 3.5.2, termcap library problem, use '--no-as-needed'
There have been various reports of the difficulties compiling Samba
3.5.x on RHEL 5 and other older operating systems, due to the failure
to correctly load the 'termcap' libraries. The issue is described in
various sources as involving the automaticlaly included GCC option:
'--as-needed' failes to detect the dependencies and add the termcap
library.
There are two graceful fixes for this: one is to add a
'--with-termcap' test to configure.in. T...
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, gcc version 2....
2010 Jan 22
2
readline/termcap problems compiling Samba 3.5.0rc1 on CentOS 5.4 64-bit
...[bin/smbclient] Error 1
I googled and read quite a bit, all links seem to suggest that either a missing
readline-devel and/or ncurses-devel might be the cuplrit. Now, I think I got
everything installed:
# rpm -qa --queryformat '%{name}\t%{version}\t%{arch}\n' | egrep '(readline|curses|termcap)' | sort
libtermcap 2.0.8 i386
libtermcap 2.0.8 x86_64
libtermcap-devel 2.0.8 i386
libtermcap-devel 2.0.8 x86_64
ncurses 5.5 i386
ncurses 5.5 x86_64
ncurses-devel 5.5 i386
ncurses-devel 5.5 x86_64
readline 5.1 i386
readline 5...
2009 Sep 10
1
Problems setting terminal size in termcap/xterm
Hi
I'm trying to set the terminal size in /usr/share/vte/termcap/xterm, but
it seems that CentOS doesn't look at this file.
I know this works in REHL 4.7 and Fedora 10, 11. Does anyone know a work
around to this?
Thanks
Marcelo
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.
2011 Feb 04
4
x25 line xterm
Noted that xterm by default uses 24 lines
per window.
I have reviewed /etc/termcap looking for a
specific entry for xterm that I can edit
to change the ln#24 to ln#25 for our
application.
When I used RedHat there was an editable
option to change the number of displayable
lines as is done in putty.
Any suggestions?
--Hal.
--
Hal Davison
Observe Goal, Set the course, Bur...
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
anything obvious I s...
1998 Jul 03
0
RedHat broke termcap on the 4.2 libtermcap security upgrade
RedHat broke termcap on the 4.2 libtermcap security upgrade.
Until RedHat gets a chance to fix it, fixed RPMS are here:
http://linux.samiam.org/blackdragon
- Sam
(Who is just glad that RedHat continues to keep RedHat 4.2 current with
security, even though it is an older distribution. In fact, their
support is t...
2014 Nov 06
1
Re: [PATCH] Use -ltinfo instead of -lncurses.
...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 I'll assume any system
ancient/strange enough to only provide termcap and not ncurses would
not be able to run libguestfs.
In Fedora, the readline-devel package requires ncurses-devel, so if
our test for readline succeeds, we can assume ncurses-deve...
2003 Jun 17
2
xterm screen restore
when i exit more, vi, ... i like to have the window restored to
the way it was before i entered more, vi, ... i used to effect
this by a hack to the termcap data, but have lost the hack. what
am i missing here?
randy
2007 Jun 30
1
Asterisk 1.4.6 Fedora 7 configure error
Hi guys
I'm at a loss in getting ./configure to complete successfully with asterisk 1.4.6 on
Fedora 7 x86_64, as it complains about no termcap support, even though it is installed
(see below).
Any ideas where to go next?
checking for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h... no
configure: error: *** termcap support not found
[root at mail3 asterisk-1.4.6]# rpm -qv termcap
termcap-5.5-1.20060701.1
[root at mail3 asterisk-1.4.6]# rpm -qv li...
2003 Sep 13
1
install help - make error
I'm attempting to install * for the first time and encountering some
problems... I'm running an old 166MMX processor with 50megs RAM... SuSE 8.1
distro...
when I make clean ; make install in the /usr/src/asterisk dir, I get a "error:
termcap support not found". the termcap libraries are installed. Anyone run
into this before?
Thanks,
dave redmore
2005 Jan 17
2
error compiling
I got this error while compiling:
configure: error: termcap support not found
I don't know how to solve this problem...
2005 Apr 15
1
(no subject)
> From: Lars Schouw
>
> Can anyone explain what this means the NEWS for for
> 2.1 beta?
>
> R is now linked against ncurses/termlib/termcap only
> if
> readline is specified (now the default) and that
> requires it.
>
> I get an error while running configure:
> checking for history_truncate_file... no
> configure: error: --with-readline=yes (default) and
> headers/libs are not available
It means what it says:...
2004 Dec 13
6
Asterisk on SuSE 9.1?
I am trying to do my first asterisk install on a SuSE 9.1 box, using the
asterisk-update script mentioned a few days ago on this list.
I did read the 'quickstart' document on onlamp.com, and made sure the
following packages were installed via yast:
bison, cvs, gcc, kernel-source, libtermcap-devel, ncurses-devel,
newt-devel, openssl096b, and openssl-devel.
The SuSE 9.1 DVD contained openssl-0.9.7d-15. I hope that's compatible,
since its 'later' than 096b, right?
...there was a termcap package, which contains the termcap libraries, but
no libtermcap-devel. If there are he...
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...
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 +++---...