search for: readline

Displaying 20 results from an estimated 2642 matches for "readline".

2005 Dec 20
1
Unstable rails app
Hello, My rails app is often not responding: see http://dev.rubyonrails.org/ticket/3299 Using latest lighttpd's freebsd port and rails 1.0 Thank your for your help ! _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 17
0
[rails|fcgi bug] Rails app not responding
...ting [22844] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi Restarting [22845] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi Restarting [22846] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi Restarting [22847] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mode simple --readline --prompt-mo...
2006 Feb 02
3
readline detection problems
Dear community, I'm trying to install R-2.2.1 on an IRIX 6.2 (Unix System V Release 4) system without root access. Unfortunately readline is not installed in default, so I installed it locally in my home directory, more precisely in: $HOME/vol/readline-5.1, where $HOME is "/home3/fa/faga001". Afterwards I appended the path to the library with several $PATH variable, which now looks like: PATH=:/usr/sbin:/usr/bsd:/sbin:/usr...
2006 Feb 02
3
readline detection problems
Dear community, I'm trying to install R-2.2.1 on an IRIX 6.2 (Unix System V Release 4) system without root access. Unfortunately readline is not installed in default, so I installed it locally in my home directory, more precisely in: $HOME/vol/readline-5.1, where $HOME is "/home3/fa/faga001". Afterwards I appended the path to the library with several $PATH variable, which now looks like: PATH=:/usr/sbin:/usr/bsd:/sbin:/usr...
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 INSTALL sm_2.0-6.tar.gz W...
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 -...
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
Hello, Apologies for the post here. I have read the R-Admin (learned a lot!) and searched the web for days, but still fail at compiling R on my Ultra 20 running solaris 10 x86 1/06. This is the tail of './configure' output: ..... checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char in -lreadline... no checking...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...-------------------- build: tcsh setenv CC /usr/bin/cc setenv F77 /usr/bin/f77 setenv MAKE /soft/bin/gmake setenv CPP /usr/bin/cpp setenv CXX /usr/bin/cxx setenv TCLTK_LIBS "-L/soft/tcl/v8.3.4/lib" setenv TCLTK_CPPFLAGS "-I/soft/tcl/v8.3.4/include" setenv LDFLAGS "-L/soft/readline/v4.2.1/lib" setenv CFLAGS "-I/soft/readline/v4.2.1/include" setenv CPPFLAGS "-I/soft/readline/v4.2.1/include" #setenv CPPFLAGS #setenv FFLAGS #setenv CXXFLAGS #setenv CXXCPP ./configure --prefix=/soft/R/v1.5.1 --with-tcl-config=/soft/tcl/v8.3.4/lib/tclConfig.sh --with-...
2008 Feb 14
1
configure fails on new Redhat Enterprise System
Hello all, I have a new Redhat enterprise system that I'm trying to get set up with all the goodies I need, including R-2.6.1. I got all of the required dependencies including readline. However, configure dies with: configure: error: --with-readline=yes (default) and headers/libs are not available Here are all the lines of output relating to readline: checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes...
2002 Jul 01
3
patch: readline support for sftp
Hello, I hope this is the right place to post this. I added readline support to the sftp client. It adds optional --with-readline parameter for configure to enable this feature. You'll of course need to re-run autoheader and autoconf after applying this patch. It's patched against 3.4p1 but should work with any recent openssh. It works fine for me (GNU/Linu...
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
Dear friends, In configuring R 2.4.1 for Solaris 11, using SunStudio 11 compilers, I get the following error. checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char in -lreadline... no checking...
2007 Oct 09
5
Playing with ReadFileScatter()
Hi all, Looking at the IO.readlines source in io.c, it looks to me like they grab 8k chunks, split on the input record separator, and buffer accordingly. Since it looks like ReadFileScatter() does some of that work automatically (in page file sized chunks), I thought I''d give it a try. Here''s what I''ve...
2010 Nov 22
4
Wait for user input with readline()
Hello, I am trying write a script that includes a prompt for user input using readlines() and was told that folks at R-devel might be able to help. I am running into the problem that when I run readlines() as a single line the prompt works perfectly, but when I try to run a block of code which includes the readline function, the script doesn't wait for the user input. I have se...
2007 Dec 19
1
unexpected behavior from gzfile and unz
I get unexpected behavior from "readLines()" and "scan()" depending on how the file is opened with "gzfile" or "unz". More specifically: > file <- gzfile("file.gz") > readLines(file,1) [1] "a\tb\tc" > readLines(file,1) [1] "a\tb\tc" > close(file) It seems t...
2006 Jan 08
4
repeat { readline() }
Hi. Using Rterm v2.2.1 on WinXP, is there a way to interrupt a call like repeat { readline() } without killing the Command window? Ctrl+C is not interrupting the loop: R : Copyright 2006, The R Foundation for Statistical Computing Version 2.2.1 Patched (2006-01-01 r36947) <snip></snip> > repeat { readline() } ^C ^C ^C ^C On Unix it works. The problem seems to get th...
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 readli...
1999 Mar 25
4
readline() (PR#147)
Dear R developers, I have found the following bug with readline() in R 0.63.3: if you execute the menu-function and then the readline() function, then readline() prompts "Selection:" > a <- readline() hello > a [1] "hallo" > a <- menu(c("a", "b"), title="bitte:") bitte: 1:a 2:b Selection: 2 &g...
2003 Dec 17
5
Readline & readline-devel installation on RH9
...ould check them with the following command. Are there any other items I need to check on. I have been having problems setting up asterisk so I want to rule out the OS first. # rpm -q kernel-source redline redline-devel openssl opessl-devel I have done this but my system reports that redline and readline-devel not installed. How do I install these items without re-installing RH 9 all over again? Also why are these needed?
2007 May 23
2
installing problems
...system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu loading site script './config.site' loading build specific script './config.site' checking for pwd... /bin/pwd checking whether builddir is srcdir... yes . . . checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char in -lreadline... no checking...
2006 Oct 02
1
(no subject)
Dear friends I try to install R-project in SUSE 10.0 LINUX. I run the ./configure. The last lines during the run is checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char in -lreadline... no checking...