similar to: Help installing from Rpm

Displaying 20 results from an estimated 6000 matches similar to: "Help installing from Rpm"

2003 Jun 27
2
nls question
I'm running into problems trying to use the nls function to fit the some data. I'm invoking nls using nls(s~k/(a+r)^b, start=list(k=1, a=13, b=0.59)) but I get errors indicating that the step has been reduced below the minimum step size or an inifinity is generated in numericDeriv. I've tried to use a variety of starting values for a, b, k but get similar errors. Is there
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
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
2002 Apr 19
1
trouble with tcltk (was RE: trouble compiling R on Irix )
Thanks to Peter Dalgaard and Suchandra Thapa for answering my question! Before I settle on a particular option, I'd like to ask one more question if I may: Are there any practical advantages to compiling R to 64-bit vs 32-bit? Regards, Andy > -----Original Message----- > From: Peter Dalgaard BSA [mailto:p.dalgaard at biostat.ku.dk] > Sent: Thursday, April 18, 2002 4:19 PM > To:
2002 Jan 16
1
reading dates
Is there any simple way of reading dates from a file? I'm currently reading dates in as characters and then converting them to POSIXlt objects. However I would like to know if there is a way of having read.table or scan convert a field to a date-time class. -- ------------------------------------------------------------------ Suchandra S. Thapa s-thapa-11 at alumni.uchicago.edu
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 Jan 22
4
R-gnome
(Thanks for answers on my naif dual processor question!). I'm going to compile R-1.4.0 for linux (Suse 7.3) and hesitate at including the gnome interface. Do people that have tried the gnome interface recommend it? How is R started with this interface? If I build with the --with-gnome option, will still have the option of actually not using the interface if I don't find it useful?
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 Jun 27
4
Update on "Shift-Return causes segfault (PR#3293)"
Hi all, I don't read this list, so if anyone wants to respond could they please copy me so that I see what is happening. After several exchanges between myself, Marc Schwartz and Peter Dalgaard, we have come to the following conclusions: a) Shift-Return does not cause a segfault on most terminals, only Kde's Konsole. b) The bug is easily reproducable there. c) The "real"
2003 Apr 29
1
polynomial fitting
I'm trying to find a way to fit a polynomial of degree n in x and y to a set of x, y, and z data that I have and obtain the coefficients for the terms of the fitted polynomial. However, when I try to use the surf.ls function I'm getting odd results. > x <- seq(0, 10, length=50) > y <- x > f <- function (x, y) {x^2 + y} > library(spatial) > test <-
2001 Nov 25
1
readline 4.2 versus 4.1
Hi there, I would like to try the newest version of R (1.3.1), under my Red Hat Linux 7.2, which uses the library readline 4.2. In some page of CRAN and in the corresponding rpm package, it is stated, when trying to install R, that the readline 4.1 is necessary... Shouldn't the newer readline 4.2 be completely compatible with the present version of R (1.3.1)? Will I have any problems if I
2002 Sep 06
1
Installing splancs_2.01-9 on Red Hat Linux 7.3
Hi all, I'm trying to install the splancs contributed package on a Redhat 7.3 system with R 1.5.1 installed. I've installed the readline41-4.1-10 RPM which Redhat requires for R and it works great, thanks very much. However, when I attempt to R CMD INSTALL splancs_2.01-9.tar.gz as root, I get the following error message during the install: [snip] g77 -fPIC -O2 -m486
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
2002 Mar 16
1
readline library for Redhat 7.2
Could anyone please point me to the library readline41-4.1-10.i386.rpm which is requiered for installing the R-base package on Redhat 7.2 regards -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2002 Oct 22
2
rpm -i samba-2.2.6-1.i386.rpm
hi there how can i resolve this problem regards [root@link root]# rpm -i samba-2.2.6-1.i386.rpm error: failed dependencies: libncurses.so.4 is needed by samba-2.2.6-1 libreadline.so.3 is needed by samba-2.2.6-1 [root@link root]# -------------- next part -------------- HTML attachment scrubbed and removed
2002 Nov 05
2
sorta-newbie: installing 2.2.6 rpm with --nodeps on RedHat 7.2 ?
I have samba (server-only) running on a server with a stock RedHat 7.2 'server' install and am trying to upgrade Samba to 2.2.6-1.i386. I get the following dependency failures when trying to "rpm -ivh samba-2.2.6-1.i386.rpm": libncurses.so.4 is needed by samba-2.2.6-1 libreadline.so.3 is needed by samba-2.2.6-1 ncurses4-5.0-4.i386.rpm and ncurses-5.2-12.i386.rpm is already
2006 Jan 11
17
Different Types of Users and User Engine
My question is how have people implemented different types of users in their Web applications using user-engine? As for my application, I use single table inheritance in order to derive several different types of users, such as "moderators," "editors," etc ... For example, let''s say that I want to create a moderator. I define a new moderator class and Controller like
2006 Jan 10
13
# of entrys in different months
right now im writing a weblog as my first project in rails. Most tings seems to be working great :), but there is (a least) one thing left i can''t figure out how to do. As most weblogs i would like to have an archive, whick looks like this: January 2006 (42) December 2005 (60) November 2005 (2) October 2005 (101) September 2005 (4) August 2005 (2) July 2005 (101010) where (x) is the
2003 Aug 19
2
R-1.7.1 gets installed without default packages & without readline
Hi all, Trying to install R-1.7.1 on a RedHat 8.0 platform, I have a few problems. R gets installed without default packages (but base and ctest) : make script fails at the end of the procedure (configure is made successfully). This is the (translated) log I have : /gcc -I../../../../include /usr/include/mysql -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c ansari.c -o ansari.o gcc: cannot
2008 Aug 05
6
Installing Xen
Hi, I am trying to install xen-3.2.0 , but its failing. The rpms used for installing are 1. xen-3.2.0-0xs.fc8.i386.rpm 2. xen-3.2.0-0xs.fc8.src.rpm 3. xen-debuginfo-3.2.0-0xs.fc8.i386.rpm 4. xen-devel-3.2.0-0xs.fc8.i386.rpm 5. xen-libs-3.2.0-0xs.fc8.i386 when I tried installilng the first rpm rpm -ivh /home/devi/Desktop/xen-3.2.0-0xs.fc8.i386.rpm it gave an failed dependencies