[R-SIG-Mac] Rserve long vectors not supported yet

2020-05-05 Thread Stavros Panidis
Hi all, I develop my application with R version 3.4.4 on Mac OS X Catalina (10.15.4) without any problems.Deployment in Ubuntu 18.04, with R version 3.4.4 also works perfect. I installed R 4.0.0 and Rserve 1.8.6 in Mac so when I try, from time to time, I get error Error: long vectors not sup

[R-SIG-Mac] Fail to install Rserve 1.8-6

2020-06-08 Thread Stavros Panidis
Hi all, Configuration is as follows MacOS Catalina 10.15.5 R version 4.0.1 I try install.packages('Rserve',,'http://www.rforge.net/‘) And then attempt to install from sources. At the end I get the following message ld: library not found for -lssl clang: error: linker command failed with exi

Re: [R-SIG-Mac] Fail to install Rserve 1.8-6

2020-06-09 Thread Stavros Panidis
r you can install local shared version of OpenSSL, > just be careful with that option as you don’t want to conflict with system’s > LibreSSL. > > Cheers, > Simon > > > >> On Jun 9, 2020, at 6:46 PM, Stavros Panidis >> wrote: >> >&

Re: [R-SIG-Mac] Fail to install Rserve 1.8-6

2020-06-09 Thread Stavros Panidis
ill ignore /usr/lib for > -l) [see PKI package]. Or you can install static OpenSSL build and use it > [see openssl package]. Or you can install local shared version of OpenSSL, > just be careful with that option as you don’t want to conflict with system’s > LibreSSL. > > Chee

Re: [R-SIG-Mac] Fail to install Rserve 1.8-6

2020-06-09 Thread Stavros Panidis
Cheers, > Simon > > > >> On Jun 9, 2020, at 9:48 PM, Stavros Panidis >> wrote: >> >> Simon, >> >> I want to try the most simple solution as you say but where exactly I have >> to configure.args=“--without-proxy” ? >> &g