Kimahriman / hdfs-native

Apache License 2.0
32 stars 12 forks source link

Dynamically load libgssapi_krb5 at runtime #126

Closed Kimahriman closed 5 months ago

Kimahriman commented 5 months ago

To help with portability, we should dynamically link to libgssapi_krb5 using libloading instead of using a compile to link. This will make it simple to cross-compile for various targets, as well as include in downstream wheels without needing to build via QEMU to get the right architecture for packaging the dynamic libraries