similar to: Installation on 64bit redhat linux question

Displaying 20 results from an estimated 10000 matches similar to: "Installation on 64bit redhat linux question"

2014 Mar 21
1
"ERROR: installing package indices failed" message when building my package?
Hey all, I'm currently trying to build an R package and don't really know what to make of the error message I'm getting. I couldn't find anything helpful online so hopefully somebody here can give me a couple of pointers. I see the following when I try to build: s$ R CMD build --verbose r_package_files/ Warning: unknown option '--verbose' * checking for file
2009 May 27
3
Sort matrix by column 1 ascending then by column 2 decending
I've got a matrix with 2 columns and n rows. I need to sort it first by the values in column 1 ascending. Then for values which are the same in column 1, sort by column 2 decending. For example: 2 .5 1 .3 1 .5 3 .2 Goes to: 1 .5 1 .3 2 .5 3 .2 This is easy to do in spreadsheet programs but I can't seem to work out how to do it in R and haven't been able to find a solution anywhere.
2010 Dec 26
1
can't install R with *local* gcc
Hello, we re-distribute R with our open-source platform http://www.ok-sat-library.org/ where we use R mainly for evaluation of computational experiments. Due to the various platforms, we build everything from source, and that works fine. Until now, that is: there are circumstances (for example in computer-science computer labs) where no Fortran-compiler is provided, and the users (students)
2009 Nov 13
4
Installing R on RedHat EL 5
Hi, I am totally new to Linux and trying to install R and related tools. I downloaded the rpm files for el4/x86_64 from the CRAN repository and tried to run rpm but it did not go through complaining about dependencies. Do all the listed rpm files need to be installed? What is the order in which these need to be installed? I appreciate any help with this or any suggestions for alternate ways
2010 Apr 26
0
Rmpi installation problems on slave nodes
Hi guys, I'm trying to install Rmpi on the slave nodes of my cluster. The installation seems to work with no errors or warnings using this command: R CMD INSTALL --configure-args="--with-Rmpi-include=/usr/lib64/openmpi/1.3.2-gcc/include --with-Rmpi-libpath=/usr/lib64/openmpi/1.3.2-gcc/lib --with-Rmpi-type=OPENMPI" Rmpi_0.5-8.tar.gz But when I attempt to load Rmpi I get the
2009 Jul 09
1
Rpy not working after upgrade to R2.9.1
Hi, I'm running Ubuntu Jaunty, downloading R and Rpy from this repository: deb http://cran.uk.r-project.org/bin/linux/ubuntu jaunty/ When was automatically upgraded, Rpy (which should be downloaded from the same repository) seems to have stopped working. I've tried re-installing the python-rpy package manually. I get the following error when I try to import rpy: >>> import
2007 Dec 19
4
Problem compiling R 3.6.1 on POWER 570 system
I've for a RHEL 4 box on a P570 system. My end user wants to have a 64-bit version of R compiled due to the large amount of memory they require (this image has 16GB allocated to it). I can compile R fine in 32-bit mode, but it can't use more than 2.4GB of RAM before it falls over and dies. Compiling in 64-bit mode for POWER systems "should" be as easy as adding a
2010 Jun 02
3
R linux install: FORTRAN compiling error
Hello, I have basic familiarity with Unix but by most standards a novice. I am trying to install R on a linux machine and am following the instructions in the R install and admin guide in terms of what is required to compile the R source code. I downloaded R version 2.11.1 and extracted the files into my home directory. I realize I need a FORTRAN compiler to help with this process and have
2007 Jul 27
1
EPEL Packages announcement
Just received a fedora email with the following announcement. Seems interesting; =================================== If you use enterprise-class Linux (EL) distributions derived from Fedora, such as Red Hat Enterprise Linux or CentOS, we have something very exciting for you. Ever find yourself rebuilding one of the high-quality Fedora packages for your EL version because it didn't ship
2013 Feb 15
1
Building R from source under Mac OS X 10.8.2?
Hello, I'm trying to build R from source under Mac OS X 10.8.2 (Mountain Lion) by following the FAQ and I run into a problem with the Fortran compiler (downloaded from http://cran.r-project.org/bin/macosx/tools/), specifically, gfortran-4.2.3. I have Xcode 4.6 installed along with the latest command-line tools (dated Feb. 9, 2013). When I try to run configure with or without the
2008 Oct 07
0
libg2c.so with new Debian
Hi R People: I just installed Debian on my desktop and am compiling R from source. However, I'm getting the error message: checking for Fortran 77 libraries of f77... checking how to get verbose linking output from gcc -std=gnu99... -v checking for C libraries of gcc -std=gnu99... -L/usr/local/lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib
2013 Jun 25
1
compiling R from source with a catch!
I need to rebuild an R interpreter for the Intel Xeon Phi coprocessor which can be considered as an embedded system. My only option is to use the intel compiler tools and cross compile the interpreter. My first stumbling block is that I don't have a fortran cross compiler and I would like to know if it's possible to build a minimal R system without the need of a fortran compiler. At
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
Hi all, I''m doing a new install of my puppet server and I''m doing it like: 1.-) adding epel repo: http://fedoraproject.org/wiki/EPEL/FAQ#howtouse 2.-) yum -y install puppet-server 3.-) rm -rf /etc/puppet 4.-) copy my old puppet conf (from puppet-0.24.5 to 0.24.6) mv /etc/puppet.old /etc/puppet 5.-) start puppetmaster: [gridinstall etc]# /etc/init.d/puppetmaster start
2004 Apr 30
1
configure problem - mixed fortran/c
I'm trying to build R 1.9.0 to get the opportunity to build rpy for some folks at my office. (I'm a Python guy, not an R guy, so I'm completely unfamiliar with the machinations of building R.) I'm having trouble getting past the configure step. A plain old configure generates this output at the end: checking whether we can compute C Make dependencies... yes, using gcc -MM
2009 Aug 04
2
Can not build libguestfs from source code
Hi All, I want to build libguestfs in my RHEL5.3 box which has already KVM installed, what I am using are: libguestfs-1.0.65.tar.gz fakechroot-2.9-23.el5.x86_64.rpm fakechroot-libs-2.9-23.el5.x86_64.rpm fakeroot-1.11-19.el5.x86_64.rpm febootstrap-2.4-1.el5.noarch.rpm squashfs-tools-3.0-4.x86_64.rpm Then I ran "./configure" in libguestfs-1.0.65, everything was OK, but when I ran
2007 Jul 26
6
KStars on CentOS 4.4?
Is there an RPM for this? I think it's in the kdeedu package on the FC6 DVD. My wife is an amateur astronomer and she uses this excellent program. If upstream isn't including it, can I get it and not break my CentOS 4.4 system? (Also, I'd like to migrate her and my daughter to CentOS). TIA, Lanny
2001 Sep 24
2
configure problem
On solaris 8 with forte 6.1 for F77 and CC. I try to configure I get the following message. checking whether f77 appends underscores... yes checking whether f77 and cc agree on int and double... configure: warning: f77 and cc disagree on int and double configure: error: Maybe change CFLAGS or FFLAGS? Thanks in advance -- Govind
2008 Aug 26
8
establish a 128 bit encrypted tunnel between centos 5.2 boxes
Is there an easy way or anyway to establish a 128 bit encrypted tunnel between a handful of centos 5.2 boxes? I am not familiar with this at all. Jerry
2001 Oct 11
3
Underscores and Fortran code
This might more properly be filed as a bug report, but ... I came upon the following problem while trying to dyn.load a library of Fortran code into R. I'm running RedHat 7.1 on a Pentium III laptop, with R version 1.3.1 (latest rpm from CRAN) and gcc/g77 version 2.96. My library has a number of Fortran subroutines that have underscores in their names for readability. By default g77
2009 Nov 05
2
compiling R-2.9.2 or R-2.10.0 on ubuntu 9.04 (powerpc)
I habe installed ubuntu 9.04 server (powerpc) i want to install an R version > 2.9.0 to run rmpi. When i add the repository to my sources.list deb http://cran.at.r-project.org/bin/linux/ubuntu jaunty/ with #sudo apt-get install r-base i get this: The following packages have unmet dependencies: r-base: Depends: r-base-core (>= 2.10.0-1jaunty0) but 2.8.1-1 is to be installed