Ben Zipperer created ARROW-12642:
------------------------------------
Summary: missing lz4 after install_arrow() on ubuntu 20.04
Key: ARROW-12642
URL: https://issues.apache.org/jira/browse/ARROW-12642
Project: Apache Arrow
Issue Type: Bug
Components: R
Environment: ubuntu 20.04
Reporter: Ben Zipperer
Hi, since arrow 4.0.0 I'm having trouble getting the lz4 codec installed on
ubuntu 20.04. After installing arrow 4.0.0 via CRAN, I run
{code:java}
install_arrow(binary = FALSE, minimal = FALSE)
{code}
After this completes, then
{code:java}
arrow_available()
[1] TRUE
codec_is_available("lz4")
[1] FALSE
{code}
What can I do to help resolve this problem?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)