Rick Gittins
Rick Gittins

Reputation: 1138

RStudio Server CentOS wrong ELF class

I am using CentOS 6 and trying to get RStudio Server running. When I do a rstudio-server verify-installation the following is displayed:

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: [ OK ]

Verified the the 64 bit version of java, R and RStudio.

Anyone have an idea what I'm doing wrong?

Thank you

Upvotes: 1

Views: 1365

Answers (1)

Paul Hiemstra
Paul Hiemstra

Reputation: 60944

You version of libgfortran is not 64 bit, to get RStudio working you need to install the 64 version of libgfortran. See this link and this link for more info.

Upvotes: 0

Related Questions