Hi,
I’m trying to run 3dLME, and I am running into the error:
** Error:
Missing R_io.so
I know this is a relatively common problem, but I haven’t been able to solve it, so here is the information you need. Please help.
(1) the missing libraries revealed from ldd @GetAfniBin
/R_io.so
ldd: @GetAfniBin/R_io.so: No such file or directory
(2) the output of the last two lines from
first.in.path ← function(file) {
…
(ll ← find.in.path(‘R_io.so’))
NULL
dyn.load(ll)
Error in dyn.load(ll) : character argument expected
(3) your computer OS version (and 32- or 64-bit?)
linux x86_64
(4) the second line from the output of the following command line at the terminal: afni -ver;
Precompiled binary linux_xorg7_64: Oct 12 2017 (Version AFNI_17.3.00)
(5) the first three lines from the output of the command line at the terminal: R --version
R version 3.3.3 (2017-03-06) – “Another Canoe”
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-redhat-linux-gnu (64-bit)
Thanks!
-David