thejens commented on issue #4663: URL: https://github.com/apache/arrow-adbc/issues/4663#issuecomment-5194402360
The issue surfaced with a postgres driver supplied by the dbt project on their CDN — tagged `0.21.0+dbt0.21.0`, so their build rather than an Apache artifact. It's linked with `-undefined dynamic_lookup` and ships with OpenSSL unresolved; `otool -L` shows only libc++/libSystem, and it fails `dlopen` on `_OPENSSL_sk_num`. Hence building from source against Homebrew libpq/openssl@3. -- 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]
