thisisnic opened a new issue, #43242: URL: https://github.com/apache/arrow/issues/43242
### Describe the bug, including details regarding any error messages, version, and platform. I just installed the R package binary from PPM on a fresh Ubuntu installation and got this same error a user reports on a blog post, which I resolved using their solution: https://blog.dlilab.com/en/2023/08/14/arrow-r/ My errror: ``` Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/home/nic/R/x86_64-pc-linux-gnu-library/4.4/arrow/libs/arrow.so': libcrypto.so.1.1: cannot open shared object file: No such file or directory ``` @assignUser suggested it might be due to the version of OpenSSL that PPM builds against. Do we wanna update our docs or chat with Posit folks? CC @jon ### Component(s) R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
