similar to: configure error: --with-readline

Displaying 20 results from an estimated 20000 matches similar to: "configure error: --with-readline"

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:
2003 Nov 23
1
readline problem under src-compiled R 1.8.x under Mandrake 9.2
R compiles very easily under Mandrake 9.2, with one exception: readline seems not to work. for some odd reason, in the configure script, rl_callback_read_char is set to no, so the R configure script does not use readline (I think this means it refuses to link readline into the executable, but I am not sure.) Now, MD 9.2 uses libreadline 4-4.3-7mdk (yes, it is installed), rather than
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
2003 Nov 18
2
readline not found
Hi all, I just upgraded to R-1.8.0. Everything worked fine but command line editing does not work. This clearly indicates that readline has not been found in the compilation process. How could I explicitely indicate where to find it ? I use a Red Hat 8.0 system. I checked the FAQ which says readline-devel is also needed, but I have it already installed. Perhaps should I add the configure
2005 Nov 21
1
Problem in compilation from source in./configure R.2.2
Hello useRs! I'm REALLY having trouble with readline when compiling R. 2.2 from source during ./configure. Here are the last lines of the configure log: 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
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
2002 Feb 07
1
R loads uncorrect readline library (PR#1304)
Hello, We have built R 1.4.1 on Red Hat 7.1 for use on both Red Hat 7.1 and 7.2. Running R on Red Hat 7.2 fails with the following error message: $ R /usr/local/r-1.4.1/lib/R/bin/R.bin: error while loading shared libraries: libreadline.so.4.1: cannot open shared object file: No such file or directory $ This is because Red Hat 7.1 provides readline-4.1 while Red Hat 7.2. provides
2002 Oct 25
2
re: problem installing library sm
Hi All, I am having trouble installing the sm package, and only the sm package. My box is RedHat 7.3 on a PIV. Readline 4.3-3 is installed (suited for RH 8, but same error under readline 4.2 for RH 7.3), but it seems to be looking for the readline library in the wrong directory. Will installing readline 4.1 do the trick? What else could be done? Rohan Sadler [root at rsadler R]# R CMD
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'
2008 Jul 10
1
memory leak in readline code
Several folks have previously written that valgrind notices a memory leak in R's readline code. It looks like it leaks a copy of every input line. % ~/R-svn/r-devel/R/bin/R --debugger=valgrind --debugger-args=--leak-check=full --vanilla ==10725== Memcheck, a memory error detector. ==10725== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==10725== Using LibVEX rev 1658, a
2002 Mar 24
2
readline?
We've recently "upgraded" a server to solaris 8, and in reinstalling R I've encountered a problem in getting it to recognize the readline library. I have installed readline in what I believe to be the "usual" place: /usr/local/lib with include files in /usr/local/include/readline. But ./configure produces: ragnar.econ.uiuc.edu# grep readline hout checking for
2000 Sep 22
3
[?] RPM install problems (Linux)
When I try to install the R RPM under Mandrake Linux 7.1 (intel), I get the following error: [root at edgeworth programs]# rpm -ivh R-base-1.1.1-1.i386.rpm error: failed dependencies: libreadline.so.3 is needed by R-base-1.1.1-1 [root at edgeworth programs]# I do have realine installed: [root at edgeworth programs]# rpm -qa | grep readline readline-4.1-4mdk and
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
2003 Feb 12
2
rl_callback_read_char error on Solaris 7
This question is about compiling R-1.6.2 from source on a Sparcstation-20 machine running Solaris 7, gcc-2.95.3 and readline-4.2 (both gcc and readline from sunfreeware.com). I searched the r-help archive and the FAQ. The errors seem to be related to the binary readline libraries, and I have /usr/local/lib/libreadline.a,libreadline.so@, and libreadline.so.4. The attached errors are from
2005 Dec 21
1
(Debian Bug 344248): R segfaults when pressing Delete (PR#8422)
On Wed, 21 Dec 2005 edd at debian.org wrote: > > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. This seems to be a readline 5.1 error. I was unable to reproduce it with 4.3 or 5.0. gdb)
2001 Mar 07
1
lreadline
I compiled R-1.2.2 on my SuSE 7.1, kernel 2.4.2-2 machine with libreadline.4.1 and although I can use vi commands to scroll on the shell (bash) command line, I CANNOT do it in R. Here's the relevant parts of ./configure (and make): anovo at friedman R-1.2.2 > ./configure | grep readline checking for rl_callback_read_char in -lreadline... yes checking for readline/history.h... yes
2014 Apr 22
9
[Bug 916] New: Build failure on Slackware 14.1 (./configure rejects libreadline.so)
https://bugzilla.netfilter.org/show_bug.cgi?id=916 Summary: Build failure on Slackware 14.1 (./configure rejects libreadline.so) Product: nftables Version: unspecified Platform: i386 OS/Version: other Status: NEW Severity: major Priority: P5 Component: nft AssignedTo: pablo at
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