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.
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