[R-SIG-Mac] Fail to install Rserve 1.8-6
Stavros Panidis
@t@vro@@p@n|d|@ @end|ng |rom gm@||@com
Wed Jun 10 04:54:10 CEST 2020
Dear Simon,
Many thanks, everything is OK now.
Stavros
> On 10 Jun 2020, at 12:05 AM, Simon Urbanek <simon.urbanek using R-project.org> wrote:
>
> In install.packages(), i.e.:
>
> install.packages("Rserve",,"https://rforge.net",configure.args="--without-proxy")
>
> Cheers,
> Simon
>
>
>
>> On Jun 9, 2020, at 9:48 PM, Stavros Panidis <stavros.panidis using gmail.com> wrote:
>>
>> Simon,
>>
>> I want to try the most simple solution as you say but where exactly I have to configure.args=“--without-proxy” ?
>>
>> Sorry for my poor knowledge on this.
>>
>> Stavros
>>
>>> On 9 Jun 2020, at 11:42 AM, Simon Urbanek <simon.urbanek using R-project.org> wrote:
>>>
>>> Stavros,
>>>
>>> as the error says, the proxy needs a valid ssl library. Apple has removed OpenSSL from Catalina and from the SDK already in Mojave.
>>>
>>> The most simple solution is to disable the QAP/WebSocket proxy with configure.args="—without-proxy" if you don’t need it (or any other SSL functionality)
>>>
>>> If you intend to use SSL/TLS then you need to install a valid ssl library. There are several options - you can download the Apple headers and explicitly link the still-existing system location by using full path to the dylibs in /usr/lib (it has to be the full path since linker will 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.
>>>
>>> Cheers,
>>> Simon
>>>
>>>
>>>
>>>> On Jun 9, 2020, at 6:46 PM, Stavros Panidis <stavros.panidis using gmail.com> wrote:
>>>>
>>>> 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 exit code 1 (use -v to see invocation)
>>>> make[1]: *** [forward] Error 1
>>>> make: *** [all] Error 2
>>>> ERROR: compilation failed for package ‘Rserve’
>>>> * removing ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rserve’
>>>>
>>>> The downloaded source packages are in
>>>> ‘/private/var/folders/lr/dz6qc47x3zg_2d_dzd5jtq5m0000gn/T/RtmpeSL5uH/downloaded_packages’
>>>> Warning message:
>>>> In install.packages("Rserve", , "http://www.rforge.net/") :
>>>> installation of package ‘Rserve’ had non-zero exit status
>>>>
>>>> Any help on this?
>>>>
>>>> Many thanks in advance
>>>>
>>>> Stavros
>>>> _______________________________________________
>>>> R-SIG-Mac mailing list
>>>> R-SIG-Mac using r-project.org
>>>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>>>>
>>>
>>
>> _______________________________________________
>> R-SIG-Mac mailing list
>> R-SIG-Mac using r-project.org
>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
More information about the R-SIG-Mac
mailing list