You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Bramtimm (via GitHub)" <gi...@apache.org> on 2023/03/08 19:04:51 UTC

[GitHub] [arrow] Bramtimm commented on issue #34459: [R] Segmentation fault when trying to connect to AWS S3 Storage on CentOS 7 – Amazon Linux 2

Bramtimm commented on issue #34459:
URL: https://github.com/apache/arrow/issues/34459#issuecomment-1460710945

   Thanks for your response, the segmentation fault happened irrelevant of shutdown, but it seems that we have resolved the issue. It looks like it was caused by swapping `openssl-devel` to `openssl11-devel` for python 3.11 (i.e. `yum swap -y openssl-devel openssl11-devel`) in our setup before installing Arrow (R) with `install_arrow()`. This seems to cause the segfault in `libcrypto.so.3` when trying to connect to S3. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org