I am not able to get R part working in latest SP2 and getting this error: LoaderException:loadLibrary:Loading error failed to open lib rary rapi (from within file '/usr/lib64/monetdb5/lib_rapi.so'): libR.so: cannot open shared object file: No such file or directory I use Centos 7 package MonetDB-R.x86_64_11.35.15-20200217.el7 and wonder if it was build with --enable-R-shlib option. SP1 did not have this problem Thanks Alex
I just tried to reproduce the problem, but I couldn't. I created a fresh, up-to-date CentOS 7 virtual machine and installed MonetDB according to the instructions and also installed epel-release and MonetDB-R. After starting mserver5 with the option --set embedded_r=true I saw that MonetDB/R was loaded. I can also create and execute a "LANGUAGE R" function. On 21/02/2020 22.38, ALEX OSSIPOV wrote:
I am not able to get R part working in latest SP2 and getting this error: LoaderException:loadLibrary:Loading error failed to open lib rary rapi (from within file '/usr/lib64/monetdb5/lib_rapi.so'): libR.so: cannot open shared object file: No such file or directory I use Centos 7 package MonetDB-R.x86_64_11.35.15-20200217.el7 and wonder if it was build with --enable-R-shlib option. SP1 did not have this problem
Thanks Alex
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- Sjoerd Mullender
Apparently, setting LD_LIBRARY_PATH=/usr/lib64/monetdb5 fixed this problem. I was updating from 11.35.9 version. Thank you Sjoerd for looking into it. Alex
On February 22, 2020 at 2:31 AM Sjoerd Mullender
wrote: I just tried to reproduce the problem, but I couldn't. I created a fresh, up-to-date CentOS 7 virtual machine and installed MonetDB according to the instructions and also installed epel-release and MonetDB-R. After starting mserver5 with the option --set embedded_r=true I saw that MonetDB/R was loaded. I can also create and execute a "LANGUAGE R" function.
On 21/02/2020 22.38, ALEX OSSIPOV wrote:
I am not able to get R part working in latest SP2 and getting this error: LoaderException:loadLibrary:Loading error failed to open lib rary rapi (from within file '/usr/lib64/monetdb5/lib_rapi.so'): libR.so: cannot open shared object file: No such file or directory I use Centos 7 package MonetDB-R.x86_64_11.35.15-20200217.el7 and wonder if it was build with --enable-R-shlib option. SP1 did not have this problem
Thanks Alex
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- Sjoerd Mullender _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (2)
-
ALEX OSSIPOV
-
Sjoerd Mullender