Unable to install RSTUDIO on CentOS 6.4

I am trying to install RStudio on Centos 6.4 using the installed R version.

I am getting the following error:

error: Failed dependencies:
libcrypto.so.6()(64bit) is needed by rstudio-server-0.97.336-x86_64
libgfortran.so.1()( 64bit) is needed by rstudio-server-0.97.336-x86_64
libssl.so.6()(64bit) is needed by rstudio-server-0.97.336-x86_64

Will be highly appreciated.

I fixed this error after this link:
http: //jermdemo.blogspot.com.es/2011/08/installing-rstudio-server-on-scientific.html

You must install some dependencies:

< /p>

yum install libcrypto.so.6 -y
yum install libgfortran.so.1 -y
yum install libssl.so.6 -y
yum install openssl098e-0.9 .8e -y
yum install gcc41-libgfortran-4.1.2 -y
yum install pango-1.28.1 -y

The tricky one:

wget ftp.scientificlinux.org/linux/scientific/6.0/x86_64/os/Packages/compat-
libgfortran-41-4.1.2-39.el6.x86_64.rpm
rpm -Uvh compat-libgfortran-41 -4.1.2-39.el6.x86_64.rpm

and use the no-deps flag to install Rstudio:

rpm -Uvh --nodeps rstudio- server-0.97.336-x86_64.rpm
rstudio-server verify-installation

I am trying to install RStudio on Centos 6.4 using the installed R version.

I received the following error:

error: Failed dependencies:
libcrypto.so.6()(64bit) is needed by rstudio-server-0.97.336-x86_64
libgfortran.so.1()(64bit) is needed by rstudio-server-0.97.336-x86_64
libssl.so.6()(64bit ) is needed by rstudio-server-0.97.336-x86_64

Any tips will be highly appreciated.

I am here to link After fixing this error:
http://jermdemo.blogspot.com.es/2011/08/installing-rstudio-server-on-scientific.html

You must install some Dependencies:

yum install libcrypto.so.6 -y
yum install libgfortran.so.1 -y
yum install libssl.so.6 -y
yum install openssl098e-0.9.8e -y
yum install gcc41-libgfortran-4.1.2 -y
yum install pango-1.28.1 -y

The tricky one:

wget ftp.scientificlinux.org/linux/scientific/6.0/x86_64/o s/Packages/compat-
libgfortran-41-4.1.2-39.el6.x86_64.rpm
rpm -Uvh compat-libgfortran-41-4.1.2-39.el6.x86_64.rpm< /pre>

and use the no-deps flag to install Rstudio:

rpm -Uvh --nodeps rstudio-server-0.97.336-x86_64.rpm
rstudio-server verify-installation

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 4909 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.