Displaying 20 results from an estimated 2000 matches similar to: "readline/termcap problems compiling Samba 3.5.0rc1 on CentOS 5.4 64-bit"
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
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 the best support I have seen for a legacy distro)
"That which does not
2017 Aug 29
0
cannot compile R with readline
Hello,
I am trying to install R-3.4.1 on a linux?cluster. ?I always get the following error message:
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for rl_callback_read_char in
2003 Feb 11
2
configure can't get readline to work
Dear R-help,
I'm running into some strange problem compiling R 1.6.2 on Mandrake Linux
9.0. When I do
./configure --enable-R-shlib
I get the following in config.log:
===========================
configure:11366: checking for rl_callback_read_char in -lreadline
configure:11397: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c
-lreadline -ldl -lm >&5
2004 Jun 14
4
Readline on R-1.9.1a
Hello! I'm trying to install R-1.9.1a with readline on Suse Linux. As
recommended in other posts, I've installed readline and readline-devel:
kevin@redtail:~/R-1.9.1> rpm -qa | grep readline
readline-devel-32bit-9.0-0
readline-32bit-9.0-0
readline-4.3-207
readline-devel-4.3-207
Then I run configure with readline:
./configure --with-readline
The relevant lines are:
2010 Feb 04
1
Samba 3.5.0RC2 can't compile on CentOS 5.3/RHEL 5.3
I tested Samba 3.5.0RC2 with no option like
#./configure
#make
but, when linking smbclient, following error happen.
------------------------------------------------------------------
# make
Using CFLAGS = -O -I. -I/root/samba-3.5.0rc2/source3 -I/root/samba-3.5.0rc2/source3/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./..
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
2002 Sep 10
2
Readline problem.
This question relates, at least vaguely, to recent postings
from me concerning my attempts to build R-1.5.1 under Solaris 2.7.
I've more or less given up on this, and I and a colleague are
attempting to build R-1.5.1 on another machine in our Department,
and are getting a ***different*** problem.
Version details:
platform sparc-sun-solaris2.9
arch sparc
os solaris2.9
2002 Sep 10
2
Readline problem.
This question relates, at least vaguely, to recent postings
from me concerning my attempts to build R-1.5.1 under Solaris 2.7.
I've more or less given up on this, and I and a colleague are
attempting to build R-1.5.1 on another machine in our Department,
and are getting a ***different*** problem.
Version details:
platform sparc-sun-solaris2.9
arch sparc
os solaris2.9
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
2008 Jan 07
1
glibc detected *** /usr/lib64/R/bin/exec/R: double free or corruption ???? tm package
Hi,
I have a collection of .txt documents in my working folder for which I want to do some text mining. If I run TextDocCol from the tm package, R crashes with some memory issues. Does anyone has any idea if this is related to R itself or to the tm package?
Below you can find what is happening here.
> setwd("/home/jan/Work/2008/Profacts/textmining/tryouts/workfolder")
>
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
2004 Aug 02
1
readline, 64bit solaris build
I've built a 64bit version of R 1.9.1 on a solaris 2.9 sparc system.
Everything
seems quite functional, except that readline produces the following:
> configure:21277: checking for rl_callback_read_char in -lreadline
> configure:21307: cc -xarch=v9 -o conftest -xO5 -xlibmil -dalign
> -I/usr/local/include -L/us
> r/local/lib conftest.c -lreadline -ldl -ltermcap -lm >&5
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
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
2005 Jan 18
1
I'm gonna kill Yum AND Outlook
Here we go again:
Hi all.
Most of you already know about my problems (well, my computer?s
problems ;-) ), since we?ve been discussing on the forum. Hughesjr
recommended me to post here, so let?s see, I have my faith on you
I have a dedicated server with RH9 that I upgraded to CentOS 3.4 .
Everything ok, but after the first yum upgrade and reboot I get this
when I try to do a yum update:
2006 Nov 06
1
configure error: --with-readline
I am trying to install R2.4 in a non-standard folder on a mandrake 10 system.
I did this:
./configure --prefix=/the/dir/where/I/want/r/to/go
and I got the following error:
configure: error: --with-readline=yes (default) and headers/libs are not available
I know that I can do
--with-readline=no
But, I do want this readline feature. I have a whole bunch of readline libraries:
2001 Dec 19
2
readline with R-1.4.0
Hi,
I am not sure if this is a bug, so I am posting it here. I also searched
the FAQ file for the readline string and did not find anything about the
behavior below.
I just successfully rsync'ed, compiled and tested R-1.4.0 on my RH 7.2
Linux machine. I encountered one problem though. When running ./configure
I noticed that I was getting errors from the readline library. Although
2005 Jan 18
6
I'm gonna kill YUM (mailing list version ;-) )
Hi all.
Most of you already know about my problems (well, my computer's problems ;-)
), since we've been discussing on the forum. Hughesjr recommended me to post
here, so let's see, I have my faith on you.
I have a dedicated server with RH9 that I upgraded to CentOS 3.4 .
Everything ok, but after the first yum upgrade and reboot I get this when I
try to do a yum update:
yum