raulcd commented on PR #43137:
URL: https://github.com/apache/arrow/pull/43137#issuecomment-2313078438
debugging with @assignUser it seems that previously the OpenSSL symbols were
defined on `libarrow_flight` where now they aren't. New wheel:
```
nm -C libarrow_flight.1800.dylib | grep OPENSSL_ia
U _OPENSSL_ia32cap_P
```
existing wheel for 17.0.0:
```
nm -C
~/miniforge3/envs/x86/lib/python3.10/site-packages/pyarrow/libarrow_flight.1700.dylib
| grep OPENSSL_ia
0000000000553020 T _OPENSSL_ia32_cpuid
0000000000553420 T _OPENSSL_ia32_rdrand_bytes
0000000000553490 T _OPENSSL_ia32_rdseed_bytes
00000000006cf8f0 s _OPENSSL_ia32cap_P
```
--
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]