Rstudio server Pro installed on RHEL7
I have 3 parallel R installs: MRO 3.5.3, R 3.6.2, and R 4.0.2 latest
I'm using the /etc/rstudio/r-versions file to define versions available in the IDE
In short, I just installed R 4.0.2 (built from source as ./configure --prefix=/usr/lib64/R/4.0.2 --enable-R-shlib) and verified I can launch an R 4.0.2 session from a bash shell. After adding an entry to r-versions and restarting the server, I visit the server login page and launch a session which still works fine under the default (3.5.3) install. When I attempt to switch the R version over to 4.0.2 I get some reticulating splines followed by a "RStudio Initialization Error" popup informing "Error occurred during transmission."
When I check rstudio-server status i see the following message:
ERROR rserver-launcher: /usr/lib/rstudio-server/bin/rsession: /usr/lib64/anaconda3/lib/libuuid.so.1: no version information available (required by /usr/lib/rstudio-server/bin/rsession)|||; LOGGED FROM: void rstudio::server::ProcessMonitor::onProcessStderr(rstudio::server::ProcessMonitor::Process, const string&) /var/lib/jenkins/workspace/IDE/pro-pipeline/v1.2-patch/src/cpp/server/ServerProcessMonitor.cpp:209
Could use help on solving this - suspect something to do with my $PATH?