You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/07/12 14:48:00 UTC

[jira] [Closed] (ARROW-13245) [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed

     [ https://issues.apache.org/jira/browse/ARROW-13245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson closed ARROW-13245.
-----------------------------------
    Resolution: Duplicate

This is already noted in DESCRIPTION; it's up to the user to take note of that, there's nothing further we can do.

> [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed
> -----------------------------------------------------------------------------------
>
>                 Key: ARROW-13245
>                 URL: https://issues.apache.org/jira/browse/ARROW-13245
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 4.0.1
>            Reporter: Mauricio 'PachĂĄ' Vargas SepĂșlveda
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> https://cran.r-project.org/web/packages/arrow/vignettes/install.html says that to fix issues with Linux C++ binaries I can run
> {code:r}
> source("https://raw.githubusercontent.com/apache/arrow/master/r/R/install-arrow.R")
> {code}
> however, that fails unless I explicitly type
> {code:bash}
> apt-get -y install libcurl4-openssl-dev libssl-dev
> {code}
> discovered while isolating new valgrind error by creating a vanilla server on DigitalOcean



--
This message was sent by Atlassian Jira
(v8.3.4#803005)