RStudio Server CentOS 6

rbgittins's Avatar

rbgittins

05 Mar, 2012 07:12 PM

I am trying to install RStudio Server on CentOS 6.

When a runnand rstudio-server verify-installation I'm getting the following message:
Stopping rstudio-server: [ OK ]
/usr/lib/rstudio-server/bin/rsession: error while loading shared libraries: libgfortran.so.1: wrong ELF class: ELFCLASS32 Starting rstudio-server:

Anyone have any idea of what is going on?

Thank you
Rick

  1. Support Staff 2 Posted by Josh Paulson on 06 Mar, 2012 02:30 PM

    Josh Paulson's Avatar

    Rick,

    It looks like the fortran library it found was 32-bit while the rsession process was 64-bit (and also expecting a 64-bit library). What architecture is your CentOS system and your version of R? Can you tell me the output of the following command from R which you have installed on the server:

    > sessionInfo()
    

    Josh

  2. 3 Posted by rbgittins on 06 Mar, 2012 06:12 PM

    rbgittins's Avatar

    CentOS is 64 bit. The results from sessionInfo() R version 2.14.1 - x86_64-redhat-linux-gnu(64-bit)

  3. Support Staff 4 Posted by Josh Paulson on 14 Mar, 2012 05:27 AM

    Josh Paulson's Avatar

    Rick,

    If you haven't already fixed this, perhaps the following blog post will help. See line 645 and on:

    http://jermdemo.blogspot.com/2011/08/installing-rstudio-server-on-s...

    Josh

  4. Josh Paulson closed this discussion on 14 Mar, 2012 07:43 PM.

Comments are currently closed for this discussion. You can start a new one.