search for: libreadlin

Displaying 20 results from an estimated 437 matches for "libreadlin".

Did you mean: libreadline
2010 Oct 18
1
R installation failed on SUSE Linux -- libreadline.so.6 needed
I think that I have successfully installed libreadline.so.6. But still got an error -- libreadline.so.6 needed during R installation on SUSE Linux. help is really appreciated! =============================== # ls -lt /usr/local/lib total 4088 -rw-r--r-- 1 root root 168858 Oct 18 07:15 libhistory.a lrwxrwxrwx 1 root root 15 Oct 18 07:15 libhi...
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 reference to `tgetent' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: u...
2004 Jun 14
4
Readline on R-1.9.1a
...r readline/readline.h... yes In config.log all readline tests pass except this one: configure:21277: checking for rl_callback_read_char in -lreadline configure:21307: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c \ -lreadline -ldl -lm >&5 /usr/local/lib/libreadline.so: undefined reference to `tgetnum' /usr/local/lib/libreadline.so: undefined reference to `tgoto' /usr/local/lib/libreadline.so: undefined reference to `tgetflag' /usr/local/lib/libreadline.so: undefined reference to `BC' /usr/local/lib/libreadline.so: undefined reference to `...
2003 Feb 17
2
Q: libreadline.so.4.1 problems on Alpha/Linux
Dear List I'm trying to run R on a DIGITAL Alpha / Linux RedHat 7.2 The .rpm requires libreadlin.so.4.1 RedHat 7.2 comes with libreadline.so.4.2 I installed the R-1.6.0-1.aplha.rpm with option --nodeps, since it otherwise complained that the required libreadline.so.4.1 was missing. This seemed to be the only unsatisfied dependency, at least that was the only one mentioned when installing with...
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 [cribari at edgeworth cribari]$ locate libreadline.so.4 /usr/lib/libreadline.so.4 /usr/lib/libreadline.so.4.1...
2007 Aug 18
0
Installing Rstem on Mac Intel
...lib referenced from: /Library/Frameworks/ R.framework/../R.framework/R (checking for undefined symbols may be affected) (No such file or directory, errno = 2) ld: warning can't open dynamic library: /Developer/SDKs/ MacOSX10.4u.sdk/Library/Frameworks/R.framework/Versions/2.5/Resources/ lib/libreadline.5.2.dylib referenced from: /Library/Frameworks/ R.framework/../R.framework/R (checking for undefined symbols may be affected) (No such file or directory, errno = 2) ld: Undefined symbols: ___gcc_qadd referenced from libR expected to be defined in /Library/ Frameworks/R.framework/Versions/2.5/R...
2001 Dec 19
2
readline with R-1.4.0
...iced that I was getting errors from the readline library. Although configure detected readline, the internal test it runs failed. Now, my RH distribution has readline version 4.2-2 (both dynamic and static). It also contains the older version for compatibility purposes. In /usr/lib I have libreadline.a (static 4.2-2) libreadline.so.4.2 (dynamic 4.2-2) libreadline.so.3.0 (dynamic 2.2.1 !?) libreadline.so -> libreadline.so.4.2 (symbolic link) This setup created the failure I just mentioned. However, when I changed the link to...
2002 Sep 10
1
R on Jaguar?
Hello, I am trying to use R on a Mac running Mac OS X 10.2 (Jaguar) (installed from the Mac OS X/Darwin/X11 binaries on CRAN), but i get the following errors when I start it: dyld: /usr/local/lib/R/bin/R.bin Undefined symbols: /sw/lib/libreadline.4.2.dylib undefined reference to _tgoto expected to be defined in /usr/lib/libSystem.B.dylib /sw/lib/libreadline.4.2.dylib undefined reference to _tputs expected to be defined in /usr/lib/libSystem.B.dylib /sw/lib/libreadline.4.2.dylib undefined reference to _tgetent expected to be defined in /usr...
2003 Feb 12
2
rl_callback_read_char error on Solaris 7
...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 config.log. ./configure finds readline header files in /usr/local/include/readline. I can make and install R, but command line editing and savehistory() do not work. Suggestions are appreciated. Yuelin Li. --------...
2003 Feb 11
2
configure can't get readline to work
...nable-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 /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so: undefined reference to `tgetnum' /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so: undefined reference to `tgoto' /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../../libreadline.so: undefined reference to `tgetflag' /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2...
2010 Aug 18
3
libreadline problem
Hello, Recently updated Ubuntu to 10.04, I have installed the r-base and r-base-dev packages from CRAN with sudo apt-get install r-base But now when I want to start R I get the following error: gpetris at definetti:~$ R /usr/lib/R/bin/exec/R: symbol lookup error: /usr/local/lib/libreadline.so.6: undefined symbol: PC Any clue??? Has anybody seen that before? I have tried to reinstall the readline libraries, both as a ubuntu package and from sources, but the error did not go away.... Thanks in advance, Giovanni -- Giovanni Petris <GPetris at uark.edu> Associate Professo...
2006 Nov 06
1
configure error: --with-readline
..../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: /lib/libreadline.so.4 /lib/libreadline.so.4.1 /lib/libreadline.so.4.2 /lib/libreadline.so.4.3 So, I did this: export LD_LIBRARY_PATH=/lib/libreadline.so.4.3 or export LD_LIBRARY_PATH=/lib/libreadline.so.4.3/ or export LD_LIBRARY_PATH=/lib/ or export LD_LIBRARY_PATH=/lib The problem remains. I even have...
2005 Nov 21
1
Problem in compilation from source in./configure R.2.2
...no checking for main in -ltermlib... no checking for rl_callback_read_char in -lreadline... no checking for history_truncate_file... no configure: error: --with-readline=yes (default) and headers/libs are not available I'm on a ASUS W2V laptop (Chipset 915PM), on Mandriva 2005LE distro, libreadline5 and readline5-devel installed. I managed to get it compiled and installed using option --with-readline=no. However, as I use R dayly, I'd like to get a functional terminal again.... Can I do something to fix this, is it a configure script error or should I just change distro? :)) T...
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' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetstr' /usr/lib/gcc/x86_64-redhat-linux/4.1....
2002 Apr 11
3
Help installing from Rpm
All, I'm trying to install R-base on RedHat Linux 7.2. Rpm complains that libreadline.4.1.so is needed; the problem is that I have libreadline4.2.so. What can I do to get around this? -Scott -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help&q...
2002 Mar 08
2
libreadline.so.4 needed
i'm trying to update samba to 2.2.3a on a mandrake 8.1 system an when i tried to install the rpm it said i needed libreadline.so.4. anyone know where I can locate this to put on my system. thanks. anyone also gotten sambe to work on mandrake with download iso an making the cds then installing. it seems to put smb.conf an other files into the /etc/samba dir but smbd -d want start jup samba. thanks jack malone Netw...
2006 Jan 12
1
Bug by libreadline.so.5
[was sent to R-bugs and caught in "R-bugs-spam"; manual FWD to R-devel, since it's not a bug in R. MM ] Dear friend, I need same help about "libreadline.so.5". My OS: Conectiva Linux 10 (Brazilian distribution). The prompt show this messenger: "/usr/lib/R/bin/exec/R:error while loading shared libraries: /lib/libreadline.so.5: undefined symbol : BC" Please Help! Thanks! -------------------------------------------------------...
2017 Aug 29
0
cannot compile R with readline
.../include/readline -I/home/giessen/ivanov/build/packages/usr/include -I/home/giessen/ivanov/build/packages/usr/include/readline -L/home/giessen/ivanov/build/packages/usr/lib64 -L/home/giessen/ivanov/build/packages/lib64 conftest.c -lreadline ? >&5 /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `PC' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `tgetflag' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: undefined reference to `tgetent' /home/giessen/ivanov/build/packages/usr/lib64/libreadline.so: u...
2010 Feb 04
1
Samba 3.5.0RC2 can't compile on CentOS 5.3/RHEL 5.3
...-pie -Wl,-z,relro -Wl,--as-needed -L./bin DYNEXP = -Wl,--export-dynamic LDSHFLAGS = -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -L./bin -lc -Wl,-z,defs SHLIBEXT = so SONAMEFLAG = -Wl,-soname= Linking bin/smbclient /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgetnum' /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 `tgetstr' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.s...
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 netfilter.org ReportedBy: duncan_roe at acslink....